#!/bin/sh

linenum=88

UNPACKDIR=/var/tmp/unpack_openofficeorg
diskSpaceRequired=16911
checksum=41258

EXTRACTONLY="no"
if [ "$1" = "-x" ]
then
    EXTRACTONLY=yes
fi

# Determining current platform

platform=`uname -s`

case $platform in
SunOS)
  tail_prog="tail"
  ;;
Linux)
  tail_prog="tail -n"
  ;;
*)
  tail_prog="tail"
  ;;
esac

# Asking for the unpack directory

echo
echo "Select the directory in which to save the unpacked files. [$UNPACKDIR] "
read reply leftover
if [ "x$reply" != "x" ]
then
  UNPACKDIR="$reply"
fi

if [ -d $UNPACKDIR ]; then
    printf "Directory $UNPACKDIR already exists.\n"
    printf "Please select a new directory name.\n"
    exit 1
fi

# Unpacking

mkdir -m 700 $UNPACKDIR

diskSpace=`df -k $UNPACKDIR | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
if [ $diskSpace -lt $diskSpaceRequired ]; then
    printf "The selected drive does not have enough disk space available.\n"
    printf "openofficeorg requires at least %s kByte.\n" $diskSpaceRequired
    exit 1
fi

trap 'rm -rf $UNPACKDIR; exit 1' HUP INT QUIT TERM

if [ -x /usr/bin/sum ] ; then
    echo "File is being checked for errors ..."

	sum=`$tail_prog +$linenum $0 | /usr/bin/sum`
    sum=`echo $sum | awk '{ print $1 }'`
    
    if [ $sum != $checksum ]; then
		echo "The download file appears to be corrupted. Please download openofficeorg again."
		exit 1
	fi
fi

echo "Unpacking ..."

$tail_prog +$linenum $0 | (cd $UNPACKDIR; tar xf -)

echo "All files have been successfully unpacked."

if [ "$EXTRACTONLY" != "yes" ]
then
  if [ -f $UNPACKDIR/setup ]
  then
      chmod 775 $UNPACKDIR/setup
      $UNPACKDIR/setup
  fi
fi

exit 0
packages/                                                                                           0040775 0001422 0000405 00000000000 11077366664 0014177 5                                                                                                    ustar 00so-uprel                        updater                         0000437 0100154                                                                                                                                                                        packages/ooobasis30-sdk/                                                                            0040775 0001422 0000405 00000000000 11077366526 0016734 5                                                                                                    ustar 00so-uprel                        updater                         0000437 0100154                                                                                                                                                                        packages/ooobasis30-sdk/pkgmap                                                                      0100664 0001422 0000405 00007164777 11077366526 0020170 0                                                                                                    ustar 00so-uprel                        updater                         0000437 0100154                                                                                                                                                                        : 1 160024 14859
1 i copyright 93 8258 1189073030
1 i depend 20 1651 1224600327
1 d none opt/openoffice.org 0755 root bin
1 d none opt/openoffice.org/basis3.0 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/bin 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/bin/autodoc 0775 root bin 2732092 10998 1224151786
1 f none opt/openoffice.org/basis3.0/sdk/bin/cppumaker 0775 root bin 474324 54567 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/idlc 0775 root bin 332132 21463 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/idlcpp 0775 root bin 51568 39783 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/javamaker 0775 root bin 271368 21793 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/regcompare 0775 root bin 99976 14612 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/regmerge 0775 root bin 12252 42506 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/regview 0775 root bin 9420 36865 1224151785
1 f none opt/openoffice.org/basis3.0/sdk/bin/uno-skeletonmaker 0775 root bin 429004 21765 1224151786
1 f none opt/openoffice.org/basis3.0/sdk/bin/unoapploader 0775 root bin 10612 15835 1224600320
1 d none opt/openoffice.org/basis3.0/sdk/classes 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/classes/com 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/classes/com/sun 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class 0664 root bin 739 43775 1224152171
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/InstallationFinder.class 0664 root bin 6963 4040 1224152171
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/Loader$CustomURLClassLoader.class 0664 root bin 876 50185 1224152171
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/Loader$Drain.class 0664 root bin 586 32729 1224152171
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/Loader.class 0664 root bin 7156 63582 1224152170
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/WinRegKey.class 0664 root bin 3977 12646 1224152171
1 f none opt/openoffice.org/basis3.0/sdk/classes/com/sun/star/lib/loader/WinRegKeyException.class 0664 root bin 323 16239 1224152171
1 d none opt/openoffice.org/basis3.0/sdk/classes/win 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/classes/win/unowinreg.dll 0664 root bin 6144 65404 1224152250
1 f none opt/openoffice.org/basis3.0/sdk/config.guess 0755 root bin 43458 38190 1224151788
1 f none opt/openoffice.org/basis3.0/sdk/config.sub 0755 root bin 31467 28583 1224151789
1 f none opt/openoffice.org/basis3.0/sdk/configure.pl 0755 root bin 22787 62331 1224151789
1 d none opt/openoffice.org/basis3.0/sdk/docs 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/docs/common 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/Autodoc_DiagnosticMessages.txt 0664 root bin 196960 62945 1224152247
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/module-ix.html 0664 root bin 1851 25628 1224152197
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/module-ix.html 0664 root bin 1840 24795 1224152197
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star 0755 root bin
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessBridge-xref.html 0664 root bin 1269 41531 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessBridge.html 0664 root bin 2640 26102 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/Accessible-xref.html 0664 root bin 1685 12711 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/Accessible.html 0664 root bin 2922 51841 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleContext-xref.html 0664 root bin 3983 18424 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleContext.html 0664 root bin 3955 15519 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventId.html 0664 root bin 48666 30082 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventObject-xref.html 0664 root bin 2412 12392 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventObject.html 0664 root bin 4741 6146 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelation-xref.html 0664 root bin 2328 4113 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelation.html 0664 root bin 4390 45132 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelationType.html 0664 root bin 9160 42364 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRole.html 0664 root bin 54216 52726 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleStateType.html 0664 root bin 22429 40024 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChange-xref.html 0664 root bin 1348 48578 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChange.html 0664 root bin 6034 52433 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChangeType.html 0664 root bin 4945 23640 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTextType.html 0664 root bin 6872 47281 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/IllegalAccessibleComponentStateException-xref.html 0664 root bin 1676 12525 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/IllegalAccessibleComponentStateException.html 0664 root bin 2556 21447 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/TextSegment-xref.html 0664 root bin 2348 6905 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/TextSegment.html 0664 root bin 6072 1490 1224152197
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessible-xref.html 0664 root bin 12378 44707 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessible.html 0664 root bin 5438 14064 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleAction-xref.html 0664 root bin 4087 26618 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleAction.html 0664 root bin 9223 9603 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleComponent-xref.html 0664 root bin 11580 32967 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleComponent.html 0664 root bin 16229 29939 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleContext-xref.html 0664 root bin 12872 21701 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleContext.html 0664 root bin 15246 573 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEditableText-xref.html 0664 root bin 2629 31315 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEditableText.html 0664 root bin 16620 52417 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventBroadcaster-xref.html 0664 root bin 9923 19432 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventBroadcaster.html 0664 root bin 4918 31218 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventListener-xref.html 0664 root bin 2750 43823 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventListener.html 0664 root bin 4539 61003 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleExtendedComponent-xref.html 0664 root bin 6408 32859 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleExtendedComponent.html 0664 root bin 6942 8544 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHyperlink-xref.html 0664 root bin 2431 14098 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHyperlink.html 0664 root bin 10995 33298 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHypertext-xref.html 0664 root bin 1932 35630 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHypertext.html 0664 root bin 8222 53896 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleImage-xref.html 0664 root bin 2599 27702 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleImage.html 0664 root bin 5840 40355 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleKeyBinding-xref.html 0664 root bin 2457 15965 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleKeyBinding.html 0664 root bin 6920 9843 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleMultiLineText-xref.html 0664 root bin 1440 57238 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleMultiLineText.html 0664 root bin 10141 23643 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleRelationSet-xref.html 0664 root bin 2308 2484 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleRelationSet.html 0664 root bin 8192 49903 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleSelection-xref.html 0664 root bin 4775 22873 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleSelection.html 0664 root bin 13659 4833 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleStateSet-xref.html 0664 root bin 2281 65166 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleStateSet.html 0664 root bin 7429 43397 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTable-xref.html 0664 root bin 3441 37756 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTable.html 0664 root bin 31756 56104 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleText-xref.html 0664 root bin 5631 33751 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleText.html 0664 root bin 35082 25105 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextAttributes-xref.html 0664 root bin 1834 26095 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextAttributes.html 0664 root bin 6551 41399 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextMarkup-xref.html 0664 root bin 1428 56074 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextMarkup.html 0664 root bin 9457 28556 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleValue-xref.html 0664 root bin 3303 22534 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleValue.html 0664 root bin 7547 58792 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/accessibility/module-ix.html 0664 root bin 12336 42844 1224152197
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationAdditiveMode.html 0664 root bin 4514 45774 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationCalcMode.html 0664 root bin 5928 44152 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationColorSpace.html 0664 root bin 3570 36755 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationEndSync.html 0664 root bin 7173 30548 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationFill.html 0664 root bin 9890 64223 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationNodeType.html 0664 root bin 8614 57515 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationRestart.html 0664 root bin 6222 2152 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationTransformType.html 0664 root bin 4908 15209 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/AnimationValueType.html 0664 root bin 3741 48966 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/Event-xref.html 0664 root bin 1264 40342 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/Event.html 0664 root bin 4896 19468 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/EventTrigger.html 0664 root bin 9323 53721 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TargetProperties-xref.html 0664 root bin 1308 45022 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TargetProperties.html 0664 root bin 3610 42756 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TargetPropertiesCreator.html 0664 root bin 1732 14483 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TimeFilterPair-xref.html 0664 root bin 1300 43922 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TimeFilterPair.html 0664 root bin 2966 50081 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/Timing-xref.html 0664 root bin 1241 38177 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/Timing.html 0664 root bin 3311 13232 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TransitionSubType.html 0664 root bin 49929 27419 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/TransitionType.html 0664 root bin 19435 65504 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/ValuePair-xref.html 0664 root bin 1280 41906 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/ValuePair.html 0664 root bin 2920 45881 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimate-xref.html 0664 root bin 1878 28798 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimate.html 0664 root bin 13953 7269 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateColor-xref.html 0664 root bin 1396 52726 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateColor.html 0664 root bin 5534 10873 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateMotion-xref.html 0664 root bin 1400 53202 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateMotion.html 0664 root bin 4934 22441 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateSet-xref.html 0664 root bin 1388 51882 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateSet.html 0664 root bin 3772 55126 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateTransform-xref.html 0664 root bin 1412 54506 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimateTransform.html 0664 root bin 5045 33953 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationListener-xref.html 0664 root bin 1819 24275 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationListener.html 0664 root bin 6804 52534 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationNode-xref.html 0664 root bin 4956 39804 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationNode.html 0664 root bin 20678 63413 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationNodeSupplier-xref.html 0664 root bin 1432 56550 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAnimationNodeSupplier.html 0664 root bin 2938 50120 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAudio-xref.html 0664 root bin 1368 49862 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XAudio.html 0664 root bin 3838 59851 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XCommand-xref.html 0664 root bin 1376 50682 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XCommand.html 0664 root bin 5072 39135 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XIterateContainer-xref.html 0664 root bin 1412 54466 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XIterateContainer.html 0664 root bin 6310 16382 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTargetPropertiesCreator-xref.html 0664 root bin 1761 20009 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTargetPropertiesCreator.html 0664 root bin 4256 38382 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTimeContainer-xref.html 0664 root bin 1708 13880 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTimeContainer.html 0664 root bin 10502 45768 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTransitionFilter-xref.html 0664 root bin 1412 54594 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/XTransitionFilter.html 0664 root bin 8842 38424 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/animations/module-ix.html 0664 root bin 9729 64556 1224152198
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/AuthenticationFailedException-xref.html 0664 root bin 2106 49122 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/AuthenticationFailedException.html 0664 root bin 2063 42837 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidArgumentException-xref.html 0664 root bin 2354 6813 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidArgumentException.html 0664 root bin 2024 38565 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidContextException-xref.html 0664 root bin 1723 15880 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidContextException.html 0664 root bin 2041 40363 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidCredentialException-xref.html 0664 root bin 1987 39540 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidCredentialException.html 0664 root bin 2055 41664 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidPrincipalException-xref.html 0664 root bin 1746 17976 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/InvalidPrincipalException.html 0664 root bin 2021 38554 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/PersistenceFailureException-xref.html 0664 root bin 1877 29884 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/PersistenceFailureException.html 0664 root bin 2043 41022 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/SSOManagerFactory-xref.html 0664 root bin 1289 43487 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/SSOManagerFactory.html 0664 root bin 3794 157 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/SSOPasswordCache-xref.html 0664 root bin 1285 43055 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/SSOPasswordCache.html 0664 root bin 2469 13305 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/UnsupportedException-xref.html 0664 root bin 1726 16184 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/UnsupportedException.html 0664 root bin 2013 38070 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOAcceptorContext-xref.html 0664 root bin 1755 17888 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOAcceptorContext.html 0664 root bin 4714 9778 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOContext-xref.html 0664 root bin 1761 18414 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOContext.html 0664 root bin 5487 5630 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOInitiatorContext-xref.html 0664 root bin 1761 18668 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOInitiatorContext.html 0664 root bin 5129 49227 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOManager-xref.html 0664 root bin 1728 14792 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOManager.html 0664 root bin 6401 26275 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOManagerFactory-xref.html 0664 root bin 1725 15617 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOManagerFactory.html 0664 root bin 3255 11551 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOPasswordCache-xref.html 0664 root bin 1719 14969 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/XSSOPasswordCache.html 0664 root bin 6737 52191 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/auth/module-ix.html 0664 root bin 5547 27401 1224152198
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleButton-xref.html 0664 root bin 1285 43367 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleButton.html 0664 root bin 7291 46434 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleCheckBox-xref.html 0664 root bin 1293 43923 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleCheckBox.html 0664 root bin 7269 42818 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleComboBox-xref.html 0664 root bin 1293 43995 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleComboBox.html 0664 root bin 6486 40562 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownComboBox-xref.html 0664 root bin 1325 47247 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownComboBox.html 0664 root bin 7172 36544 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownListBox-xref.html 0664 root bin 1321 46911 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownListBox.html 0664 root bin 7079 28374 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleEdit-xref.html 0664 root bin 1277 42383 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleEdit.html 0664 root bin 7287 46477 1224152198
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleFixedText-xref.html 0664 root bin 1297 44491 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleFixedText.html 0664 root bin 6394 33915 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControl-xref.html 0664 root bin 1329 47691 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControl.html 0664 root bin 5617 26276 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControlEntry-xref.html 0664 root bin 1349 49811 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControlEntry.html 0664 root bin 5406 8454 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleList-xref.html 0664 root bin 1590 3875 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleList.html 0664 root bin 7828 27134 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBox-xref.html 0664 root bin 1289 43659 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBox.html 0664 root bin 6389 32168 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBoxList-xref.html 0664 root bin 1305 45307 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBoxList.html 0664 root bin 2690 32469 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListItem-xref.html 0664 root bin 1293 44067 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleListItem.html 0664 root bin 5235 57168 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenu-xref.html 0664 root bin 1277 42443 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenu.html 0664 root bin 8137 55437 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuBar-xref.html 0664 root bin 1289 43551 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuBar.html 0664 root bin 6591 51684 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuItem-xref.html 0664 root bin 1293 44039 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuItem.html 0664 root bin 7596 7176 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuSeparator-xref.html 0664 root bin 1313 46223 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuSeparator.html 0664 root bin 6190 16380 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessiblePopupMenu-xref.html 0664 root bin 1297 44571 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessiblePopupMenu.html 0664 root bin 6614 54457 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleRadioButton-xref.html 0664 root bin 1305 45347 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleRadioButton.html 0664 root bin 7445 60096 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleScrollBar-xref.html 0664 root bin 1297 44423 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleScrollBar.html 0664 root bin 7046 25173 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBar-xref.html 0664 root bin 1297 44507 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBar.html 0664 root bin 5872 54534 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBarItem-xref.html 0664 root bin 1313 46103 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBarItem.html 0664 root bin 6282 25417 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBar-xref.html 0664 root bin 1285 43047 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBar.html 0664 root bin 6176 14577 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPage-xref.html 0664 root bin 1301 44571 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPage.html 0664 root bin 6075 5603 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPageList-xref.html 0664 root bin 1317 46219 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPageList.html 0664 root bin 6354 31064 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabControl-xref.html 0664 root bin 1301 44887 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabControl.html 0664 root bin 6418 36344 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabPage-xref.html 0664 root bin 1289 43463 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabPage.html 0664 root bin 6556 47138 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTextField-xref.html 0664 root bin 1297 44443 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTextField.html 0664 root bin 6943 16027 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBox-xref.html 0664 root bin 1289 43667 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBox.html 0664 root bin 6572 48064 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBoxItem-xref.html 0664 root bin 1305 45263 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBoxItem.html 0664 root bin 8292 2416 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBox-xref.html 0664 root bin 1305 45259 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBox.html 0664 root bin 5602 24587 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBoxEntry-xref.html 0664 root bin 1325 47379 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBoxEntry.html 0664 root bin 6806 65017 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleWindow-xref.html 0664 root bin 1285 43351 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AccessibleWindow.html 0664 root bin 6608 49066 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ActionEvent-xref.html 0664 root bin 2101 48496 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ActionEvent.html 0664 root bin 3659 49739 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AdjustmentEvent-xref.html 0664 root bin 2053 44313 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AdjustmentEvent.html 0664 root bin 3440 26963 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AdjustmentType-xref.html 0664 root bin 1586 2455 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AdjustmentType.html 0664 root bin 3894 60776 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/AsyncCallback.html 0664 root bin 2092 43781 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/CharSet.html 0664 root bin 8366 31062 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Command.html 0664 root bin 10211 58129 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ContainerWindowProvider.html 0664 root bin 2047 40648 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DeviceCapability.html 0664 root bin 3917 65467 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DeviceInfo-xref.html 0664 root bin 1579 1048 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DeviceInfo.html 0664 root bin 7441 38117 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DialogProvider.html 0664 root bin 2001 35649 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DialogProvider2.html 0664 root bin 2005 35849 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DockingData-xref.html 0664 root bin 1631 6459 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DockingData.html 0664 root bin 3543 35491 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DockingEvent-xref.html 0664 root bin 1782 20659 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/DockingEvent.html 0664 root bin 5154 45559 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EndDockingEvent-xref.html 0664 root bin 1657 9094 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EndDockingEvent.html 0664 root bin 4251 30024 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EndPopupModeEvent-xref.html 0664 root bin 1669 10402 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EndPopupModeEvent.html 0664 root bin 3997 10355 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EnhancedMouseEvent-xref.html 0664 root bin 1836 25813 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/EnhancedMouseEvent.html 0664 root bin 3214 6212 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FieldUnit.html 0664 root bin 7845 51420 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FocusChangeReason.html 0664 root bin 5873 27871 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FocusEvent-xref.html 0664 root bin 2056 43040 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FocusEvent.html 0664 root bin 5193 51082 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontDescriptor-xref.html 0664 root bin 6673 6419 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontDescriptor.html 0664 root bin 11941 23895 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontEmphasisMark.html 0664 root bin 5721 15575 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontFamily.html 0664 root bin 5704 14552 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontPitch.html 0664 root bin 3756 50309 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontRelief.html 0664 root bin 3554 31678 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontSlant-xref.html 0664 root bin 3550 47376 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontSlant.html 0664 root bin 5241 40504 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontStrikeout.html 0664 root bin 5787 22949 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontType.html 0664 root bin 4096 10748 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontUnderline.html 0664 root bin 12015 9408 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontWeight.html 0664 root bin 7123 55283 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/FontWidth.html 0664 root bin 7568 24755 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Gradient-xref.html 0664 root bin 3053 65335 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Gradient.html 0664 root bin 7642 54812 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/GradientStyle-xref.html 0664 root bin 1563 65427 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/GradientStyle.html 0664 root bin 4958 15451 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ImageAlign.html 0664 root bin 3929 62672 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ImagePosition.html 0664 root bin 10617 56472 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ImageStatus.html 0664 root bin 4792 5301 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/InputEvent-xref.html 0664 root bin 1673 9992 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/InputEvent.html 0664 root bin 3278 14120 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/InvalidateStyle.html 0664 root bin 5841 25114 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ItemEvent-xref.html 0664 root bin 1615 4920 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ItemEvent.html 0664 root bin 3888 63201 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Key.html 0664 root bin 48639 62848 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyEvent-xref.html 0664 root bin 2584 25694 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyEvent.html 0664 root bin 4263 28851 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyFunction.html 0664 root bin 9101 21753 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyGroup.html 0664 root bin 5056 23257 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyModifier.html 0664 root bin 3566 32948 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyStroke-xref.html 0664 root bin 1664 10046 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/KeyStroke.html 0664 root bin 4609 59122 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/LineEndFormat.html 0664 root bin 4267 27457 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MaxChildrenException-xref.html 0664 root bin 1588 3485 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MaxChildrenException.html 0664 root bin 1894 27455 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MenuBar-xref.html 0664 root bin 1249 39527 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MenuBar.html 0664 root bin 2365 2013 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MenuEvent-xref.html 0664 root bin 2407 8821 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MenuEvent.html 0664 root bin 2806 36924 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MenuItemStyle.html 0664 root bin 3847 57983 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MessageBoxButtons.html 0664 root bin 9301 39282 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MessageBoxCommand.html 0664 root bin 4033 4455 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MouseButton.html 0664 root bin 3658 42987 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MouseEvent-xref.html 0664 root bin 4416 58335 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/MouseEvent.html 0664 root bin 6001 48908 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PaintEvent-xref.html 0664 root bin 1612 4775 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PaintEvent.html 0664 root bin 3911 2877 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Point-xref.html 0664 root bin 11805 56000 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Point.html 0664 root bin 3023 54716 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PopupMenu-xref.html 0664 root bin 1257 40547 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PopupMenu.html 0664 root bin 2406 6573 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PopupMenuDirection.html 0664 root bin 5710 11342 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PosSize.html 0664 root bin 5354 47861 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PrinterException-xref.html 0664 root bin 1802 21464 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PrinterException.html 0664 root bin 2076 42855 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PushButtonType-xref.html 0664 root bin 1623 6016 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/PushButtonType.html 0664 root bin 3908 59470 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/RasterOperation-xref.html 0664 root bin 1962 34701 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/RasterOperation.html 0664 root bin 4873 12883 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Rectangle-xref.html 0664 root bin 12686 9452 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Rectangle.html 0664 root bin 3920 63560 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/RoadmapItem-xref.html 0664 root bin 1770 19598 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/RoadmapItem.html 0664 root bin 5620 20997 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/ScrollBarOrientation.html 0664 root bin 3125 63607 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Selection-xref.html 0664 root bin 2048 42634 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Selection.html 0664 root bin 3061 58188 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SimpleFontMetric-xref.html 0664 root bin 1712 13404 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SimpleFontMetric.html 0664 root bin 6101 54029 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Size-xref.html 0664 root bin 12344 36006 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Size.html 0664 root bin 3036 56005 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SpinEvent-xref.html 0664 root bin 1880 28111 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SpinEvent.html 0664 root bin 2855 41478 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Style.html 0664 root bin 2968 48745 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SystemDependentXWindow-xref.html 0664 root bin 1332 47422 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SystemDependentXWindow.html 0664 root bin 3616 42712 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/SystemPointer.html 0664 root bin 42247 52512 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TabController-xref.html 0664 root bin 1273 42155 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TabController.html 0664 root bin 2253 59100 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TabControllerModel-xref.html 0664 root bin 1293 44143 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TabControllerModel.html 0664 root bin 2572 21269 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TextAlign.html 0664 root bin 3482 26210 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TextEvent-xref.html 0664 root bin 1605 4092 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/TextEvent.html 0664 root bin 2848 40833 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Toolkit-xref.html 0664 root bin 2424 14485 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/Toolkit.html 0664 root bin 3443 32705 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControl-xref.html 0664 root bin 6829 16097 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControl.html 0664 root bin 4427 53307 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlButton-xref.html 0664 root bin 2153 53192 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlButton.html 0664 root bin 2955 54360 1224152199
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlButtonModel-xref.html 0664 root bin 2052 44265 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlButtonModel.html 0664 root bin 22050 40832 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBox-xref.html 0664 root bin 2018 40453 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBox.html 0664 root bin 2974 55702 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBoxModel-xref.html 0664 root bin 2364 5852 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBoxModel.html 0664 root bin 17704 55919 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBox-xref.html 0664 root bin 2131 50544 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBox.html 0664 root bin 2748 36021 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBoxModel-xref.html 0664 root bin 2364 6068 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBoxModel.html 0664 root bin 16848 54284 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainer-xref.html 0664 root bin 1600 5115 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainer.html 0664 root bin 3429 31165 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainerModel-xref.html 0664 root bin 1317 46683 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainerModel.html 0664 root bin 7698 61520 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyField-xref.html 0664 root bin 2181 55884 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyField.html 0664 root bin 3164 6318 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyFieldModel-xref.html 0664 root bin 1897 32149 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyFieldModel.html 0664 root bin 20145 13961 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateField-xref.html 0664 root bin 2260 61907 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateField.html 0664 root bin 3126 1989 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateFieldModel-xref.html 0664 root bin 2376 6944 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateFieldModel.html 0664 root bin 19809 41047 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialog-xref.html 0664 root bin 1818 24855 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialog.html 0664 root bin 2987 56876 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogElement-xref.html 0664 root bin 12145 36886 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogElement.html 0664 root bin 6439 19115 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogModel-xref.html 0664 root bin 1983 40121 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogModel.html 0664 root bin 15305 53295 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlEdit-xref.html 0664 root bin 3876 10159 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlEdit.html 0664 root bin 3218 12265 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlEditModel-xref.html 0664 root bin 2823 48012 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlEditModel.html 0664 root bin 21158 30425 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControl-xref.html 0664 root bin 1774 20551 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControl.html 0664 root bin 2350 1731 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControlModel-xref.html 0664 root bin 1718 15811 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControlModel.html 0664 root bin 13462 28516 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlink-xref.html 0664 root bin 1317 46755 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlink.html 0664 root bin 3165 6790 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlinkModel-xref.html 0664 root bin 1337 48743 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlinkModel.html 0664 root bin 14105 15208 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLine-xref.html 0664 root bin 1828 25999 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLine.html 0664 root bin 2233 56916 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLineModel-xref.html 0664 root bin 1703 14552 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLineModel.html 0664 root bin 9789 44714 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedText-xref.html 0664 root bin 1762 19107 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedText.html 0664 root bin 2970 55801 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedTextModel-xref.html 0664 root bin 2050 43795 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedTextModel.html 0664 root bin 13476 28855 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedField-xref.html 0664 root bin 2191 56794 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedField.html 0664 root bin 2827 42563 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedFieldModel-xref.html 0664 root bin 2589 27650 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedFieldModel.html 0664 root bin 22428 9614 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBox-xref.html 0664 root bin 2131 50834 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBox.html 0664 root bin 2229 56652 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBoxModel-xref.html 0664 root bin 1700 14017 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBoxModel.html 0664 root bin 9199 60455 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControl-xref.html 0664 root bin 2312 1757 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControl.html 0664 root bin 2742 36177 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControlModel-xref.html 0664 root bin 2235 60811 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControlModel.html 0664 root bin 10440 29052 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBox-xref.html 0664 root bin 2121 49704 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBox.html 0664 root bin 3330 21807 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBoxModel-xref.html 0664 root bin 2352 5060 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBoxModel.html 0664 root bin 15565 10816 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlModel-xref.html 0664 root bin 12702 22152 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlModel.html 0664 root bin 6444 30244 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericField-xref.html 0664 root bin 2294 164 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericField.html 0664 root bin 3167 6300 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericFieldModel-xref.html 0664 root bin 2412 11036 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericFieldModel.html 0664 root bin 18995 44915 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternField-xref.html 0664 root bin 2171 54794 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternField.html 0664 root bin 3184 7992 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternFieldModel-xref.html 0664 root bin 1889 31277 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternFieldModel.html 0664 root bin 15453 1625 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBar-xref.html 0664 root bin 1774 20623 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBar.html 0664 root bin 2714 33064 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBarModel-xref.html 0664 root bin 1671 11484 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBarModel.html 0664 root bin 9621 30266 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButton-xref.html 0664 root bin 2044 43577 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButton.html 0664 root bin 3005 59200 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButtonModel-xref.html 0664 root bin 2400 10124 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButtonModel.html 0664 root bin 17155 10231 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmap-xref.html 0664 root bin 1641 8438 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmap.html 0664 root bin 4112 25261 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmapModel-xref.html 0664 root bin 1837 26448 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmapModel.html 0664 root bin 11640 7213 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBar-xref.html 0664 root bin 1796 22694 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBar.html 0664 root bin 2762 37388 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBarModel-xref.html 0664 root bin 2048 43565 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBarModel.html 0664 root bin 14984 28726 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimation-xref.html 0664 root bin 1321 47155 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimation.html 0664 root bin 3090 723 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimationModel-xref.html 0664 root bin 1341 49143 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimationModel.html 0664 root bin 4626 579 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButton-xref.html 0664 root bin 1301 45155 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButton.html 0664 root bin 3103 1362 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButtonModel-xref.html 0664 root bin 1712 15361 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButtonModel.html 0664 root bin 13112 5802 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobber-xref.html 0664 root bin 1293 44267 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobber.html 0664 root bin 3027 59760 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobberModel-xref.html 0664 root bin 1313 46255 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobberModel.html 0664 root bin 2773 37927 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeField-xref.html 0664 root bin 2022 40811 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeField.html 0664 root bin 3128 2196 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeFieldModel-xref.html 0664 root bin 2376 7148 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeFieldModel.html 0664 root bin 18497 62119 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/VclContainerEvent-xref.html 0664 root bin 1800 22601 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/VclContainerEvent.html 0664 root bin 3199 6654 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/VclWindowPeerAttribute.html 0664 root bin 12410 22435 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/VisualEffect.html 0664 root bin 3754 48538 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowAttribute.html 0664 root bin 8829 13828 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowClass-xref.html 0664 root bin 1937 32364 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowClass.html 0664 root bin 4219 21869 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowDescriptor-xref.html 0664 root bin 2060 44553 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowDescriptor.html 0664 root bin 7376 35922 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowEvent-xref.html 0664 root bin 2335 3983 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/WindowEvent.html 0664 root bin 6940 58760 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XActionListener-xref.html 0664 root bin 4133 36018 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XActionListener.html 0664 root bin 3708 50828 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XActivateListener-xref.html 0664 root bin 1412 54490 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XActivateListener.html 0664 root bin 5239 50446 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XAdjustmentListener-xref.html 0664 root bin 2476 16688 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XAdjustmentListener.html 0664 root bin 3779 58329 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XBitmap-xref.html 0664 root bin 4288 42935 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XBitmap.html 0664 root bin 4237 26437 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XButton-xref.html 0664 root bin 2178 54869 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XButton.html 0664 root bin 5405 64721 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCallback-xref.html 0664 root bin 1714 13747 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCallback.html 0664 root bin 3216 7297 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCheckBox-xref.html 0664 root bin 2309 746 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCheckBox.html 0664 root bin 6637 34292 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XComboBox-xref.html 0664 root bin 2283 63574 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XComboBox.html 0664 root bin 11557 61874 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowEventHandler-xref.html 0664 root bin 1880 30731 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowEventHandler.html 0664 root bin 6411 28893 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowProvider-xref.html 0664 root bin 1761 20021 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowProvider.html 0664 root bin 6698 54626 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControl-xref.html 0664 root bin 8441 24626 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControl.html 0664 root bin 10940 5519 1224152200
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControlContainer-xref.html 0664 root bin 2963 57752 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControlContainer.html 0664 root bin 6202 1022 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControlModel-xref.html 0664 root bin 13278 1969 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XControlModel.html 0664 root bin 1778 17504 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCurrencyField-xref.html 0664 root bin 1866 28527 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XCurrencyField.html 0664 root bin 13774 48791 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDataTransferProviderAccess-xref.html 0664 root bin 1741 17677 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDataTransferProviderAccess.html 0664 root bin 6774 53585 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDateField-xref.html 0664 root bin 1834 24839 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDateField.html 0664 root bin 13727 41182 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDevice-xref.html 0664 root bin 3415 29447 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDevice.html 0664 root bin 8643 10262 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialog-xref.html 0664 root bin 3803 739 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialog.html 0664 root bin 4987 23845 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialog2-xref.html 0664 root bin 1376 50438 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialog2.html 0664 root bin 3261 10223 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogEventHandler-xref.html 0664 root bin 1894 31806 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogEventHandler.html 0664 root bin 6335 20629 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider-xref.html 0664 root bin 2786 43806 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider.html 0664 root bin 3733 50465 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider2-xref.html 0664 root bin 2171 55075 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider2.html 0664 root bin 6777 57655 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDisplayBitmap-xref.html 0664 root bin 2018 39355 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDisplayBitmap.html 0664 root bin 1926 30402 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDisplayConnection-xref.html 0664 root bin 1416 54934 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDisplayConnection.html 0664 root bin 7310 32575 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDockableWindow-xref.html 0664 root bin 1800 22273 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDockableWindow.html 0664 root bin 11294 44975 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDockableWindowListener-xref.html 0664 root bin 1946 36329 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XDockableWindowListener.html 0664 root bin 9998 1577 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XEnhancedMouseClickHandler-xref.html 0664 root bin 2222 60995 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XEnhancedMouseClickHandler.html 0664 root bin 4646 158 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XEventHandler-xref.html 0664 root bin 2158 55329 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XEventHandler.html 0664 root bin 3327 18967 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XExtendedToolkit-xref.html 0664 root bin 1935 35359 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XExtendedToolkit.html 0664 root bin 16942 26486 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFileDialog-xref.html 0664 root bin 1388 51774 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFileDialog.html 0664 root bin 5854 31970 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFixedHyperlink-xref.html 0664 root bin 1727 16347 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFixedHyperlink.html 0664 root bin 8193 33699 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFixedText-xref.html 0664 root bin 1697 13173 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFixedText.html 0664 root bin 5051 30132 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFocusListener-xref.html 0664 root bin 2458 14706 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFocusListener.html 0664 root bin 4915 23361 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFont-xref.html 0664 root bin 2883 48008 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFont.html 0664 root bin 8487 62243 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFont2-xref.html 0664 root bin 1368 49698 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XFont2.html 0664 root bin 3949 2865 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XGraphics-xref.html 0664 root bin 2650 28203 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XGraphics.html 0664 root bin 30050 40176 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageButton-xref.html 0664 root bin 1392 52346 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageButton.html 0664 root bin 4657 1693 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageConsumer-xref.html 0664 root bin 1848 26329 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageConsumer.html 0664 root bin 9464 19613 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageProducer-xref.html 0664 root bin 2157 52239 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XImageProducer.html 0664 root bin 5801 40091 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XInfoPrinter-xref.html 0664 root bin 1728 15657 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XInfoPrinter.html 0664 root bin 3746 53426 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XItemEventBroadcaster-xref.html 0664 root bin 2414 9425 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XItemEventBroadcaster.html 0664 root bin 4042 14008 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XItemListener-xref.html 0664 root bin 3571 49307 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XItemListener.html 0664 root bin 3752 54420 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XKeyHandler-xref.html 0664 root bin 2534 21822 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XKeyHandler.html 0664 root bin 7022 15907 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XKeyListener-xref.html 0664 root bin 2182 54595 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XKeyListener.html 0664 root bin 4423 44321 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutConstrains-xref.html 0664 root bin 5596 33089 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutConstrains.html 0664 root bin 4512 54172 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutContainer-xref.html 0664 root bin 2176 54763 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutContainer.html 0664 root bin 9793 40250 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutFlow-xref.html 0664 root bin 1388 52054 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutFlow.html 0664 root bin 3323 16946 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutRoot-xref.html 0664 root bin 1388 52102 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutRoot.html 0664 root bin 3587 40545 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutUnit-xref.html 0664 root bin 2060 44176 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XLayoutUnit.html 0664 root bin 2791 37825 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XListBox-xref.html 0664 root bin 2271 62566 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XListBox.html 0664 root bin 19318 2773 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenu-xref.html 0664 root bin 2377 4649 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenu.html 0664 root bin 12770 30500 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuBar-xref.html 0664 root bin 2721 35594 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuBar.html 0664 root bin 2225 54066 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended-xref.html 0664 root bin 1396 52758 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended.html 0664 root bin 6192 62604 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuListener-xref.html 0664 root bin 1806 22105 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMenuListener.html 0664 root bin 5931 40445 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMessageBox-xref.html 0664 root bin 1734 15966 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMessageBox.html 0664 root bin 5688 18445 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMessageBoxFactory-xref.html 0664 root bin 2049 43297 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMessageBoxFactory.html 0664 root bin 5031 34228 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMetricField-xref.html 0664 root bin 1392 52254 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMetricField.html 0664 root bin 16337 3496 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseClickHandler-xref.html 0664 root bin 2336 4370 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseClickHandler.html 0664 root bin 5221 50584 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseListener-xref.html 0664 root bin 2666 33536 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseListener.html 0664 root bin 6752 51001 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionHandler-xref.html 0664 root bin 1808 22983 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionHandler.html 0664 root bin 5489 9014 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionListener-xref.html 0664 root bin 2738 41096 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionListener.html 0664 root bin 4858 18725 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XNumericField-xref.html 0664 root bin 1858 27567 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XNumericField.html 0664 root bin 13766 47831 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPaintListener-xref.html 0664 root bin 2664 33124 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPaintListener.html 0664 root bin 3800 58645 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPatternField-xref.html 0664 root bin 1858 27655 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPatternField.html 0664 root bin 6769 48174 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPointer-xref.html 0664 root bin 1693 12059 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPointer.html 0664 root bin 3761 54732 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPopupMenu-xref.html 0664 root bin 2494 15113 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPopupMenu.html 0664 root bin 7469 39224 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinter-xref.html 0664 root bin 1704 13281 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinter.html 0664 root bin 8249 40022 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinterPropertySet-xref.html 0664 root bin 1755 18386 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinterPropertySet.html 0664 root bin 8430 63185 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinterServer-xref.html 0664 root bin 1400 53354 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XPrinterServer.html 0664 root bin 4756 8894 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XProgressBar-xref.html 0664 root bin 2361 4577 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XProgressBar.html 0664 root bin 6380 14515 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XProgressMonitor-xref.html 0664 root bin 1408 54258 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XProgressMonitor.html 0664 root bin 5586 11618 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRadioButton-xref.html 0664 root bin 2216 58712 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRadioButton.html 0664 root bin 5998 46904 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRegion-xref.html 0664 root bin 2864 47241 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRegion.html 0664 root bin 11641 4451 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRequestCallback-xref.html 0664 root bin 1709 14271 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XRequestCallback.html 0664 root bin 3552 36555 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XReschedule-xref.html 0664 root bin 1734 15987 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XReschedule.html 0664 root bin 3315 15964 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XScrollBar-xref.html 0664 root bin 2039 42151 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XScrollBar.html 0664 root bin 13790 59174 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSimpleAnimation-xref.html 0664 root bin 1733 16947 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSimpleAnimation.html 0664 root bin 4471 46454 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSimpleTabController-xref.html 0664 root bin 1424 55698 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSimpleTabController.html 0664 root bin 12060 39513 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinField-xref.html 0664 root bin 2894 54728 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinField.html 0664 root bin 7120 9679 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinListener-xref.html 0664 root bin 2188 55195 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinListener.html 0664 root bin 5915 38136 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinValue-xref.html 0664 root bin 1699 13439 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSpinValue.html 0664 root bin 13072 1026 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemChildFactory-xref.html 0664 root bin 2147 52771 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemChildFactory.html 0664 root bin 3965 5857 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentMenuPeer-xref.html 0664 root bin 1440 57330 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentMenuPeer.html 0664 root bin 4271 32729 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentWindowPeer-xref.html 0664 root bin 1870 29165 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentWindowPeer.html 0664 root bin 4446 48757 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabController-xref.html 0664 root bin 2825 45855 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabController.html 0664 root bin 8621 6695 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabControllerModel-xref.html 0664 root bin 3270 18683 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabControllerModel.html 0664 root bin 8925 37627 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabListener-xref.html 0664 root bin 1888 30409 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTabListener.html 0664 root bin 7350 26873 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextArea-xref.html 0664 root bin 1380 51062 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextArea.html 0664 root bin 2928 49408 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextComponent-xref.html 0664 root bin 3824 5745 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextComponent.html 0664 root bin 10938 7646 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextEditField-xref.html 0664 root bin 1400 53050 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextEditField.html 0664 root bin 2999 55245 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextLayoutConstrains-xref.html 0664 root bin 3583 51573 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextLayoutConstrains.html 0664 root bin 4084 18579 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextListener-xref.html 0664 root bin 2200 56877 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTextListener.html 0664 root bin 3677 47554 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XThrobber-xref.html 0664 root bin 1691 12615 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XThrobber.html 0664 root bin 3599 38185 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTimeField-xref.html 0664 root bin 1834 24975 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTimeField.html 0664 root bin 12358 57190 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XToggleButton-xref.html 0664 root bin 1396 52854 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XToggleButton.html 0664 root bin 2710 32008 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XToolkit-xref.html 0664 root bin 2986 58266 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XToolkit.html 0664 root bin 7917 18792 1224152201
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTopWindow-xref.html 0664 root bin 3128 9318 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTopWindow.html 0664 root bin 6985 8299 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTopWindowListener-xref.html 0664 root bin 2554 24888 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XTopWindowListener.html 0664 root bin 9100 49936 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUnitConversion-xref.html 0664 root bin 1404 53782 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUnitConversion.html 0664 root bin 6444 20848 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUnoControlContainer-xref.html 0664 root bin 1794 22593 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUnoControlContainer.html 0664 root bin 5489 8248 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUserInputInterception-xref.html 0664 root bin 3089 7694 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XUserInputInterception.html 0664 root bin 7197 28094 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainer-xref.html 0664 root bin 1396 52766 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainer.html 0664 root bin 4988 31635 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainerListener-xref.html 0664 root bin 1918 33571 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainerListener.html 0664 root bin 4970 27778 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainerPeer-xref.html 0664 root bin 1412 54350 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclContainerPeer.html 0664 root bin 4829 11969 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclWindowPeer-xref.html 0664 root bin 1780 20413 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XVclWindowPeer.html 0664 root bin 10621 45563 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XView-xref.html 0664 root bin 6980 26041 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XView.html 0664 root bin 6371 9706 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindow-xref.html 0664 root bin 18499 10095 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindow.html 0664 root bin 18369 65198 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindow2-xref.html 0664 root bin 1738 16202 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindow2.html 0664 root bin 7320 27721 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowListener-xref.html 0664 root bin 2548 21241 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowListener.html 0664 root bin 6436 21633 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowListener2-xref.html 0664 root bin 1408 53950 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowListener2.html 0664 root bin 4866 17105 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowPeer-xref.html 0664 root bin 5099 50591 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/XWindowPeer.html 0664 root bin 7733 3266 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/module-ix.html 0664 root bin 56037 44687 1224152198
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/ExpandVetoException-xref.html 0664 root bin 2097 49662 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/ExpandVetoException.html 0664 root bin 3495 30498 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/MutableTreeDataModel.html 0664 root bin 2212 53514 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/MutableTreeNode.html 0664 root bin 2096 42927 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControl.html 0664 root bin 5760 40459 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControlModel-xref.html 0664 root bin 1294 43752 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControlModel.html 0664 root bin 9813 50846 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeDataModelEvent-xref.html 0664 root bin 2141 53326 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeDataModelEvent.html 0664 root bin 4390 40582 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeExpansionEvent-xref.html 0664 root bin 2584 27337 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/TreeExpansionEvent.html 0664 root bin 3206 5299 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeDataModel-xref.html 0664 root bin 1752 17936 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeDataModel.html 0664 root bin 6642 38084 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeNode-xref.html 0664 root bin 2660 30464 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeNode.html 0664 root bin 13365 21552 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeControl-xref.html 0664 root bin 1698 12824 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeControl.html 0664 root bin 27225 35891 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModel-xref.html 0664 root bin 2366 3944 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModel.html 0664 root bin 6635 39924 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModelListener-xref.html 0664 root bin 1941 34702 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModelListener.html 0664 root bin 9545 35153 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeEditListener-xref.html 0664 root bin 1889 29994 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeEditListener.html 0664 root bin 6705 46100 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeExpansionListener-xref.html 0664 root bin 1929 34466 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeExpansionListener.html 0664 root bin 8694 21191 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeNode-xref.html 0664 root bin 4557 64860 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeNode.html 0664 root bin 10828 63487 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/awt/tree/module-ix.html 0664 root bin 6344 26047 1224152202
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Ambiguous-xref.html 0664 root bin 1781 20213 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Ambiguous.html 0664 root bin 3792 57601 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Defaulted-xref.html 0664 root bin 1622 5700 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Defaulted.html 0664 root bin 3789 56934 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/GetDirectPropertyTolerantResult-xref.html 0664 root bin 1368 51246 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/GetDirectPropertyTolerantResult.html 0664 root bin 3202 10726 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/GetPropertyTolerantResult-xref.html 0664 root bin 1677 12262 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/GetPropertyTolerantResult.html 0664 root bin 4163 22832 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/IllegalTypeException-xref.html 0664 root bin 1734 17443 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/IllegalTypeException.html 0664 root bin 2206 54526 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Introspection-xref.html 0664 root bin 2259 65146 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Introspection.html 0664 root bin 2974 57564 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/IntrospectionException-xref.html 0664 root bin 2341 5825 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/IntrospectionException.html 0664 root bin 2278 60349 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/MethodConcept.html 0664 root bin 8535 61522 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/NamedValue-xref.html 0664 root bin 2147 54438 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/NamedValue.html 0664 root bin 3093 61000 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/NotRemoveableException-xref.html 0664 root bin 1614 6574 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/NotRemoveableException.html 0664 root bin 2089 45162 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Optional-xref.html 0664 root bin 2836 48161 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Optional.html 0664 root bin 3857 63633 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Property-xref.html 0664 root bin 2759 43388 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/Property.html 0664 root bin 4993 28819 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyAttribute.html 0664 root bin 9265 59360 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyBag-xref.html 0664 root bin 10027 36031 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyBag.html 0664 root bin 3226 14484 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyChangeEvent-xref.html 0664 root bin 1828 25516 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyChangeEvent.html 0664 root bin 5784 32900 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyConcept.html 0664 root bin 6454 24660 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyExistException-xref.html 0664 root bin 1608 6112 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyExistException.html 0664 root bin 2156 51352 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertySet-xref.html 0664 root bin 3203 11792 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertySet.html 0664 root bin 3482 35596 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChange.html 0664 root bin 3606 40962 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChangeEvent-xref.html 0664 root bin 1744 18262 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChangeEvent.html 0664 root bin 4327 37168 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyState-xref.html 0664 root bin 3495 43585 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyState.html 0664 root bin 5456 726 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyStateChangeEvent-xref.html 0664 root bin 1726 16615 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyStateChangeEvent.html 0664 root bin 5373 64001 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyValue-xref.html 0664 root bin 6819 21589 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyValue.html 0664 root bin 4650 63813 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyValues-xref.html 0664 root bin 7617 9484 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyValues.html 0664 root bin 1792 18976 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyVetoException-xref.html 0664 root bin 4095 33563 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/PropertyVetoException.html 0664 root bin 2117 47365 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/SetPropertyTolerantFailed-xref.html 0664 root bin 1344 48650 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/SetPropertyTolerantFailed.html 0664 root bin 3568 38865 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/StringPair-xref.html 0664 root bin 1701 12427 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/StringPair.html 0664 root bin 3101 62534 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/TolerantPropertySetResultType.html 0664 root bin 6526 21377 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/UnknownPropertyException-xref.html 0664 root bin 9991 50647 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/UnknownPropertyException.html 0664 root bin 2127 48563 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XExactName-xref.html 0664 root bin 2679 36237 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XExactName.html 0664 root bin 3688 49115 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XFastPropertySet-xref.html 0664 root bin 12590 62726 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XFastPropertySet.html 0664 root bin 6736 57267 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XFastPropertyState-xref.html 0664 root bin 1416 54990 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XFastPropertyState.html 0664 root bin 8204 49787 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySet-xref.html 0664 root bin 2841 50972 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySet.html 0664 root bin 9333 27340 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySetInfo-xref.html 0664 root bin 2045 46805 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySetInfo.html 0664 root bin 4969 32436 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntroTest-xref.html 0664 root bin 1698 12572 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntroTest.html 0664 root bin 20991 56810 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntrospection-xref.html 0664 root bin 2237 60789 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntrospection.html 0664 root bin 6408 27266 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntrospectionAccess-xref.html 0664 root bin 2359 5656 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XIntrospectionAccess.html 0664 root bin 20720 26423 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMaterialHolder-xref.html 0664 root bin 1843 26361 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMaterialHolder.html 0664 root bin 3597 43776 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiHierarchicalPropertySet-xref.html 0664 root bin 3016 1903 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiHierarchicalPropertySet.html 0664 root bin 9400 36587 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertySet-xref.html 0664 root bin 19056 49784 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertySet.html 0664 root bin 11480 14700 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertyStates-xref.html 0664 root bin 4912 34271 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertyStates.html 0664 root bin 8183 51731 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeListener-xref.html 0664 root bin 3016 5845 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeListener.html 0664 root bin 4029 15074 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeNotifier-xref.html 0664 root bin 5927 59688 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeNotifier.html 0664 root bin 4709 13052 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XProperty-xref.html 0664 root bin 2709 39741 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XProperty.html 0664 root bin 3176 5460 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyAccess-xref.html 0664 root bin 12266 34300 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyAccess.html 0664 root bin 4907 27954 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyChangeListener-xref.html 0664 root bin 4040 29000 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyChangeListener.html 0664 root bin 3824 61988 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyContainer-xref.html 0664 root bin 15859 28812 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyContainer.html 0664 root bin 5813 39545 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySet-xref.html 0664 root bin 89823 64264 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySet.html 0664 root bin 14476 10891 1224152202
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfo-xref.html 0664 root bin 4207 41672 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfo.html 0664 root bin 5480 6942 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeListener-xref.html 0664 root bin 2092 51485 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeListener.html 0664 root bin 4186 30048 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeNotifier-xref.html 0664 root bin 5947 61672 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeNotifier.html 0664 root bin 4877 29157 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyState-xref.html 0664 root bin 13415 6322 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyState.html 0664 root bin 8385 65045 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyStateChangeListener-xref.html 0664 root bin 1456 59078 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyStateChangeListener.html 0664 root bin 3972 10036 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyWithState-xref.html 0664 root bin 3127 11199 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XPropertyWithState.html 0664 root bin 6602 40691 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XTolerantMultiPropertySet-xref.html 0664 root bin 7649 12501 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XTolerantMultiPropertySet.html 0664 root bin 8134 53773 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XVetoableChangeListener-xref.html 0664 root bin 2272 64288 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/XVetoableChangeListener.html 0664 root bin 4195 29014 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/beans/module-ix.html 0664 root bin 15186 33540 1224152202
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/Bridge-xref.html 0664 root bin 1245 39155 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/Bridge.html 0664 root bin 3914 8253 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/BridgeExistsException-xref.html 0664 root bin 1594 4105 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/BridgeExistsException.html 0664 root bin 2033 39648 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/BridgeFactory-xref.html 0664 root bin 1921 33699 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/BridgeFactory.html 0664 root bin 3099 1999 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/IiopBridge-xref.html 0664 root bin 1261 40759 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/IiopBridge.html 0664 root bin 3349 21713 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/InvalidProtocolChangeException-xref.html 0664 root bin 1645 9595 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/InvalidProtocolChangeException.html 0664 root bin 3842 64403 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/ModelDependent.html 0664 root bin 3723 46244 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleApplicationRegistration-xref.html 0664 root bin 1325 47611 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleApplicationRegistration.html 0664 root bin 3505 37715 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier-xref.html 0664 root bin 1289 43715 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier.html 0664 root bin 2776 38379 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier2-xref.html 0664 root bin 1606 5215 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier2.html 0664 root bin 3763 61913 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplierVar1-xref.html 0664 root bin 1305 45099 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplierVar1.html 0664 root bin 2852 46149 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleObjectFactory-xref.html 0664 root bin 1285 43259 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/OleObjectFactory.html 0664 root bin 3336 22215 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/ProtocolProperty-xref.html 0664 root bin 1688 12951 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/ProtocolProperty.html 0664 root bin 2849 40539 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/UnoUrlResolver.html 0664 root bin 2704 35188 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/UrpBridge-xref.html 0664 root bin 1257 40399 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/UrpBridge.html 0664 root bin 3349 22005 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridge-xref.html 0664 root bin 2696 33294 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridge.html 0664 root bin 5012 30314 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeFactory-xref.html 0664 root bin 2186 55997 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeFactory.html 0664 root bin 7019 10230 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier-xref.html 0664 root bin 1713 14807 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier.html 0664 root bin 5314 57800 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier2-xref.html 0664 root bin 2319 2404 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier2.html 0664 root bin 6136 4363 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XInstanceProvider-xref.html 0664 root bin 2108 48419 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XInstanceProvider.html 0664 root bin 4200 29880 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XProtocolProperties-xref.html 0664 root bin 1420 55546 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XProtocolProperties.html 0664 root bin 7028 13819 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XUnoUrlResolver-xref.html 0664 root bin 2777 43637 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/XUnoUrlResolver.html 0664 root bin 4546 61105 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/module-ix.html 0664 root bin 7280 40388 1224152203
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/ApplicationRegistration-xref.html 0664 root bin 1447 58390 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/ApplicationRegistration.html 0664 root bin 4120 24199 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/BridgeSupplier-xref.html 0664 root bin 1893 31270 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/BridgeSupplier.html 0664 root bin 4554 63022 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Currency-xref.html 0664 root bin 1661 8870 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Currency.html 0664 root bin 3632 42989 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Date-xref.html 0664 root bin 1645 7026 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Date.html 0664 root bin 3570 36800 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Decimal-xref.html 0664 root bin 1830 23844 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Decimal.html 0664 root bin 4962 17556 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Factory-xref.html 0664 root bin 1823 24578 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Factory.html 0664 root bin 3684 51270 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/NamedArgument-xref.html 0664 root bin 1765 18644 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/NamedArgument.html 0664 root bin 4365 40554 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/PropertyPutArgument-xref.html 0664 root bin 1809 23615 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/PropertyPutArgument.html 0664 root bin 4644 1565 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/SCode-xref.html 0664 root bin 1649 7346 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/SCode.html 0664 root bin 3427 24815 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/XAutomationObject-xref.html 0664 root bin 1421 54911 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/XAutomationObject.html 0664 root bin 2567 20682 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/module-ix.html 0664 root bin 4168 28010 1224152203
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartDocumentView-xref.html 0664 root bin 1329 47783 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartDocumentView.html 0664 root bin 6627 54364 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartElement-xref.html 0664 root bin 1309 45671 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartElement.html 0664 root bin 9335 29452 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AreaDiagram-xref.html 0664 root bin 1673 11022 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/AreaDiagram.html 0664 root bin 4000 14880 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/BarDiagram-xref.html 0664 root bin 1965 37288 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/BarDiagram.html 0664 root bin 9275 10710 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Chart3DBarProperties-xref.html 0664 root bin 2221 59703 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Chart3DBarProperties.html 0664 root bin 3883 2462 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartArea-xref.html 0664 root bin 1663 10350 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartArea.html 0664 root bin 3837 64772 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxis-xref.html 0664 root bin 1257 40411 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxis.html 0664 root bin 20711 57991 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisArrangeOrderType-xref.html 0664 root bin 1797 20546 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisArrangeOrderType.html 0664 root bin 4582 55720 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisAssign.html 0664 root bin 3131 63416 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisMarks.html 0664 root bin 3785 53021 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisXSupplier-xref.html 0664 root bin 1837 25513 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisXSupplier.html 0664 root bin 6019 52474 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisYSupplier-xref.html 0664 root bin 1882 29389 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisYSupplier.html 0664 root bin 5919 43268 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisZSupplier-xref.html 0664 root bin 1721 15001 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartAxisZSupplier.html 0664 root bin 5946 45937 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartData-xref.html 0664 root bin 2142 51435 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartData.html 0664 root bin 2671 30090 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataArray-xref.html 0664 root bin 2232 59884 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataArray.html 0664 root bin 3321 21079 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataCaption.html 0664 root bin 5912 36413 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeEvent-xref.html 0664 root bin 1707 13803 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeEvent.html 0664 root bin 5090 35296 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeType-xref.html 0664 root bin 1621 5276 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeType.html 0664 root bin 5814 23552 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataPoint-xref.html 0664 root bin 1282 42253 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataPoint.html 0664 root bin 1752 13667 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataPointProperties-xref.html 0664 root bin 1707 15377 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataPointProperties.html 0664 root bin 11867 33487 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRow-xref.html 0664 root bin 1292 43038 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRow.html 0664 root bin 3417 22318 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowProperties-xref.html 0664 root bin 1309 45827 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowProperties.html 0664 root bin 8742 30473 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowSource-xref.html 0664 root bin 2432 10938 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowSource.html 0664 root bin 3362 19370 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataValue-xref.html 0664 root bin 1300 43826 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDataValue.html 0664 root bin 3778 53249 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDocument-xref.html 0664 root bin 2399 10773 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartDocument.html 0664 root bin 6156 1337 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartErrorCategory-xref.html 0664 root bin 1620 5819 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartErrorCategory.html 0664 root bin 6768 47667 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartErrorIndicatorType-xref.html 0664 root bin 1642 8061 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartErrorIndicatorType.html 0664 root bin 4022 5953 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartGrid-xref.html 0664 root bin 1257 40351 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartGrid.html 0664 root bin 3660 48549 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLegend-xref.html 0664 root bin 1265 41155 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLegend.html 0664 root bin 4630 1522 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLegendPosition-xref.html 0664 root bin 1604 3909 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLegendPosition.html 0664 root bin 5207 40180 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLine-xref.html 0664 root bin 1257 40359 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartLine.html 0664 root bin 2930 51543 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartPieSegmentProperties-xref.html 0664 root bin 1778 21448 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartPieSegmentProperties.html 0664 root bin 4692 7255 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartRegressionCurveType-xref.html 0664 root bin 1650 9053 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartRegressionCurveType.html 0664 root bin 5739 16938 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartSeriesAddress-xref.html 0664 root bin 1316 45594 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartSeriesAddress.html 0664 root bin 4220 29260 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartSolidType.html 0664 root bin 4117 12154 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartStatistics-xref.html 0664 root bin 2235 60079 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartStatistics.html 0664 root bin 12926 64673 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartSymbolType.html 0664 root bin 8871 13234 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTableAddressSupplier-xref.html 0664 root bin 1321 46991 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTableAddressSupplier.html 0664 root bin 5704 29085 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTitle-xref.html 0664 root bin 1261 40847 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTitle.html 0664 root bin 4959 28681 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisXSupplier-xref.html 0664 root bin 1707 14794 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisXSupplier.html 0664 root bin 4639 3600 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisYSupplier-xref.html 0664 root bin 1782 20565 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisYSupplier.html 0664 root bin 4569 62741 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/DataLabelPlacement.html 0664 root bin 7062 53222 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Diagram-xref.html 0664 root bin 2340 3227 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Diagram.html 0664 root bin 6064 59302 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Dim3DDiagram-xref.html 0664 root bin 2380 6387 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/Dim3DDiagram.html 0664 root bin 6080 55129 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/DonutDiagram-xref.html 0664 root bin 1269 41659 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/DonutDiagram.html 0664 root bin 2295 61846 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/ErrorBarStyle.html 0664 root bin 8488 63876 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/LineDiagram-xref.html 0664 root bin 2183 55826 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/LineDiagram.html 0664 root bin 10573 54642 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/NetDiagram-xref.html 0664 root bin 1261 40751 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/NetDiagram.html 0664 root bin 2834 42942 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/PieDiagram-xref.html 0664 root bin 1844 26641 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/PieDiagram.html 0664 root bin 2537 17541 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/StackableDiagram-xref.html 0664 root bin 2166 53365 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/StackableDiagram.html 0664 root bin 3669 46790 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/StockDiagram-xref.html 0664 root bin 1732 16670 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/StockDiagram.html 0664 root bin 8341 61298 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/X3DDefaultSetter-xref.html 0664 root bin 2048 42568 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/X3DDefaultSetter.html 0664 root bin 4994 32732 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/X3DDisplay-xref.html 0664 root bin 1910 30571 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/X3DDisplay.html 0664 root bin 4169 21941 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisXSupplier-xref.html 0664 root bin 2317 1447 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisXSupplier.html 0664 root bin 5823 28044 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisYSupplier-xref.html 0664 root bin 2362 5327 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisYSupplier.html 0664 root bin 5821 27931 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisZSupplier-xref.html 0664 root bin 1893 30229 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XAxisZSupplier.html 0664 root bin 5685 16355 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartData-xref.html 0664 root bin 4313 41705 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartData.html 0664 root bin 7537 57171 1224152203
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDataArray-xref.html 0664 root bin 4142 34392 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDataArray.html 0664 root bin 8410 60406 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDataChangeEventListener-xref.html 0664 root bin 2314 1924 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDataChangeEventListener.html 0664 root bin 4284 36099 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDocument-xref.html 0664 root bin 2515 20295 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XChartDocument.html 0664 root bin 10272 8952 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XDiagram-xref.html 0664 root bin 3131 4576 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XDiagram.html 0664 root bin 6614 35011 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XSecondAxisTitleSupplier-xref.html 0664 root bin 1440 57370 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XSecondAxisTitleSupplier.html 0664 root bin 3508 33914 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XStatisticDisplay-xref.html 0664 root bin 1711 14715 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XStatisticDisplay.html 0664 root bin 5546 8186 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisXSupplier-xref.html 0664 root bin 1729 16535 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisXSupplier.html 0664 root bin 3837 61233 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisYSupplier-xref.html 0664 root bin 1960 36419 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisYSupplier.html 0664 root bin 3840 62153 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XYDiagram-xref.html 0664 root bin 2146 54586 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/XYDiagram.html 0664 root bin 3920 8470 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart/module-ix.html 0664 root bin 15899 13842 1224152203
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Axis-xref.html 0664 root bin 1237 38419 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Axis.html 0664 root bin 12567 29247 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/AxisOrientation-xref.html 0664 root bin 1707 13245 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/AxisOrientation.html 0664 root bin 3033 55674 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/AxisPosition.html 0664 root bin 3934 5547 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/AxisType.html 0664 root bin 4003 4263 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Break-xref.html 0664 root bin 1264 40226 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Break.html 0664 root bin 2710 28164 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CandleStickChartType-xref.html 0664 root bin 1301 44835 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CandleStickChartType.html 0664 root bin 9171 64569 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartDocument-xref.html 0664 root bin 1273 42115 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartDocument.html 0664 root bin 4051 17378 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartDocumentWrapper-xref.html 0664 root bin 1301 45063 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartDocumentWrapper.html 0664 root bin 3463 31443 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartType-xref.html 0664 root bin 1568 1631 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartType.html 0664 root bin 2748 34574 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeManager-xref.html 0664 root bin 1285 43259 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeManager.html 0664 root bin 2588 21622 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeTemplate-xref.html 0664 root bin 1289 43775 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeTemplate.html 0664 root bin 2079 44385 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystem-xref.html 0664 root bin 1285 43507 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystem.html 0664 root bin 3777 58906 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemType-xref.html 0664 root bin 1301 45179 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemType.html 0664 root bin 1713 13147 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemTypeID-xref.html 0664 root bin 1648 8557 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemTypeID.html 0664 root bin 1543 62811 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CurveStyle-xref.html 0664 root bin 1257 39897 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CurveStyle.html 0664 root bin 4445 41906 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CustomLegendEntry-xref.html 0664 root bin 1289 43823 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/CustomLegendEntry.html 0664 root bin 4528 57944 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPoint-xref.html 0664 root bin 1257 40399 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPoint.html 0664 root bin 4165 26777 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPointGeometry3D.html 0664 root bin 4174 15981 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPointLabel-xref.html 0664 root bin 1627 5980 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPointLabel.html 0664 root bin 4978 29336 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPointProperties-xref.html 0664 root bin 1631 7513 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataPointProperties.html 0664 root bin 36475 31056 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataSeries-xref.html 0664 root bin 1261 40787 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/DataSeries.html 0664 root bin 9614 43480 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Diagram-xref.html 0664 root bin 1249 39571 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Diagram.html 0664 root bin 9376 9734 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ErrorBar-xref.html 0664 root bin 1253 39995 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ErrorBar.html 0664 root bin 6589 34162 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitIncrementData-xref.html 0664 root bin 1328 46866 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitIncrementData.html 0664 root bin 8776 35384 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitScaleData-xref.html 0664 root bin 1312 45086 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitScaleData.html 0664 root bin 4755 4708 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitSubIncrement-xref.html 0664 root bin 1324 46546 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExplicitSubIncrement.html 0664 root bin 3293 15996 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExponentialScaling-xref.html 0664 root bin 1293 44255 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ExponentialScaling.html 0664 root bin 2513 14278 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/FillBitmap-xref.html 0664 root bin 1284 42270 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/FillBitmap.html 0664 root bin 7577 49481 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/FormattedString-xref.html 0664 root bin 1281 43059 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/FormattedString.html 0664 root bin 3531 39518 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/GridProperties-xref.html 0664 root bin 1277 42635 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/GridProperties.html 0664 root bin 3460 29645 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/IncrementData-xref.html 0664 root bin 1609 4057 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/IncrementData.html 0664 root bin 6473 35337 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/InterpretedData-xref.html 0664 root bin 2412 11281 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/InterpretedData.html 0664 root bin 3856 61550 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Legend-xref.html 0664 root bin 1245 39163 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Legend.html 0664 root bin 8203 45398 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendExpansion-xref.html 0664 root bin 1573 851 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendExpansion.html 0664 root bin 4739 147 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendPosition-xref.html 0664 root bin 1579 1481 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendPosition.html 0664 root bin 4712 59223 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendSymbolStyle-xref.html 0664 root bin 1618 5606 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LegendSymbolStyle.html 0664 root bin 9154 34568 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LightSource-xref.html 0664 root bin 1288 42802 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LightSource.html 0664 root bin 4362 38699 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LinearScaling-xref.html 0664 root bin 1273 42031 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LinearScaling.html 0664 root bin 2565 18181 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LogarithmicScaling-xref.html 0664 root bin 1293 44175 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LogarithmicScaling.html 0664 root bin 2475 11305 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LogicTargetModel-xref.html 0664 root bin 1285 43223 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/LogicTargetModel.html 0664 root bin 5643 24924 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/MutableDataSequence-xref.html 0664 root bin 1297 44467 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/MutableDataSequence.html 0664 root bin 2750 35342 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PieChartOffsetMode-xref.html 0664 root bin 1289 42865 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PieChartOffsetMode.html 0664 root bin 3345 14581 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PowerScaling-xref.html 0664 root bin 1269 41719 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PowerScaling.html 0664 root bin 2503 13316 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PropertyPool-xref.html 0664 root bin 1269 41915 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/PropertyPool.html 0664 root bin 3214 11067 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RectangularDataSource-xref.html 0664 root bin 1305 45387 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RectangularDataSource.html 0664 root bin 6126 64716 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurve-xref.html 0664 root bin 1281 43095 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurve.html 0664 root bin 2877 46104 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurveEquation-xref.html 0664 root bin 1313 46447 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurveEquation.html 0664 root bin 6200 7360 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RelativePosition-xref.html 0664 root bin 1963 37180 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RelativePosition.html 0664 root bin 5281 57381 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RelativeSize-xref.html 0664 root bin 1292 43242 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/RelativeSize.html 0664 root bin 4455 51108 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ScaleData-xref.html 0664 root bin 1882 26104 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ScaleData.html 0664 root bin 7487 45618 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Scaling-xref.html 0664 root bin 1717 14943 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Scaling.html 0664 root bin 2320 62913 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/StackingDirection-xref.html 0664 root bin 1609 4505 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/StackingDirection.html 0664 root bin 3129 61261 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/StandardDiagramCreationParameters-xref.html 0664 root bin 1353 50299 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/StandardDiagramCreationParameters.html 0664 root bin 3336 21276 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/SubIncrement-xref.html 0664 root bin 1292 43210 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/SubIncrement.html 0664 root bin 3157 4075 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Symbol-xref.html 0664 root bin 1597 3280 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Symbol.html 0664 root bin 8142 31616 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/SymbolStyle-xref.html 0664 root bin 1549 64139 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/SymbolStyle.html 0664 root bin 5573 6511 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/TextAnchor.html 0664 root bin 1718 11441 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/TickmarkStyle.html 0664 root bin 3474 26348 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Title-xref.html 0664 root bin 1241 38855 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/Title.html 0664 root bin 7201 25138 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/TransparencyStyle-xref.html 0664 root bin 1285 42925 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/TransparencyStyle.html 0664 root bin 3587 37688 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ViewLegendEntry-xref.html 0664 root bin 1304 44414 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/ViewLegendEntry.html 0664 root bin 3490 30783 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XAxis-xref.html 0664 root bin 2345 2641 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XAxis.html 0664 root bin 6309 12359 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartDocument-xref.html 0664 root bin 1701 13559 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartDocument.html 0664 root bin 12239 848 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartShape-xref.html 0664 root bin 1388 51850 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartShape.html 0664 root bin 9595 34042 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartShapeContainer-xref.html 0664 root bin 1424 55574 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartShapeContainer.html 0664 root bin 4395 41632 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartType-xref.html 0664 root bin 2586 24865 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartType.html 0664 root bin 7545 60080 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeContainer-xref.html 0664 root bin 1727 16327 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeContainer.html 0664 root bin 6026 51779 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeManager-xref.html 0664 root bin 2096 47224 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeManager.html 0664 root bin 1710 12104 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeTemplate-xref.html 0664 root bin 1725 16049 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeTemplate.html 0664 root bin 16120 14304 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XColorScheme-xref.html 0664 root bin 2048 42188 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XColorScheme.html 0664 root bin 3489 32402 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystem-xref.html 0664 root bin 2605 28359 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystem.html 0664 root bin 9390 21275 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystemContainer-xref.html 0664 root bin 1737 17403 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystemContainer.html 0664 root bin 6328 19345 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataInterpreter-xref.html 0664 root bin 1758 18644 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataInterpreter.html 0664 root bin 8175 46916 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataSeries-xref.html 0664 root bin 2299 314 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataSeries.html 0664 root bin 3726 51263 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataSeriesContainer-xref.html 0664 root bin 1782 21041 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDataSeriesContainer.html 0664 root bin 6057 53780 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDiagram-xref.html 0664 root bin 3251 19052 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDiagram.html 0664 root bin 8874 30918 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDiagramProvider-xref.html 0664 root bin 1408 54014 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XDiagramProvider.html 0664 root bin 3681 45525 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XFormattedString-xref.html 0664 root bin 1713 14975 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XFormattedString.html 0664 root bin 3258 10992 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XInternalDataProvider-xref.html 0664 root bin 1428 56070 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XInternalDataProvider.html 0664 root bin 11038 27692 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLabeled-xref.html 0664 root bin 1376 50594 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLabeled.html 0664 root bin 7427 32025 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegend-xref.html 0664 root bin 2267 59648 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegend.html 0664 root bin 5455 4262 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegendEntry-xref.html 0664 root bin 2105 47783 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegendEntry.html 0664 root bin 1695 10622 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegendSymbolProvider-xref.html 0664 root bin 1737 17353 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XLegendSymbolProvider.html 0664 root bin 3320 17855 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XPlotter-xref.html 0664 root bin 1376 50854 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XPlotter.html 0664 root bin 7639 3477 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurve-xref.html 0664 root bin 2255 63751 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurve.html 0664 root bin 4405 45054 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveCalculator-xref.html 0664 root bin 1782 21334 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveCalculator.html 0664 root bin 11417 1936 1224152204
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveContainer-xref.html 0664 root bin 1739 17599 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveContainer.html 0664 root bin 6230 9416 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XScaling-xref.html 0664 root bin 3145 7520 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XScaling.html 0664 root bin 3295 14046 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTarget-xref.html 0664 root bin 1372 50330 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTarget.html 0664 root bin 2660 26001 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTitle-xref.html 0664 root bin 2455 10455 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTitle.html 0664 root bin 3347 18073 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTitled-xref.html 0664 root bin 1804 22089 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTitled.html 0664 root bin 3961 5194 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTransformation-xref.html 0664 root bin 1834 25593 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XTransformation.html 0664 root bin 6247 13077 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoHelper-xref.html 0664 root bin 1388 51926 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoHelper.html 0664 root bin 4661 438 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoManager-xref.html 0664 root bin 1719 14516 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoManager.html 0664 root bin 13125 1875 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoSupplier-xref.html 0664 root bin 1697 13275 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/XUndoSupplier.html 0664 root bin 3135 489 1224152205
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataFilter-xref.html 0664 root bin 1270 41184 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataFilter.html 0664 root bin 2844 41220 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataProvider-xref.html 0664 root bin 1278 42100 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataProvider.html 0664 root bin 2741 33453 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequence-xref.html 0664 root bin 1278 42028 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequence.html 0664 root bin 8992 50937 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequenceRole-xref.html 0664 root bin 1603 3218 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequenceRole.html 0664 root bin 3896 5410 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSink-xref.html 0664 root bin 1553 65017 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSink.html 0664 root bin 2550 16555 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSource-xref.html 0664 root bin 1561 362 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DataSource.html 0664 root bin 2559 17512 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/DatabaseDataProvider.html 0664 root bin 3014 57141 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/HighlightedRange-xref.html 0664 root bin 1317 45159 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/HighlightedRange.html 0664 root bin 5156 44613 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/LabelOrigin-xref.html 0664 root bin 1599 2788 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/LabelOrigin.html 0664 root bin 6215 57862 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/LabeledDataSequence-xref.html 0664 root bin 1306 44752 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/LabeledDataSequence.html 0664 root bin 3829 62072 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlightListener-xref.html 0664 root bin 1318 46220 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlightListener.html 0664 root bin 2664 27918 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlighter-xref.html 0664 root bin 1294 43728 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlighter.html 0664 root bin 2328 63486 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/TabularDataProviderArguments-xref.html 0664 root bin 1342 48760 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/TabularDataProviderArguments.html 0664 root bin 10771 6600 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataProvider-xref.html 0664 root bin 2944 53700 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataProvider.html 0664 root bin 12373 21921 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataReceiver-xref.html 0664 root bin 1767 18463 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataReceiver.html 0664 root bin 9632 42034 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSequence-xref.html 0664 root bin 3040 64859 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSequence.html 0664 root bin 8674 18985 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSink-xref.html 0664 root bin 1933 31972 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSink.html 0664 root bin 4040 13539 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSource-xref.html 0664 root bin 3542 41014 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSource.html 0664 root bin 3986 10700 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDatabaseDataProvider-xref.html 0664 root bin 1752 18062 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XDatabaseDataProvider.html 0664 root bin 18897 42324 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XLabeledDataSequence-xref.html 0664 root bin 2294 63361 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XLabeledDataSequence.html 0664 root bin 5926 39654 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XNumericalDataSequence-xref.html 0664 root bin 1740 16932 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XNumericalDataSequence.html 0664 root bin 3260 11225 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeHighlighter-xref.html 0664 root bin 2065 44400 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeHighlighter.html 0664 root bin 5453 7096 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeXMLConversion-xref.html 0664 root bin 2109 48489 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeXMLConversion.html 0664 root bin 4868 18133 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XTextualDataSequence-xref.html 0664 root bin 1732 16192 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/XTextualDataSequence.html 0664 root bin 3179 3921 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/data/module-ix.html 0664 root bin 7344 46191 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/chart2/module-ix.html 0664 root bin 17663 38626 1224152204
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/AccessRootElement-xref.html 0664 root bin 1732 17209 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/AccessRootElement.html 0664 root bin 8663 37805 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/AdministrationProvider-xref.html 0664 root bin 2146 54916 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/AdministrationProvider.html 0664 root bin 10925 55063 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CannotLoadConfigurationException-xref.html 0664 root bin 2634 35874 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CannotLoadConfigurationException.html 0664 root bin 2102 47028 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationAccess-xref.html 0664 root bin 2608 30066 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationAccess.html 0664 root bin 11589 26135 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationProvider-xref.html 0664 root bin 2972 64000 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationProvider.html 0664 root bin 12282 24577 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationRegistry-xref.html 0664 root bin 1305 45699 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationRegistry.html 0664 root bin 3446 33902 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationUpdateAccess-xref.html 0664 root bin 2158 56100 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationUpdateAccess.html 0664 root bin 7236 46032 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CorruptedConfigurationException-xref.html 0664 root bin 1650 10702 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CorruptedConfigurationException.html 0664 root bin 3421 28690 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CorruptedUIConfigurationException-xref.html 0664 root bin 1318 47246 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/CorruptedUIConfigurationException.html 0664 root bin 2399 7186 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/DefaultProvider-xref.html 0664 root bin 1281 43007 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/DefaultProvider.html 0664 root bin 5169 46469 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupAccess-xref.html 0664 root bin 1696 13555 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupAccess.html 0664 root bin 6603 53063 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupElement-xref.html 0664 root bin 1653 9869 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupElement.html 0664 root bin 3901 5931 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupUpdate-xref.html 0664 root bin 1968 36932 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/GroupUpdate.html 0664 root bin 4445 55151 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/HierarchyAccess-xref.html 0664 root bin 1845 26693 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/HierarchyAccess.html 0664 root bin 9385 33023 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/HierarchyElement-xref.html 0664 root bin 1881 30505 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/HierarchyElement.html 0664 root bin 6063 64858 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/InstallationIncompleteException-xref.html 0664 root bin 1310 46558 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/InstallationIncompleteException.html 0664 root bin 2206 56697 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/InvalidBootstrapFileException-xref.html 0664 root bin 1302 45546 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/InvalidBootstrapFileException.html 0664 root bin 3201 9908 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/MissingBootstrapFileException-xref.html 0664 root bin 1302 45622 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/MissingBootstrapFileException.html 0664 root bin 3206 10342 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/PropertyHierarchy-xref.html 0664 root bin 1767 20395 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/PropertyHierarchy.html 0664 root bin 4773 23925 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetAccess-xref.html 0664 root bin 2066 45498 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetAccess.html 0664 root bin 4872 28170 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetElement-xref.html 0664 root bin 2027 42262 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetElement.html 0664 root bin 9294 22415 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetUpdate-xref.html 0664 root bin 1960 36032 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SetUpdate.html 0664 root bin 4713 14018 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetAccess-xref.html 0664 root bin 1806 23311 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetAccess.html 0664 root bin 5510 20664 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetUpdate-xref.html 0664 root bin 1645 8927 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetUpdate.html 0664 root bin 11366 16045 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/UpdateRootElement-xref.html 0664 root bin 1610 6075 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/UpdateRootElement.html 0664 root bin 5801 45843 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/XTemplateContainer-xref.html 0664 root bin 2380 8351 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/XTemplateContainer.html 0664 root bin 4113 23518 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/XTemplateInstance-xref.html 0664 root bin 1845 27067 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/XTemplateInstance.html 0664 root bin 3508 35431 1224152205
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/AuthenticationFailedException-xref.html 0664 root bin 1311 45963 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/AuthenticationFailedException.html 0664 root bin 2452 10148 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Backend-xref.html 0664 root bin 2505 18620 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Backend.html 0664 root bin 3858 2885 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAccessException-xref.html 0664 root bin 3891 15234 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAccessException.html 0664 root bin 2376 2300 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAdapter-xref.html 0664 root bin 2238 60167 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAdapter.html 0664 root bin 3887 1046 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendSetupException-xref.html 0664 root bin 1844 28159 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendSetupException.html 0664 root bin 3691 49684 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/CannotConnectException-xref.html 0664 root bin 1283 43051 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/CannotConnectException.html 0664 root bin 2639 25436 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/ComponentChangeEvent-xref.html 0664 root bin 1706 13617 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/ComponentChangeEvent.html 0664 root bin 3315 15118 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/ConnectionLostException-xref.html 0664 root bin 1287 43583 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/ConnectionLostException.html 0664 root bin 2498 12701 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/CopyImporter-xref.html 0664 root bin 1825 25743 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/CopyImporter.html 0664 root bin 4059 18073 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/DataImporter-xref.html 0664 root bin 1583 2716 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/DataImporter.html 0664 root bin 6146 5449 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/DefaultBackend-xref.html 0664 root bin 1286 42772 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/DefaultBackend.html 0664 root bin 2812 38419 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/HierarchyBrowser-xref.html 0664 root bin 1607 5350 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/HierarchyBrowser.html 0664 root bin 3814 61253 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Importer-xref.html 0664 root bin 1608 4874 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Importer.html 0664 root bin 3310 16342 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InsufficientAccessRightsException-xref.html 0664 root bin 1327 47647 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InsufficientAccessRightsException.html 0664 root bin 2773 37553 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InteractionHandler-xref.html 0664 root bin 1302 44632 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InteractionHandler.html 0664 root bin 5102 41369 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException-xref.html 0664 root bin 1351 50151 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.html 0664 root bin 2564 21158 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Layer-xref.html 0664 root bin 1549 64783 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Layer.html 0664 root bin 5060 36105 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerDescriber-xref.html 0664 root bin 1286 42912 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerDescriber.html 0664 root bin 2273 60359 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerFilter-xref.html 0664 root bin 1274 41708 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerFilter.html 0664 root bin 4032 12691 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerUpdateMerger-xref.html 0664 root bin 1298 44136 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerUpdateMerger.html 0664 root bin 4136 23937 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapMultiLayerStratum-xref.html 0664 root bin 1314 45892 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapMultiLayerStratum.html 0664 root bin 2632 25917 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleBackend-xref.html 0664 root bin 1298 43916 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleBackend.html 0664 root bin 2435 7239 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleStratum-xref.html 0664 root bin 1298 44204 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleStratum.html 0664 root bin 2602 22809 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalDataImporter-xref.html 0664 root bin 1845 27575 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalDataImporter.html 0664 root bin 5270 56942 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalHierarchyBrowser-xref.html 0664 root bin 1314 45848 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalHierarchyBrowser.html 0664 root bin 3822 62619 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSchemaSupplier-xref.html 0664 root bin 1306 44960 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSchemaSupplier.html 0664 root bin 2566 19329 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleBackend-xref.html 0664 root bin 1684 11922 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleBackend.html 0664 root bin 2468 10407 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleStratum-xref.html 0664 root bin 1302 44628 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleStratum.html 0664 root bin 2610 23593 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MalformedDataException-xref.html 0664 root bin 7897 45316 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MalformedDataException.html 0664 root bin 5186 48626 1224152205
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeImporter-xref.html 0664 root bin 1829 26083 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeImporter.html 0664 root bin 3425 29149 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeRecoveryRequest-xref.html 0664 root bin 1275 42331 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeRecoveryRequest.html 0664 root bin 5203 47487 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiLayerStratum-xref.html 0664 root bin 1611 5840 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiLayerStratum.html 0664 root bin 2827 42183 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiStratumBackend-xref.html 0664 root bin 1306 45036 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiStratumBackend.html 0664 root bin 3467 32111 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/NodeAttribute.html 0664 root bin 5975 43022 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/OfflineBackend-xref.html 0664 root bin 1286 42764 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/OfflineBackend.html 0664 root bin 3286 16283 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/OnlineBackend-xref.html 0664 root bin 1282 42388 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/OnlineBackend.html 0664 root bin 2646 25708 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PlatformBackend-xref.html 0664 root bin 1290 43284 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PlatformBackend.html 0664 root bin 2603 22803 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PolicyLayerBackend-xref.html 0664 root bin 1302 44468 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PolicyLayerBackend.html 0664 root bin 2494 12352 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PropertyInfo-xref.html 0664 root bin 1301 43763 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/PropertyInfo.html 0664 root bin 4618 58815 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Schema-xref.html 0664 root bin 1254 39588 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/Schema.html 0664 root bin 4048 13720 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaAttribute.html 0664 root bin 4655 60180 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaSupplier-xref.html 0664 root bin 1595 4018 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaSupplier.html 0664 root bin 2490 12424 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackend-xref.html 0664 root bin 2311 1588 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackend.html 0664 root bin 3848 2785 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackendAdapter-xref.html 0664 root bin 1847 26784 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackendAdapter.html 0664 root bin 2719 32498 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleLayerStratum-xref.html 0664 root bin 1723 15872 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleLayerStratum.html 0664 root bin 2829 42345 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/StratumCreationException-xref.html 0664 root bin 1291 44043 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/StratumCreationException.html 0664 root bin 4076 16036 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SystemIntegration-xref.html 0664 root bin 1298 44420 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/SystemIntegration.html 0664 root bin 3004 56738 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/TemplateIdentifier-xref.html 0664 root bin 2544 23063 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/TemplateIdentifier.html 0664 root bin 3343 17141 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/UpdatableLayer-xref.html 0664 root bin 1286 42908 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/UpdatableLayer.html 0664 root bin 5045 41389 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackend-xref.html 0664 root bin 2804 43064 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackend.html 0664 root bin 10889 17480 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesListener-xref.html 0664 root bin 1975 38402 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesListener.html 0664 root bin 4275 33181 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesNotifier-xref.html 0664 root bin 1445 57123 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesNotifier.html 0664 root bin 4932 25984 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendEntities-xref.html 0664 root bin 2577 26487 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendEntities.html 0664 root bin 7856 13295 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XCompositeLayer-xref.html 0664 root bin 1751 17584 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XCompositeLayer.html 0664 root bin 6739 49192 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayer-xref.html 0664 root bin 3278 19110 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayer.html 0664 root bin 4258 31427 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerContentDescriber-xref.html 0664 root bin 1744 17470 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerContentDescriber.html 0664 root bin 4750 10522 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerHandler-xref.html 0664 root bin 2353 4453 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerHandler.html 0664 root bin 32945 19067 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerImporter-xref.html 0664 root bin 1800 22140 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerImporter.html 0664 root bin 9309 5270 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XMultiLayerStratum-xref.html 0664 root bin 1972 38112 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XMultiLayerStratum.html 0664 root bin 19685 56564 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchema-xref.html 0664 root bin 2142 50672 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchema.html 0664 root bin 8799 31898 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaHandler-xref.html 0664 root bin 1908 30141 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaHandler.html 0664 root bin 33099 36034 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaSupplier-xref.html 0664 root bin 2649 31206 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaSupplier.html 0664 root bin 4082 18449 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSingleLayerStratum-xref.html 0664 root bin 1915 33144 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XSingleLayerStratum.html 0664 root bin 7322 34355 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdatableLayer-xref.html 0664 root bin 2205 57554 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdatableLayer.html 0664 root bin 4877 19413 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdateHandler-xref.html 0664 root bin 2146 51019 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdateHandler.html 0664 root bin 40977 61406 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XVersionedSchemaSupplier-xref.html 0664 root bin 1449 57839 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/XVersionedSchemaSupplier.html 0664 root bin 5253 55351 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/module-ix.html 0664 root bin 17851 6882 1224152205
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerParser-xref.html 0664 root bin 1283 42153 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerParser.html 0664 root bin 4100 15050 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerWriter-xref.html 0664 root bin 1283 42217 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerWriter.html 0664 root bin 3659 43496 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/SchemaParser-xref.html 0664 root bin 1287 42489 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/SchemaParser.html 0664 root bin 3816 56147 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/module-ix.html 0664 root bin 2616 23325 1224152206
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/bootstrap 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/BootstrapContext-xref.html 0664 root bin 1294 44012 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/BootstrapContext.html 0664 root bin 3188 9158 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/module-ix.html 0664 root bin 2247 59273 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/configuration/module-ix.html 0664 root bin 9475 54084 1224152205
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/Acceptor.html 0664 root bin 2366 4468 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/AlreadyAcceptingException-xref.html 0664 root bin 1583 2967 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/AlreadyAcceptingException.html 0664 root bin 2037 40449 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/ConnectionSetupException-xref.html 0664 root bin 2497 18746 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/ConnectionSetupException.html 0664 root bin 2023 39165 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/Connector.html 0664 root bin 2365 4621 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/NoConnectException-xref.html 0664 root bin 2384 8443 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/NoConnectException.html 0664 root bin 1998 36470 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/SocketPermission-xref.html 0664 root bin 1308 45014 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/SocketPermission.html 0664 root bin 5253 55533 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XAcceptor-xref.html 0664 root bin 2158 53265 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XAcceptor.html 0664 root bin 5431 6909 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnection-xref.html 0664 root bin 2862 46039 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnection.html 0664 root bin 7936 14772 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnection2-xref.html 0664 root bin 1392 52230 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnection2.html 0664 root bin 4918 20222 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnectionBroadcaster-xref.html 0664 root bin 1432 56550 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnectionBroadcaster.html 0664 root bin 4630 2221 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnector-xref.html 0664 root bin 2164 53997 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/XConnector.html 0664 root bin 4399 49313 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/connection/module-ix.html 0664 root bin 4785 21029 1224152206
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/ContainerEvent-xref.html 0664 root bin 3141 11359 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/ContainerEvent.html 0664 root bin 4209 27113 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/ElementExistException-xref.html 0664 root bin 11311 15029 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/ElementExistException.html 0664 root bin 2380 4544 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/NoSuchElementException-xref.html 0664 root bin 26011 21030 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/NoSuchElementException.html 0664 root bin 2221 56403 1224152206
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XChild-xref.html 0664 root bin 22773 44330 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XChild.html 0664 root bin 4597 60949 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XComponentEnumeration-xref.html 0664 root bin 1821 25464 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XComponentEnumeration.html 0664 root bin 3794 58980 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XComponentEnumerationAccess-xref.html 0664 root bin 1452 58670 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XComponentEnumerationAccess.html 0664 root bin 3785 61226 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainer-xref.html 0664 root bin 7861 31534 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainer.html 0664 root bin 5139 48440 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerApproveBroadcaster-xref.html 0664 root bin 1456 59046 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerApproveBroadcaster.html 0664 root bin 4317 42203 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerApproveListener-xref.html 0664 root bin 2040 46511 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerApproveListener.html 0664 root bin 6887 63905 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerListener-xref.html 0664 root bin 2389 8881 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerListener.html 0664 root bin 5415 1030 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerQuery-xref.html 0664 root bin 2352 6108 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContainerQuery.html 0664 root bin 6087 1440 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContentEnumerationAccess-xref.html 0664 root bin 4080 28474 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XContentEnumerationAccess.html 0664 root bin 4885 27111 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XElementAccess-xref.html 0664 root bin 29931 42670 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XElementAccess.html 0664 root bin 3632 43045 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XEnumeration-xref.html 0664 root bin 10380 6689 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XEnumeration.html 0664 root bin 4887 21965 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XEnumerationAccess-xref.html 0664 root bin 13791 31751 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XEnumerationAccess.html 0664 root bin 3970 10022 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalName-xref.html 0664 root bin 3121 10163 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalName.html 0664 root bin 4675 4152 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameAccess-xref.html 0664 root bin 5071 50958 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameAccess.html 0664 root bin 4857 16462 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameContainer-xref.html 0664 root bin 2395 8087 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameContainer.html 0664 root bin 5355 63417 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameReplace-xref.html 0664 root bin 2347 3471 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameReplace.html 0664 root bin 4201 29449 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierAccess-xref.html 0664 root bin 1787 20980 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierAccess.html 0664 root bin 5088 38594 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierContainer-xref.html 0664 root bin 1424 55702 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierContainer.html 0664 root bin 6486 30224 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierReplace-xref.html 0664 root bin 1730 16086 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIdentifierReplace.html 0664 root bin 5065 39858 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDAccess-xref.html 0664 root bin 1412 54118 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDAccess.html 0664 root bin 4327 36151 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDContainer-xref.html 0664 root bin 1424 55466 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDContainer.html 0664 root bin 4861 18402 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDReplace-xref.html 0664 root bin 1730 15732 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XImplicitIDReplace.html 0664 root bin 3395 24191 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexAccess-xref.html 0664 root bin 30750 24811 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexAccess.html 0664 root bin 5415 179 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexContainer-xref.html 0664 root bin 9003 63690 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexContainer.html 0664 root bin 5947 47024 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexReplace-xref.html 0664 root bin 8965 59505 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XIndexReplace.html 0664 root bin 4356 40984 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameAccess-xref.html 0664 root bin 32774 16453 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameAccess.html 0664 root bin 6598 32804 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameContainer-xref.html 0664 root bin 15500 8016 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameContainer.html 0664 root bin 5701 25872 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameReplace-xref.html 0664 root bin 8359 9029 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNameReplace.html 0664 root bin 4256 31965 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNamed-xref.html 0664 root bin 22539 26765 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XNamed.html 0664 root bin 3906 478 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XSet-xref.html 0664 root bin 3613 50289 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XSet.html 0664 root bin 5662 19042 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XStringKeyMap-xref.html 0664 root bin 2668 32083 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XStringKeyMap.html 0664 root bin 9370 3459 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XUniqueIDAccess-xref.html 0664 root bin 1404 53334 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/XUniqueIDAccess.html 0664 root bin 4069 14918 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/container/module-ix.html 0664 root bin 9297 30807 1224152206
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/corba 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/corba/module-ix.html 0664 root bin 1742 14447 1224152207
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/data 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/data/module-ix.html 0664 root bin 1765 16771 1224152207
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/DataFlavor-xref.html 0664 root bin 3131 7147 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/DataFlavor.html 0664 root bin 4268 31912 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/DataFormatTranslator-xref.html 0664 root bin 1301 45043 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/DataFormatTranslator.html 0664 root bin 3258 16475 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/MimeContentTypeFactory-xref.html 0664 root bin 1309 45875 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/MimeContentTypeFactory.html 0664 root bin 3499 35626 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/UnsupportedFlavorException-xref.html 0664 root bin 2733 39857 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/UnsupportedFlavorException.html 0664 root bin 2235 57683 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XDataFormatTranslator-xref.html 0664 root bin 1743 17951 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XDataFormatTranslator.html 0664 root bin 5438 8531 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentType-xref.html 0664 root bin 1779 20781 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentType.html 0664 root bin 8099 29217 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentTypeFactory-xref.html 0664 root bin 1755 19199 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentTypeFactory.html 0664 root bin 4461 50719 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XSystemTransferable-xref.html 0664 root bin 1420 55414 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XSystemTransferable.html 0664 root bin 4164 29105 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferDataAccess-xref.html 0664 root bin 1420 55106 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferDataAccess.html 0664 root bin 5002 30198 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferable-xref.html 0664 root bin 4953 39081 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferable.html 0664 root bin 6513 30305 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableEx-xref.html 0664 root bin 1404 53590 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableEx.html 0664 root bin 3809 63124 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSource-xref.html 0664 root bin 1420 55334 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSource.html 0664 root bin 3057 61812 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSupplier-xref.html 0664 root bin 1428 56242 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSupplier.html 0664 root bin 4631 1634 1224152207
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardEvent-xref.html 0664 root bin 1657 8796 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardEvent.html 0664 root bin 3216 7327 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardManager-xref.html 0664 root bin 1294 43660 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardManager.html 0664 root bin 3351 20889 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/GenericClipboard-xref.html 0664 root bin 1294 43668 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/GenericClipboard.html 0664 root bin 3760 56217 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/RenderingCapabilities.html 0664 root bin 3593 42369 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/SystemClipboard-xref.html 0664 root bin 1839 26779 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/SystemClipboard.html 0664 root bin 5152 48776 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboard-xref.html 0664 root bin 3355 26024 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboard.html 0664 root bin 6512 30148 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardEx-xref.html 0664 root bin 1763 18640 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardEx.html 0664 root bin 3860 63737 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardFactory-xref.html 0664 root bin 1421 54847 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardFactory.html 0664 root bin 3850 62480 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardListener-xref.html 0664 root bin 2413 11300 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardListener.html 0664 root bin 4059 14636 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardManager-xref.html 0664 root bin 1728 15668 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardManager.html 0664 root bin 6982 516 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardNotifier-xref.html 0664 root bin 1787 21212 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardNotifier.html 0664 root bin 4148 25068 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardOwner-xref.html 0664 root bin 2179 54443 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardOwner.html 0664 root bin 3936 5115 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XFlushableClipboard-xref.html 0664 root bin 1734 16436 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XFlushableClipboard.html 0664 root bin 3344 20852 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/module-ix.html 0664 root bin 5153 51731 1224152207
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DNDConstants.html 0664 root bin 5658 3223 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragGestureEvent-xref.html 0664 root bin 1784 20318 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragGestureEvent.html 0664 root bin 6303 11087 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDragEvent-xref.html 0664 root bin 1932 33769 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDragEvent.html 0664 root bin 4241 29991 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDropEvent-xref.html 0664 root bin 1672 10157 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDropEvent.html 0664 root bin 4161 23766 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceEvent-xref.html 0664 root bin 2018 39690 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceEvent.html 0664 root bin 4317 36302 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent-xref.html 0664 root bin 1688 11848 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.html 0664 root bin 4180 26759 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEvent-xref.html 0664 root bin 2126 49911 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEvent.html 0664 root bin 6276 9474 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDropEvent-xref.html 0664 root bin 1658 8926 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDropEvent.html 0664 root bin 6906 63749 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetEvent-xref.html 0664 root bin 2091 46373 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetEvent.html 0664 root bin 3437 26167 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/InvalidDNDOperationException-xref.html 0664 root bin 1307 45231 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.html 0664 root bin 2501 14179 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDragSource-xref.html 0664 root bin 1282 42396 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDragSource.html 0664 root bin 4055 16288 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDropTarget-xref.html 0664 root bin 1282 42448 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDropTarget.html 0664 root bin 3679 48308 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DragSource-xref.html 0664 root bin 1282 41988 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DragSource.html 0664 root bin 3846 62125 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DropTarget-xref.html 0664 root bin 1282 42040 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DropTarget.html 0664 root bin 3999 10410 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XAutoscroll-xref.html 0664 root bin 1397 52543 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XAutoscroll.html 0664 root bin 5142 48057 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureListener-xref.html 0664 root bin 1973 38778 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureListener.html 0664 root bin 4558 61094 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureRecognizer-xref.html 0664 root bin 1912 31927 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.html 0664 root bin 5660 26409 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSource-xref.html 0664 root bin 2639 27485 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSource.html 0664 root bin 7855 16503 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceContext-xref.html 0664 root bin 1764 18645 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceContext.html 0664 root bin 7014 8885 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceListener-xref.html 0664 root bin 1744 16587 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceListener.html 0664 root bin 8172 37131 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTarget-xref.html 0664 root bin 2198 55229 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTarget.html 0664 root bin 8423 61082 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDragContext-xref.html 0664 root bin 1772 19396 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDragContext.html 0664 root bin 5576 18095 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDropContext-xref.html 0664 root bin 1772 19557 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDropContext.html 0664 root bin 6179 3015 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetListener-xref.html 0664 root bin 1899 31132 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetListener.html 0664 root bin 8556 8241 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/module-ix.html 0664 root bin 9605 58058 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/datatransfer/module-ix.html 0664 root bin 6958 14441 1224152207
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/DependencyException-xref.html 0664 root bin 1262 41426 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/DependencyException.html 0664 root bin 4313 39718 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/DeploymentException-xref.html 0664 root bin 2739 40033 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/DeploymentException.html 0664 root bin 3121 64722 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/InstallException-xref.html 0664 root bin 1250 40242 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/InstallException.html 0664 root bin 3374 19746 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/LicenseException-xref.html 0664 root bin 1250 40162 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/LicenseException.html 0664 root bin 3648 43309 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/LicenseIndividualAgreementException-xref.html 0664 root bin 1326 47974 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/LicenseIndividualAgreementException.html 0664 root bin 3315 17582 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/PackageInformationProvider.html 0664 root bin 1932 30226 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/PackageRegistryBackend.html 0664 root bin 4816 15110 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/PlatformException-xref.html 0664 root bin 1254 40682 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/PlatformException.html 0664 root bin 3184 4987 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationEntry-xref.html 0664 root bin 1332 47482 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationEntry.html 0664 root bin 3797 59670 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationProvider.html 0664 root bin 2138 48435 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/VersionException-xref.html 0664 root bin 1250 40302 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/VersionException.html 0664 root bin 4015 8784 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackage-xref.html 0664 root bin 3224 17858 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackage.html 0664 root bin 27952 24933 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageInformationProvider-xref.html 0664 root bin 2185 57669 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageInformationProvider.html 0664 root bin 5713 29885 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageManager-xref.html 0664 root bin 1764 18743 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageManager.html 0664 root bin 18685 31621 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageManagerFactory-xref.html 0664 root bin 1761 19571 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageManagerFactory.html 0664 root bin 5304 57404 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageRegistry-xref.html 0664 root bin 1727 16191 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageRegistry.html 0664 root bin 5629 18673 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageTypeInfo-xref.html 0664 root bin 1720 14360 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XPackageTypeInfo.html 0664 root bin 7396 36084 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XUpdateInformationProvider-xref.html 0664 root bin 1773 21257 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/XUpdateInformationProvider.html 0664 root bin 8250 54230 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/module-ix.html 0664 root bin 7686 16920 1224152207
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/thePackageManagerFactory.html 0664 root bin 2135 47819 1224152208
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/ui 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/ui/LicenseDialog.html 0664 root bin 3792 54695 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/ui/PackageManagerDialog.html 0664 root bin 5829 34592 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/deployment/ui/module-ix.html 0664 root bin 2468 11949 1224152208
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/AmbigousFilterRequest-xref.html 0664 root bin 1270 42290 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/AmbigousFilterRequest.html 0664 root bin 4690 6467 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/BrokenPackageRequest-xref.html 0664 root bin 1266 41714 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/BrokenPackageRequest.html 0664 root bin 2970 51724 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/CorruptedFilterConfigurationException-xref.html 0664 root bin 1334 49070 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/CorruptedFilterConfigurationException.html 0664 root bin 3329 20490 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/DocumentInfo-xref.html 0664 root bin 1984 38392 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/DocumentInfo.html 0664 root bin 19976 3493 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/DocumentProperties.html 0664 root bin 3491 33811 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/DocumentRevisionListPersistence.html 0664 root bin 2049 40777 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/EventDescriptor-xref.html 0664 root bin 1281 43075 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/EventDescriptor.html 0664 root bin 3600 41424 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/EventObject-xref.html 0664 root bin 2417 11311 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/EventObject.html 0664 root bin 3461 29842 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/Events-xref.html 0664 root bin 2046 45455 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/Events.html 0664 root bin 3895 3209 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExportFilter-xref.html 0664 root bin 2610 29911 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExportFilter.html 0664 root bin 6211 17922 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetection-xref.html 0664 root bin 2379 11002 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetection.html 0664 root bin 5821 52168 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetectionFactory-xref.html 0664 root bin 1333 48359 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetectionFactory.html 0664 root bin 6910 14160 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterAdapter-xref.html 0664 root bin 1273 42075 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterAdapter.html 0664 root bin 2208 54895 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterFactory-xref.html 0664 root bin 2211 61173 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterFactory.html 0664 root bin 11394 18750 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterOptionsRequest-xref.html 0664 root bin 1266 41990 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/FilterOptionsRequest.html 0664 root bin 3826 61054 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/HeaderFooterSettings-xref.html 0664 root bin 1832 26001 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/HeaderFooterSettings.html 0664 root bin 5012 33536 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ImportFilter-xref.html 0664 root bin 2610 29869 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/ImportFilter.html 0664 root bin 6195 16296 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LinkTarget-xref.html 0664 root bin 1641 8004 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LinkTarget.html 0664 root bin 3935 8070 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LinkTargets-xref.html 0664 root bin 1265 41311 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LinkTargets.html 0664 root bin 2776 38971 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LinkUpdateModes.html 0664 root bin 4154 18237 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LockedDocumentRequest-xref.html 0664 root bin 1270 42242 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/LockedDocumentRequest.html 0664 root bin 3523 33743 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/MacroExecMode.html 0664 root bin 9334 61275 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/MediaDescriptor-xref.html 0664 root bin 4391 1629 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/MediaDescriptor.html 0664 root bin 41959 49310 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/NoSuchFilterRequest-xref.html 0664 root bin 1262 41366 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/NoSuchFilterRequest.html 0664 root bin 4216 32576 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/OOXMLDocumentPropertiesImporter.html 0664 root bin 2032 39490 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/OfficeDocument-xref.html 0664 root bin 4778 27615 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/OfficeDocument.html 0664 root bin 9813 56412 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/OleEmbeddedServerRegistration-xref.html 0664 root bin 1337 48687 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/OleEmbeddedServerRegistration.html 0664 root bin 2495 14621 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/PrinterIndependentLayout.html 0664 root bin 4567 52762 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/RedlineDisplayType.html 0664 root bin 4217 23265 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/Settings-xref.html 0664 root bin 2556 23909 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/Settings.html 0664 root bin 23913 15288 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/StandaloneDocumentInfo-xref.html 0664 root bin 1309 45839 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/StandaloneDocumentInfo.html 0664 root bin 3705 54430 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/TypeDetection-xref.html 0664 root bin 2440 17097 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/TypeDetection.html 0664 root bin 8772 42982 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/UpdateDocMode.html 0664 root bin 4609 55716 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XActionLockable-xref.html 0664 root bin 2700 37027 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XActionLockable.html 0664 root bin 6491 27395 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XBinaryStreamResolver-xref.html 0664 root bin 1428 56202 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XBinaryStreamResolver.html 0664 root bin 6279 14187 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInfo-xref.html 0664 root bin 2437 11741 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInfo.html 0664 root bin 9487 18227 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInfoSupplier-xref.html 0664 root bin 3985 19996 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInfoSupplier.html 0664 root bin 4471 55923 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInsertable-xref.html 0664 root bin 2513 19816 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentInsertable.html 0664 root bin 3978 10568 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentLanguages-xref.html 0664 root bin 1416 54870 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentLanguages.html 0664 root bin 3461 30887 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentProperties-xref.html 0664 root bin 2506 19756 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentProperties.html 0664 root bin 32290 18550 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentPropertiesSupplier-xref.html 0664 root bin 1452 58878 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentPropertiesSupplier.html 0664 root bin 3704 53521 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentRevisionListPersistence-xref.html 0664 root bin 1809 25067 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentRevisionListPersistence.html 0664 root bin 5404 62770 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentSubStorageSupplier-xref.html 0664 root bin 2485 16909 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XDocumentSubStorageSupplier.html 0664 root bin 5033 35303 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectResolver-xref.html 0664 root bin 1436 56778 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectResolver.html 0664 root bin 3217 10146 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier-xref.html 0664 root bin 2784 42564 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier.html 0664 root bin 3101 65107 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2-xref.html 0664 root bin 1440 56986 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2.html 0664 root bin 5755 30994 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedScripts-xref.html 0664 root bin 3169 12476 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEmbeddedScripts.html 0664 root bin 4999 35374 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventBroadcaster-xref.html 0664 root bin 5303 2875 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventBroadcaster.html 0664 root bin 4706 9732 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventListener-xref.html 0664 root bin 2250 61903 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventListener.html 0664 root bin 4046 14720 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventsSupplier-xref.html 0664 root bin 4859 31375 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XEventsSupplier.html 0664 root bin 3581 41787 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XExporter-xref.html 0664 root bin 2534 21146 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XExporter.html 0664 root bin 3987 11095 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XExtendedFilterDetection-xref.html 0664 root bin 2231 61429 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XExtendedFilterDetection.html 0664 root bin 4554 63960 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XFilter-xref.html 0664 root bin 3326 27503 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XFilter.html 0664 root bin 5184 49471 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XFilterAdapter-xref.html 0664 root bin 1701 13499 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XFilterAdapter.html 0664 root bin 3521 33389 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XGraphicObjectResolver-xref.html 0664 root bin 1432 56474 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XGraphicObjectResolver.html 0664 root bin 3208 9462 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XImporter-xref.html 0664 root bin 2270 62664 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XImporter.html 0664 root bin 3987 10956 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterOptions-xref.html 0664 root bin 1444 57926 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterOptions.html 0664 root bin 5066 38599 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterSelect-xref.html 0664 root bin 1440 57366 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterSelect.html 0664 root bin 5943 50452 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XLinkTargetSupplier-xref.html 0664 root bin 2770 43314 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XLinkTargetSupplier.html 0664 root bin 3588 42302 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLBasicExporter-xref.html 0664 root bin 1285 43119 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLBasicExporter.html 0664 root bin 3086 84 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLBasicImporter-xref.html 0664 root bin 1285 43091 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLBasicImporter.html 0664 root bin 2984 57219 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicExporter-xref.html 0664 root bin 1305 45163 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicExporter.html 0664 root bin 3104 1690 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicImporter-xref.html 0664 root bin 1305 45135 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicImporter.html 0664 root bin 3002 58825 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMimeTypeInfo-xref.html 0664 root bin 2137 51367 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XMimeTypeInfo.html 0664 root bin 3756 55502 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XOOXMLDocumentPropertiesImporter-xref.html 0664 root bin 1809 24479 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XOOXMLDocumentPropertiesImporter.html 0664 root bin 5254 57560 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XRedlinesSupplier-xref.html 0664 root bin 2019 42785 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XRedlinesSupplier.html 0664 root bin 3593 43354 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XScriptInvocationContext-xref.html 0664 root bin 1904 32592 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XScriptInvocationContext.html 0664 root bin 4483 62998 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStandaloneDocumentInfo-xref.html 0664 root bin 1755 19145 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStandaloneDocumentInfo.html 0664 root bin 6583 35996 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStorageBasedDocument-xref.html 0664 root bin 2881 51608 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStorageBasedDocument.html 0664 root bin 10060 7165 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStorageChangeListener-xref.html 0664 root bin 1974 39101 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XStorageChangeListener.html 0664 root bin 4425 46847 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XTypeDetection-xref.html 0664 root bin 1701 13655 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XTypeDetection.html 0664 root bin 7076 21791 1224152208
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XViewDataSupplier-xref.html 0664 root bin 4677 14980 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/XViewDataSupplier.html 0664 root bin 5664 27801 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/document/module-ix.html 0664 root bin 17742 2083 1224152208
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleDrawDocumentView-xref.html 0664 root bin 1325 47383 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleDrawDocumentView.html 0664 root bin 6837 9781 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphControl-xref.html 0664 root bin 1309 45763 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphControl.html 0664 root bin 4173 32644 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphicShape-xref.html 0664 root bin 1309 45619 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphicShape.html 0664 root bin 5950 62514 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleImageBullet-xref.html 0664 root bin 1305 45219 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleImageBullet.html 0664 root bin 4367 45289 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleOLEShape-xref.html 0664 root bin 1293 43707 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleOLEShape.html 0664 root bin 4281 40724 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleShape-xref.html 0664 root bin 1657 9719 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleShape.html 0664 root bin 10075 31187 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideView-xref.html 0664 root bin 1297 44455 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideView.html 0664 root bin 4447 57161 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideViewObject-xref.html 0664 root bin 1321 46851 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideViewObject.html 0664 root bin 4146 30770 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Alignment-xref.html 0664 root bin 2095 45499 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Alignment.html 0664 root bin 5435 52330 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AppletShape-xref.html 0664 root bin 1265 41243 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/AppletShape.html 0664 root bin 6433 24290 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Arrangement-xref.html 0664 root bin 1581 1709 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Arrangement.html 0664 root bin 4310 28811 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Background-xref.html 0664 root bin 1261 40895 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Background.html 0664 root bin 2546 19584 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BezierPoint-xref.html 0664 root bin 1288 42810 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BezierPoint.html 0664 root bin 4251 29095 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BitmapMode-xref.html 0664 root bin 2374 5287 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BitmapMode.html 0664 root bin 3656 40617 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BitmapTable-xref.html 0664 root bin 1265 41171 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BitmapTable.html 0664 root bin 2776 38693 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BoundVolume-xref.html 0664 root bin 1288 42830 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/BoundVolume.html 0664 root bin 3248 10842 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CameraGeometry-xref.html 0664 root bin 1300 44002 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CameraGeometry.html 0664 root bin 3590 37860 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CanvasFeature.html 0664 root bin 2745 33014 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CaptionEscapeDirection.html 0664 root bin 4117 21396 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CaptionShape-xref.html 0664 root bin 2082 46830 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CaptionShape.html 0664 root bin 12974 3555 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CaptionType.html 0664 root bin 4125 21532 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CircleKind-xref.html 0664 root bin 1927 31113 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CircleKind.html 0664 root bin 3905 59380 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ClosedBezierShape-xref.html 0664 root bin 1848 27746 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ClosedBezierShape.html 0664 root bin 4058 20782 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ColorMode-xref.html 0664 root bin 2288 63823 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ColorMode.html 0664 root bin 4228 23264 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectionType-xref.html 0664 root bin 1721 14714 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectionType.html 0664 root bin 5156 35996 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorProperties-xref.html 0664 root bin 2189 57351 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorProperties.html 0664 root bin 5278 55746 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorShape-xref.html 0664 root bin 1993 41267 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorShape.html 0664 root bin 11142 40050 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorType-xref.html 0664 root bin 1602 3998 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ConnectorType.html 0664 root bin 4190 20903 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ControlShape-xref.html 0664 root bin 1895 31974 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ControlShape.html 0664 root bin 3307 19110 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequence-xref.html 0664 root bin 1298 44089 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequence.html 0664 root bin 1563 64234 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequenceSequence-xref.html 0664 root bin 1330 47389 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequenceSequence.html 0664 root bin 1639 6006 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CustomShape-xref.html 0664 root bin 1265 41327 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CustomShape.html 0664 root bin 8245 58124 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CustomShapeEngine-xref.html 0664 root bin 1289 43719 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/CustomShapeEngine.html 0664 root bin 2604 22679 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DashStyle-xref.html 0664 root bin 1547 63593 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DashStyle.html 0664 root bin 4226 21337 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DashTable-xref.html 0664 root bin 1257 40287 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DashTable.html 0664 root bin 2782 38605 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Defaults-xref.html 0664 root bin 1253 40095 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Defaults.html 0664 root bin 3699 54750 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Direction3D-xref.html 0664 root bin 2380 9624 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Direction3D.html 0664 root bin 3271 11294 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DocumentSettings-xref.html 0664 root bin 1633 8039 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DocumentSettings.html 0664 root bin 9000 50212 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequence-xref.html 0664 root bin 1282 42373 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequence.html 0664 root bin 1553 63150 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequenceSequence-xref.html 0664 root bin 1886 29674 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequenceSequence.html 0664 root bin 1619 3861 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawPage-xref.html 0664 root bin 2344 6009 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawPage.html 0664 root bin 3915 6921 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawPages-xref.html 0664 root bin 1257 40375 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawPages.html 0664 root bin 3096 603 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawViewMode-xref.html 0664 root bin 1265 40505 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawViewMode.html 0664 root bin 3688 42498 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocument-xref.html 0664 root bin 2208 60292 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocument.html 0664 root bin 2477 12674 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentDrawView-xref.html 0664 root bin 2943 61349 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentDrawView.html 0664 root bin 11250 42295 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentFactory-xref.html 0664 root bin 1309 45899 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentFactory.html 0664 root bin 2521 16109 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EllipseShape-xref.html 0664 root bin 1828 25774 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EllipseShape.html 0664 root bin 6009 53577 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue-xref.html 0664 root bin 1380 52230 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.html 0664 root bin 3314 15140 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeExtrusion-xref.html 0664 root bin 1333 48395 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeExtrusion.html 0664 root bin 20206 30808 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGeometry-xref.html 0664 root bin 1329 47863 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGeometry.html 0664 root bin 13058 17231 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGluePointType.html 0664 root bin 4468 45885 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeHandle-xref.html 0664 root bin 1321 46839 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeHandle.html 0664 root bin 12145 1329 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameter-xref.html 0664 root bin 2792 49421 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameter.html 0664 root bin 3208 5724 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterPair-xref.html 0664 root bin 2736 44745 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterPair.html 0664 root bin 3229 9551 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterType.html 0664 root bin 10319 1973 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapePath-xref.html 0664 root bin 1313 46075 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapePath.html 0664 root bin 11736 32633 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegment-xref.html 0664 root bin 1348 48866 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegment.html 0664 root bin 2977 51738 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.html 0664 root bin 9067 15348 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextFrame-xref.html 0664 root bin 1356 49622 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextFrame.html 0664 root bin 3268 13481 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPath-xref.html 0664 root bin 1329 47759 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPath.html 0664 root bin 4584 60866 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPathMode-xref.html 0664 root bin 1706 14170 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.html 0664 root bin 3503 28586 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EscapeDirection-xref.html 0664 root bin 1579 1201 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/EscapeDirection.html 0664 root bin 4600 49945 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FillProperties-xref.html 0664 root bin 5494 25833 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FillProperties.html 0664 root bin 19502 26124 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FillStyle-xref.html 0664 root bin 2165 52874 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FillStyle.html 0664 root bin 4411 34139 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FlagSequence-xref.html 0664 root bin 1274 41473 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FlagSequence.html 0664 root bin 1585 329 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FlagSequenceSequence-xref.html 0664 root bin 1645 8239 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/FlagSequenceSequence.html 0664 root bin 1609 2736 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawPage-xref.html 0664 root bin 2428 12900 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawPage.html 0664 root bin 14071 14998 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawingDocument-xref.html 0664 root bin 1768 20588 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawingDocument.html 0664 root bin 13613 52342 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GluePoint-xref.html 0664 root bin 1280 41962 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GluePoint.html 0664 root bin 5378 60503 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GluePoint2-xref.html 0664 root bin 1284 42162 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GluePoint2.html 0664 root bin 6149 63589 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GradientTable-xref.html 0664 root bin 1273 42007 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GradientTable.html 0664 root bin 3058 62267 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicExportFilter-xref.html 0664 root bin 1757 19591 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicExportFilter.html 0664 root bin 4911 31343 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicFilterRequest-xref.html 0664 root bin 1266 41806 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicFilterRequest.html 0664 root bin 3173 3760 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicObjectShape-xref.html 0664 root bin 2047 43726 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GraphicObjectShape.html 0664 root bin 13254 21365 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GroupShape-xref.html 0664 root bin 1918 33911 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/GroupShape.html 0664 root bin 3434 29131 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Hatch-xref.html 0664 root bin 2168 52773 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Hatch.html 0664 root bin 4442 43354 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HatchStyle-xref.html 0664 root bin 1542 63145 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HatchStyle.html 0664 root bin 3646 40154 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HatchTable-xref.html 0664 root bin 1261 40703 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HatchTable.html 0664 root bin 2761 36613 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix-xref.html 0664 root bin 1648 8455 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix.html 0664 root bin 3774 52781 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix3-xref.html 0664 root bin 1789 19843 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix3.html 0664 root bin 3377 19475 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix4-xref.html 0664 root bin 1300 43878 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix4.html 0664 root bin 3785 53307 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine-xref.html 0664 root bin 1912 31022 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine.html 0664 root bin 3656 42600 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine3-xref.html 0664 root bin 1828 23164 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine3.html 0664 root bin 3293 12331 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine4-xref.html 0664 root bin 1928 31854 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine4.html 0664 root bin 3661 42860 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HorizontalDimensioning-xref.html 0664 root bin 1305 44985 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/HorizontalDimensioning.html 0664 root bin 4211 23273 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Layer-xref.html 0664 root bin 1673 11611 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Layer.html 0664 root bin 6006 46787 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LayerManager-xref.html 0664 root bin 1701 14407 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LayerManager.html 0664 root bin 3144 3463 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LayerType-xref.html 0664 root bin 1253 39421 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LayerType.html 0664 root bin 4158 15209 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineDash-xref.html 0664 root bin 2394 7272 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineDash.html 0664 root bin 5205 39770 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineEndType-xref.html 0664 root bin 1261 40069 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineEndType.html 0664 root bin 4654 54618 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineJoint-xref.html 0664 root bin 1957 34436 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineJoint.html 0664 root bin 4533 47358 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineProperties-xref.html 0664 root bin 6702 65006 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineProperties.html 0664 root bin 12891 50690 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineShape-xref.html 0664 root bin 1816 24470 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineShape.html 0664 root bin 3792 62310 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineStyle-xref.html 0664 root bin 2377 6149 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/LineStyle.html 0664 root bin 3395 17068 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MarkerTable-xref.html 0664 root bin 1265 41191 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MarkerTable.html 0664 root bin 2790 40374 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MasterPage-xref.html 0664 root bin 1693 13579 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MasterPage.html 0664 root bin 2956 53398 1224152209
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MasterPages-xref.html 0664 root bin 1265 41263 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MasterPages.html 0664 root bin 2486 13509 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureKind-xref.html 0664 root bin 1594 3065 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureKind.html 0664 root bin 3315 12499 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureProperties-xref.html 0664 root bin 2177 56049 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureProperties.html 0664 root bin 13813 7183 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureShape-xref.html 0664 root bin 1828 25790 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureShape.html 0664 root bin 5716 30069 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextHorzPos-xref.html 0664 root bin 1658 9989 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextHorzPos.html 0664 root bin 3620 36512 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextVertPos-xref.html 0664 root bin 1654 9501 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextVertPos.html 0664 root bin 3934 61703 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MirrorAxis-xref.html 0664 root bin 1569 622 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/MirrorAxis.html 0664 root bin 3029 54233 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/NormalsKind-xref.html 0664 root bin 1261 40201 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/NormalsKind.html 0664 root bin 3668 42487 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/OLE2Shape-xref.html 0664 root bin 2268 62823 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/OLE2Shape.html 0664 root bin 5998 49633 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/OpenBezierShape-xref.html 0664 root bin 1635 7840 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/OpenBezierShape.html 0664 root bin 3798 63531 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PageShape-xref.html 0664 root bin 2135 50985 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PageShape.html 0664 root bin 3948 8616 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PluginShape-xref.html 0664 root bin 1619 6288 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PluginShape.html 0664 root bin 5063 39048 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PointSequence-xref.html 0664 root bin 1696 11947 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PointSequence.html 0664 root bin 1640 4848 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PointSequenceSequence-xref.html 0664 root bin 2487 18704 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PointSequenceSequence.html 0664 root bin 1614 3456 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyLineShape-xref.html 0664 root bin 1832 26150 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyLineShape.html 0664 root bin 3831 375 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierCoords-xref.html 0664 root bin 3104 7285 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierCoords.html 0664 root bin 3033 58762 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierDescriptor-xref.html 0664 root bin 2562 26717 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierDescriptor.html 0664 root bin 4697 11267 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierShape-xref.html 0664 root bin 1868 29994 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierShape.html 0664 root bin 4081 23438 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonDescriptor-xref.html 0664 root bin 2056 44875 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonDescriptor.html 0664 root bin 4268 37201 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape-xref.html 0664 root bin 1844 27558 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape.html 0664 root bin 4155 29116 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape3D-xref.html 0664 root bin 1316 45406 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape3D.html 0664 root bin 3476 30603 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolygonFlags-xref.html 0664 root bin 1265 40661 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolygonFlags.html 0664 root bin 4296 31112 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolygonKind-xref.html 0664 root bin 2115 49754 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/PolygonKind.html 0664 root bin 6639 23417 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Position3D-xref.html 0664 root bin 1916 31920 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Position3D.html 0664 root bin 3801 56015 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ProjectionMode-xref.html 0664 root bin 1645 8369 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ProjectionMode.html 0664 root bin 3197 3496 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RectanglePoint-xref.html 0664 root bin 3602 44057 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RectanglePoint.html 0664 root bin 7214 8976 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RectangleShape-xref.html 0664 root bin 1953 37232 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RectangleShape.html 0664 root bin 4921 27596 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RotationDescriptor-xref.html 0664 root bin 4540 7104 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/RotationDescriptor.html 0664 root bin 5273 59424 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShadeMode-xref.html 0664 root bin 1615 4961 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShadeMode.html 0664 root bin 4466 42703 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShadowProperties-xref.html 0664 root bin 4659 17812 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShadowProperties.html 0664 root bin 5680 22677 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Shape-xref.html 0664 root bin 6408 40694 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Shape.html 0664 root bin 14172 28390 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShapeCollection-xref.html 0664 root bin 1924 34612 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/ShapeCollection.html 0664 root bin 3173 8782 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Shapes-xref.html 0664 root bin 1683 12630 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Shapes.html 0664 root bin 2285 60845 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/SlideRenderer.html 0664 root bin 3027 56620 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/SlideSorter.html 0664 root bin 4118 20789 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/SnapObjectType-xref.html 0664 root bin 1273 41389 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/SnapObjectType.html 0664 root bin 3255 5469 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Text-xref.html 0664 root bin 4356 54379 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/Text.html 0664 root bin 2842 43534 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAdjust-xref.html 0664 root bin 1257 39873 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAdjust.html 0664 root bin 5097 29251 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationDirection-xref.html 0664 root bin 2035 42743 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationDirection.html 0664 root bin 3511 28102 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationKind-xref.html 0664 root bin 2005 39509 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationKind.html 0664 root bin 4625 55909 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextFitToSizeType-xref.html 0664 root bin 1997 38655 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextFitToSizeType.html 0664 root bin 4415 39898 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextHorizontalAdjust-xref.html 0664 root bin 2023 41711 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextHorizontalAdjust.html 0664 root bin 4332 32557 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextProperties-xref.html 0664 root bin 4811 31711 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextProperties.html 0664 root bin 24939 57115 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextShape-xref.html 0664 root bin 3208 17477 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextShape.html 0664 root bin 4758 13275 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextVerticalAdjust-xref.html 0664 root bin 2011 40271 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextVerticalAdjust.html 0664 root bin 4324 31938 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureKind-xref.html 0664 root bin 1261 40285 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureKind.html 0664 root bin 3614 39449 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureKind2-xref.html 0664 root bin 1265 40485 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureKind2.html 0664 root bin 4116 15876 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureMode-xref.html 0664 root bin 1261 40281 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureMode.html 0664 root bin 3659 40921 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureProjectionMode-xref.html 0664 root bin 1301 44493 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TextureProjectionMode.html 0664 root bin 3921 63665 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TransparencyGradientTable-xref.html 0664 root bin 1321 47103 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/TransparencyGradientTable.html 0664 root bin 3116 2706 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/VerticalDimensioning-xref.html 0664 root bin 1297 44025 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/VerticalDimensioning.html 0664 root bin 4174 19649 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XConnectableShape-xref.html 0664 root bin 2106 49787 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XConnectableShape.html 0664 root bin 4062 12263 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XConnectorShape-xref.html 0664 root bin 1404 53614 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XConnectorShape.html 0664 root bin 6478 22105 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XControlShape-xref.html 0664 root bin 2049 43533 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XControlShape.html 0664 root bin 5217 47185 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeEngine-xref.html 0664 root bin 1725 15965 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeEngine.html 0664 root bin 5089 33900 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeHandle-xref.html 0664 root bin 1416 54750 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeHandle.html 0664 root bin 4067 14678 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPage-xref.html 0664 root bin 7152 40489 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPage.html 0664 root bin 2673 26589 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageDuplicator-xref.html 0664 root bin 2519 22160 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageDuplicator.html 0664 root bin 4201 29573 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageExpander-xref.html 0664 root bin 1705 13781 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageExpander.html 0664 root bin 3763 54378 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSummarizer-xref.html 0664 root bin 1713 14773 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSummarizer.html 0664 root bin 3457 28299 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSupplier-xref.html 0664 root bin 2548 23597 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSupplier.html 0664 root bin 3439 26948 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPages-xref.html 0664 root bin 3219 15401 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPages.html 0664 root bin 6377 19046 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPagesSupplier-xref.html 0664 root bin 3162 15721 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawPagesSupplier.html 0664 root bin 3379 24422 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawSubController-xref.html 0664 root bin 1416 54894 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawSubController.html 0664 root bin 3919 6797 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawView-xref.html 0664 root bin 3057 2082 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XDrawView.html 0664 root bin 4043 12076 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XEnhancedCustomShapeDefaulter-xref.html 0664 root bin 1460 59254 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.html 0664 root bin 12361 30117 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XGluePointsSupplier-xref.html 0664 root bin 5151 57598 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XGluePointsSupplier.html 0664 root bin 3084 63267 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayer-xref.html 0664 root bin 2260 60948 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayer.html 0664 root bin 2489 12070 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayerManager-xref.html 0664 root bin 2170 54612 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayerManager.html 0664 root bin 8225 37615 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayerSupplier-xref.html 0664 root bin 2292 643 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XLayerSupplier.html 0664 root bin 3104 63943 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XMasterPageTarget-xref.html 0664 root bin 2259 62571 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XMasterPageTarget.html 0664 root bin 4002 8133 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XMasterPagesSupplier-xref.html 0664 root bin 1956 37494 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XMasterPagesSupplier.html 0664 root bin 3036 59107 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XPresenterHelper-xref.html 0664 root bin 1408 54110 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XPresenterHelper.html 0664 root bin 15498 20567 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSelectionFunction-xref.html 0664 root bin 1416 54958 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSelectionFunction.html 0664 root bin 6046 57002 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShape-xref.html 0664 root bin 17020 48841 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShape.html 0664 root bin 6428 14836 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeAligner-xref.html 0664 root bin 1396 52682 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeAligner.html 0664 root bin 3354 18498 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeArranger-xref.html 0664 root bin 1400 53130 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeArranger.html 0664 root bin 8385 51272 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeBinder-xref.html 0664 root bin 2313 1097 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeBinder.html 0664 root bin 5013 30799 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeCombiner-xref.html 0664 root bin 2455 14437 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeCombiner.html 0664 root bin 5282 56633 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeDescriptor-xref.html 0664 root bin 9353 23588 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeDescriptor.html 0664 root bin 3253 10660 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeGroup-xref.html 0664 root bin 2832 45072 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeGroup.html 0664 root bin 5232 46494 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeGrouper-xref.html 0664 root bin 2586 26009 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeGrouper.html 0664 root bin 5226 49472 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeMirror-xref.html 0664 root bin 1392 52398 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapeMirror.html 0664 root bin 4297 32224 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapes-xref.html 0664 root bin 5214 57082 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XShapes.html 0664 root bin 5075 32566 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCache-xref.html 0664 root bin 1416 54682 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCache.html 0664 root bin 11954 49717 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCacheListener-xref.html 0664 root bin 2004 42233 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCacheListener.html 0664 root bin 3788 61056 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlideRenderer-xref.html 0664 root bin 1701 13505 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlideRenderer.html 0664 root bin 8703 30004 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlideSorterBase-xref.html 0664 root bin 1705 13917 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XSlideSorterBase.html 0664 root bin 13050 8812 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XUniversalShapeDescriptor-xref.html 0664 root bin 1444 57890 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/XUniversalShapeDescriptor.html 0664 root bin 3565 38673 1224152210
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/AnchorBindingMode-xref.html 0664 root bin 1832 23687 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/AnchorBindingMode.html 0664 root bin 3312 11071 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicPaneFactory.html 0664 root bin 4116 22991 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicToolBarFactory.html 0664 root bin 4043 16072 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicViewFactory.html 0664 root bin 4347 43946 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/BorderType-xref.html 0664 root bin 1730 14813 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/BorderType.html 0664 root bin 3557 30329 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/Configuration.html 0664 root bin 3505 32873 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationChangeEvent-xref.html 0664 root bin 1924 35144 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationChangeEvent.html 0664 root bin 6760 52872 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationController.html 0664 root bin 3826 64123 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ModuleController.html 0664 root bin 3908 3535 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceActivationMode-xref.html 0664 root bin 1700 13835 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceActivationMode.html 0664 root bin 3890 128 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceId.html 0664 root bin 6374 14572 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/TabBarButton-xref.html 0664 root bin 2052 41894 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/TabBarButton.html 0664 root bin 4834 14915 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfiguration-xref.html 0664 root bin 3139 10530 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfiguration.html 0664 root bin 10297 38524 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeListener-xref.html 0664 root bin 2115 53800 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeListener.html 0664 root bin 4660 4047 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeRequest-xref.html 0664 root bin 1867 29718 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeRequest.html 0664 root bin 4356 47209 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationController-xref.html 0664 root bin 2136 52480 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationController.html 0664 root bin 21312 54077 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster-xref.html 0664 root bin 2136 52873 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.html 0664 root bin 6760 60738 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue-xref.html 0664 root bin 2140 53401 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.html 0664 root bin 5364 3603 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XControllerManager-xref.html 0664 root bin 1425 55323 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XControllerManager.html 0664 root bin 4656 3969 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XModuleController-xref.html 0664 root bin 2080 46448 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XModuleController.html 0664 root bin 3788 59780 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane-xref.html 0664 root bin 1373 49839 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane.html 0664 root bin 5967 42271 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XPaneBorderPainter-xref.html 0664 root bin 1425 55155 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XPaneBorderPainter.html 0664 root bin 12926 61493 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XRelocatableResource-xref.html 0664 root bin 1433 56119 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XRelocatableResource.html 0664 root bin 3568 38448 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResource-xref.html 0664 root bin 3183 10024 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResource.html 0664 root bin 4900 24072 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactory-xref.html 0664 root bin 2763 42163 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactory.html 0664 root bin 5924 49467 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactoryManager-xref.html 0664 root bin 2088 47709 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactoryManager.html 0664 root bin 8215 57334 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceId-xref.html 0664 root bin 4425 57968 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceId.html 0664 root bin 14520 56679 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XTabBar-xref.html 0664 root bin 1381 50511 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XTabBar.html 0664 root bin 8546 5447 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XToolBar-xref.html 0664 root bin 1385 51051 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XToolBar.html 0664 root bin 2665 26240 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XView-xref.html 0664 root bin 2100 46225 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/XView.html 0664 root bin 3090 64167 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/framework/module-ix.html 0664 root bin 11323 21876 1224152210
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/drawing/module-ix.html 0664 root bin 41892 19816 1224152209
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/Actions.html 0664 root bin 4043 11328 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/Aspects.html 0664 root bin 5032 26185 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/BaseStorage-xref.html 0664 root bin 1609 5217 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/BaseStorage.html 0664 root bin 4530 53978 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/DocumentCloser.html 0664 root bin 4639 1236 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/ElementModes.html 0664 root bin 6937 50567 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbedMapUnits.html 0664 root bin 8844 12139 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbedMisc.html 0664 root bin 15667 26861 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbedStates.html 0664 root bin 5914 32883 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbedUpdateModes.html 0664 root bin 3743 50186 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbedVerbs.html 0664 root bin 6411 5137 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbeddedObjectDescriptor-xref.html 0664 root bin 1317 46527 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EmbeddedObjectDescriptor.html 0664 root bin 5096 46953 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/EntryInitModes.html 0664 root bin 5987 44548 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorage-xref.html 0664 root bin 1289 43815 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorage.html 0664 root bin 4158 28314 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorageFactory-xref.html 0664 root bin 1317 46727 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorageFactory.html 0664 root bin 4307 41850 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/InsertedObjectInfo-xref.html 0664 root bin 1873 29506 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/InsertedObjectInfo.html 0664 root bin 3691 47713 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/InstanceLocker.html 0664 root bin 7375 42649 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/InvalidStorageException-xref.html 0664 root bin 5106 64449 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/InvalidStorageException.html 0664 root bin 2346 64461 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/LinkageMisuseException-xref.html 0664 root bin 1274 42650 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/LinkageMisuseException.html 0664 root bin 2245 56494 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/NeedsRunningStateException-xref.html 0664 root bin 1758 19256 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/NeedsRunningStateException.html 0664 root bin 2609 24825 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/NoVisualAreaSizeException-xref.html 0664 root bin 1286 43754 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/NoVisualAreaSizeException.html 0664 root bin 2208 54080 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/OLESimpleStorage.html 0664 root bin 5111 41854 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/ObjectSaveVetoException-xref.html 0664 root bin 1601 4667 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/ObjectSaveVetoException.html 0664 root bin 2274 59398 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StateChangeInProgressException-xref.html 0664 root bin 1306 45858 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StateChangeInProgressException.html 0664 root bin 3452 29535 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/Storage-xref.html 0664 root bin 1249 39699 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/Storage.html 0664 root bin 15113 5297 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageFactory-xref.html 0664 root bin 1277 42611 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageFactory.html 0664 root bin 4731 11295 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageStream-xref.html 0664 root bin 1273 42179 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageStream.html 0664 root bin 11731 31195 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageWrappedTargetException-xref.html 0664 root bin 4920 48301 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/StorageWrappedTargetException.html 0664 root bin 2386 4268 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/UnreachableStateException-xref.html 0664 root bin 1718 14988 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/UnreachableStateException.html 0664 root bin 3632 42825 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/UseBackupException-xref.html 0664 root bin 1258 40930 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/UseBackupException.html 0664 root bin 3753 55165 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/VerbAttributes.html 0664 root bin 3639 40625 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/VerbDescriptor-xref.html 0664 root bin 1300 44102 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/VerbDescriptor.html 0664 root bin 4452 43500 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/VisualRepresentation-xref.html 0664 root bin 1687 12777 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/VisualRepresentation.html 0664 root bin 3492 30245 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/WrongStateException-xref.html 0664 root bin 6875 19693 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/WrongStateException.html 0664 root bin 2197 53071 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XActionsApproval-xref.html 0664 root bin 1752 17918 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XActionsApproval.html 0664 root bin 3861 313 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XClassifiedObject-xref.html 0664 root bin 2078 45726 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XClassifiedObject.html 0664 root bin 5267 48199 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XCommonEmbedPersist-xref.html 0664 root bin 1771 19732 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XCommonEmbedPersist.html 0664 root bin 7329 32001 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XComponentSupplier-xref.html 0664 root bin 1771 19718 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XComponentSupplier.html 0664 root bin 3394 22747 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectClipboardCreator-xref.html 0664 root bin 1456 58702 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectClipboardCreator.html 0664 root bin 5441 6890 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectCreator-xref.html 0664 root bin 1420 55054 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectCreator.html 0664 root bin 12131 60227 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectFactory-xref.html 0664 root bin 1420 55086 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectFactory.html 0664 root bin 6430 26108 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedPersist-xref.html 0664 root bin 1396 52762 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbedPersist.html 0664 root bin 16666 56546 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedClient-xref.html 0664 root bin 2070 44180 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedClient.html 0664 root bin 5353 60839 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedObject-xref.html 0664 root bin 2227 58817 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedObject.html 0664 root bin 18662 22866 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEncryptionProtectedSource-xref.html 0664 root bin 2106 49390 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XEncryptionProtectedSource.html 0664 root bin 4558 57275 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XExtendedStorageStream-xref.html 0664 root bin 2056 47368 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XExtendedStorageStream.html 0664 root bin 5633 20494 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindow-xref.html 0664 root bin 1759 18634 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindow.html 0664 root bin 5335 60404 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowController-xref.html 0664 root bin 1758 18753 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowController.html 0664 root bin 5804 32853 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowFactory-xref.html 0664 root bin 1420 55262 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowFactory.html 0664 root bin 4366 41030 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHierarchicalStorageAccess-xref.html 0664 root bin 1448 58006 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XHierarchicalStorageAccess.html 0664 root bin 11513 17101 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInplaceClient-xref.html 0664 root bin 1400 53098 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInplaceClient.html 0664 root bin 16999 11401 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInplaceObject-xref.html 0664 root bin 1400 53066 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInplaceObject.html 0664 root bin 7316 33171 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInsertObjectDialog-xref.html 0664 root bin 1420 55150 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XInsertObjectDialog.html 0664 root bin 5038 35416 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkCreator-xref.html 0664 root bin 1392 52342 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkCreator.html 0664 root bin 5725 27648 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkFactory-xref.html 0664 root bin 1392 52374 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkFactory.html 0664 root bin 5772 32320 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkageSupport-xref.html 0664 root bin 1404 53726 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XLinkageSupport.html 0664 root bin 8237 45674 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XOLESimpleStorage-xref.html 0664 root bin 1719 14987 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XOLESimpleStorage.html 0664 root bin 4878 21633 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XOptimizedStorage-xref.html 0664 root bin 1769 19975 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XOptimizedStorage.html 0664 root bin 16708 12765 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XPackageStructureCreator-xref.html 0664 root bin 1440 57394 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XPackageStructureCreator.html 0664 root bin 3975 7603 1224152211
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XPersistanceHolder-xref.html 0664 root bin 1416 54906 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XPersistanceHolder.html 0664 root bin 5054 33338 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XRelationshipAccess-xref.html 0664 root bin 1420 55310 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XRelationshipAccess.html 0664 root bin 19941 61140 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStateChangeBroadcaster-xref.html 0664 root bin 1740 16916 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStateChangeBroadcaster.html 0664 root bin 4179 27616 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStateChangeListener-xref.html 0664 root bin 1970 38545 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStateChangeListener.html 0664 root bin 6244 4336 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStorage-xref.html 0664 root bin 12275 57796 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStorage.html 0664 root bin 39006 36737 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStorageRawAccess-xref.html 0664 root bin 1412 54338 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XStorageRawAccess.html 0664 root bin 11889 54319 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactedObject-xref.html 0664 root bin 2131 50712 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactedObject.html 0664 root bin 4399 41490 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactionBroadcaster-xref.html 0664 root bin 2043 43438 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactionBroadcaster.html 0664 root bin 4197 30200 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactionListener-xref.html 0664 root bin 1970 39427 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransactionListener.html 0664 root bin 6831 50841 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransferableSupplier-xref.html 0664 root bin 1428 56242 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XTransferableSupplier.html 0664 root bin 3861 322 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XVisualObject-xref.html 0664 root bin 2212 57636 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XVisualObject.html 0664 root bin 9718 44508 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XWindowSupplier-xref.html 0664 root bin 1404 53806 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/XWindowSupplier.html 0664 root bin 3237 9469 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/embed/module-ix.html 0664 root bin 17102 9295 1224152211
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DataAwareControlModel-xref.html 0664 root bin 5505 31141 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DataAwareControlModel.html 0664 root bin 13436 56139 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DataSelectionType-xref.html 0664 root bin 1285 42633 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DataSelectionType.html 0664 root bin 3779 48830 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DatabaseDeleteEvent-xref.html 0664 root bin 1320 45878 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DatabaseDeleteEvent.html 0664 root bin 3056 58673 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DatabaseParameterEvent-xref.html 0664 root bin 1706 14289 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/DatabaseParameterEvent.html 0664 root bin 3856 65269 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/ErrorEvent-xref.html 0664 root bin 1614 5055 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/ErrorEvent.html 0664 root bin 3008 54151 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormButtonType-xref.html 0664 root bin 1881 29553 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormButtonType.html 0664 root bin 4894 18959 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormComponent-xref.html 0664 root bin 9943 39949 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormComponent.html 0664 root bin 7050 15677 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormComponentType.html 0664 root bin 15883 17523 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormComponents-xref.html 0664 root bin 3076 6425 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormComponents.html 0664 root bin 5554 25688 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormControlModel-xref.html 0664 root bin 9066 25794 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormControlModel.html 0664 root bin 7110 18752 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormController-xref.html 0664 root bin 2012 40417 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormController.html 0664 root bin 11708 42422 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormControllerDispatcher-xref.html 0664 root bin 1741 17697 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormControllerDispatcher.html 0664 root bin 11604 33946 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormSubmitEncoding-xref.html 0664 root bin 1695 12143 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormSubmitEncoding.html 0664 root bin 3951 2523 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormSubmitMethod-xref.html 0664 root bin 1683 10955 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/FormSubmitMethod.html 0664 root bin 3198 4830 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/Forms-xref.html 0664 root bin 1597 4100 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/Forms.html 0664 root bin 2746 36579 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/ListSourceType-xref.html 0664 root bin 1918 33011 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/ListSourceType.html 0664 root bin 5793 25125 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/NavigationBarMode-xref.html 0664 root bin 1697 12360 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/NavigationBarMode.html 0664 root bin 4662 65491 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/PropertyBrowserController-xref.html 0664 root bin 1321 47475 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/PropertyBrowserController.html 0664 root bin 8423 10190 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/TabulatorCycle-xref.html 0664 root bin 1661 8868 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/TabulatorCycle.html 0664 root bin 4823 13845 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XApproveActionBroadcaster-xref.html 0664 root bin 1948 36475 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XApproveActionBroadcaster.html 0664 root bin 4737 14337 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XApproveActionListener-xref.html 0664 root bin 1998 41961 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XApproveActionListener.html 0664 root bin 4478 52976 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XBoundComponent-xref.html 0664 root bin 5772 55008 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XBoundComponent.html 0664 root bin 4691 7893 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XBoundControl-xref.html 0664 root bin 3130 10441 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XBoundControl.html 0664 root bin 3831 59529 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XChangeBroadcaster-xref.html 0664 root bin 1904 31759 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XChangeBroadcaster.html 0664 root bin 4514 55145 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XChangeListener-xref.html 0664 root bin 1900 31363 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XChangeListener.html 0664 root bin 4182 25531 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteBroadcaster-xref.html 0664 root bin 1872 29125 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteBroadcaster.html 0664 root bin 4938 31397 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteListener-xref.html 0664 root bin 1998 41597 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteListener.html 0664 root bin 4305 37336 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster-xref.html 0664 root bin 2801 44934 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster.html 0664 root bin 5419 10249 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster2-xref.html 0664 root bin 1464 59462 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster2.html 0664 root bin 6308 24677 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterListener-xref.html 0664 root bin 2874 55781 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterListener.html 0664 root bin 4457 52850 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDeleteListener-xref.html 0664 root bin 1404 53602 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XDeleteListener.html 0664 root bin 5298 55449 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XErrorBroadcaster-xref.html 0664 root bin 1412 54478 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XErrorBroadcaster.html 0664 root bin 4288 35459 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XErrorListener-xref.html 0664 root bin 1886 30523 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XErrorListener.html 0664 root bin 4357 40528 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XForm-xref.html 0664 root bin 3094 4648 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XForm.html 0664 root bin 3027 59781 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormComponent-xref.html 0664 root bin 9777 21814 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormComponent.html 0664 root bin 2685 29426 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormController-xref.html 0664 root bin 2691 33999 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormController.html 0664 root bin 7076 19443 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormControllerListener-xref.html 0664 root bin 1922 34343 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormControllerListener.html 0664 root bin 5520 12234 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier-xref.html 0664 root bin 2563 22283 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier.html 0664 root bin 4223 28446 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier2-xref.html 0664 root bin 1404 53554 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier2.html 0664 root bin 4378 45108 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGrid-xref.html 0664 root bin 1886 30055 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGrid.html 0664 root bin 4851 22090 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridColumnFactory-xref.html 0664 root bin 1797 22531 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridColumnFactory.html 0664 root bin 4792 13046 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridFieldDataSupplier-xref.html 0664 root bin 1954 36911 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridFieldDataSupplier.html 0664 root bin 6014 57417 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridPeer-xref.html 0664 root bin 1380 51014 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XGridPeer.html 0664 root bin 4675 3176 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XImageProducerSupplier-xref.html 0664 root bin 2596 27403 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XImageProducerSupplier.html 0664 root bin 3236 10035 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XInsertListener-xref.html 0664 root bin 1404 53738 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XInsertListener.html 0664 root bin 5395 63692 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XLoadListener-xref.html 0664 root bin 5911 64512 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XLoadListener.html 0664 root bin 8425 58847 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XLoadable-xref.html 0664 root bin 2221 58855 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XLoadable.html 0664 root bin 7296 25205 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XPositioningListener-xref.html 0664 root bin 1424 55906 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XPositioningListener.html 0664 root bin 4433 48075 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XReset-xref.html 0664 root bin 7673 28543 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XReset.html 0664 root bin 4803 13938 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XResetListener-xref.html 0664 root bin 1820 23645 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XResetListener.html 0664 root bin 5498 6612 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XRestoreListener-xref.html 0664 root bin 1408 54182 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XRestoreListener.html 0664 root bin 4500 53632 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XSubmit-xref.html 0664 root bin 2093 46771 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XSubmit.html 0664 root bin 5910 42117 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XSubmitListener-xref.html 0664 root bin 1834 25227 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XSubmitListener.html 0664 root bin 4634 65478 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XUpdateBroadcaster-xref.html 0664 root bin 5971 5518 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XUpdateBroadcaster.html 0664 root bin 4783 15417 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XUpdateListener-xref.html 0664 root bin 2256 62455 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/XUpdateListener.html 0664 root bin 5475 6062 1224152212
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableControlModel-xref.html 0664 root bin 3128 11909 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableControlModel.html 0664 root bin 5448 11762 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDataAwareControlModel-xref.html 0664 root bin 2681 36544 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDataAwareControlModel.html 0664 root bin 8867 53856 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseCheckBox-xref.html 0664 root bin 1326 46612 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseCheckBox.html 0664 root bin 6881 3898 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseComboBox-xref.html 0664 root bin 1326 46684 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseComboBox.html 0664 root bin 3848 797 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseDateField-xref.html 0664 root bin 1330 46976 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseDateField.html 0664 root bin 3714 53191 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseFormattedField-xref.html 0664 root bin 1350 49184 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseFormattedField.html 0664 root bin 3539 40541 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseListBox-xref.html 0664 root bin 1322 46348 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseListBox.html 0664 root bin 4398 51485 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseNumericField-xref.html 0664 root bin 1342 48340 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseNumericField.html 0664 root bin 3515 38081 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseRadioButton-xref.html 0664 root bin 1338 48036 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseRadioButton.html 0664 root bin 6582 45623 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTextField-xref.html 0664 root bin 1330 47132 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTextField.html 0664 root bin 3790 61402 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTimeField-xref.html 0664 root bin 1330 47044 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTimeField.html 0664 root bin 3689 51375 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableIntegerValueRange-xref.html 0664 root bin 1330 47236 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/BindableIntegerValueRange.html 0664 root bin 3679 52843 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/IncompatibleTypesException-xref.html 0664 root bin 2193 56245 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/IncompatibleTypesException.html 0664 root bin 2367 1464 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/InvalidBindingStateException-xref.html 0664 root bin 1620 6219 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/InvalidBindingStateException.html 0664 root bin 2339 64578 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ListEntryEvent-xref.html 0664 root bin 1929 34258 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ListEntryEvent.html 0664 root bin 4648 62736 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ListEntrySource-xref.html 0664 root bin 2165 52886 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ListEntrySource.html 0664 root bin 3584 44584 1224152212
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ValueBinding-xref.html 0664 root bin 2282 62300 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/ValueBinding.html 0664 root bin 7854 21715 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XBindableValue-xref.html 0664 root bin 3360 32164 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XBindableValue.html 0664 root bin 5209 50224 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntryListener-xref.html 0664 root bin 1921 33790 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntryListener.html 0664 root bin 8314 57220 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySink-xref.html 0664 root bin 1896 31224 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySink.html 0664 root bin 4758 12139 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySource-xref.html 0664 root bin 3150 7948 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySource.html 0664 root bin 8594 12996 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XValueBinding-xref.html 0664 root bin 3387 27511 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/XValueBinding.html 0664 root bin 7885 21074 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/binding/module-ix.html 0664 root bin 8487 26686 1224152212
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CheckBox-xref.html 0664 root bin 1722 14452 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CheckBox.html 0664 root bin 5645 18272 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ComboBox-xref.html 0664 root bin 1722 14596 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ComboBox.html 0664 root bin 4824 14690 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CommandButton-xref.html 0664 root bin 1282 42572 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CommandButton.html 0664 root bin 6944 1111 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CurrencyField-xref.html 0664 root bin 1595 3906 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/CurrencyField.html 0664 root bin 4770 10759 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DataForm-xref.html 0664 root bin 2047 45121 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DataForm.html 0664 root bin 16322 38239 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCheckBox-xref.html 0664 root bin 1697 12586 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCheckBox.html 0664 root bin 3264 14024 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseComboBox-xref.html 0664 root bin 1697 12694 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseComboBox.html 0664 root bin 6518 32830 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCurrencyField-xref.html 0664 root bin 1314 45680 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCurrencyField.html 0664 root bin 2923 51050 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseDateField-xref.html 0664 root bin 1703 13132 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseDateField.html 0664 root bin 2896 47787 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseFormattedField-xref.html 0664 root bin 1733 16444 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseFormattedField.html 0664 root bin 4536 59957 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseImageControl-xref.html 0664 root bin 1310 45252 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseImageControl.html 0664 root bin 9166 64014 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseListBox-xref.html 0664 root bin 1691 12190 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseListBox.html 0664 root bin 11047 38353 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseNumericField-xref.html 0664 root bin 1721 15178 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseNumericField.html 0664 root bin 2890 47881 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabasePatternField-xref.html 0664 root bin 1310 45244 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabasePatternField.html 0664 root bin 4437 51287 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseRadioButton-xref.html 0664 root bin 1715 14722 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseRadioButton.html 0664 root bin 2923 50416 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTextField-xref.html 0664 root bin 1703 13366 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTextField.html 0664 root bin 4408 47941 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTimeField-xref.html 0664 root bin 1703 13234 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTimeField.html 0664 root bin 2863 45279 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DateField-xref.html 0664 root bin 2229 59281 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/DateField.html 0664 root bin 4983 28236 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FileControl-xref.html 0664 root bin 1274 41700 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FileControl.html 0664 root bin 4827 15237 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FixedText-xref.html 0664 root bin 1266 40884 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FixedText.html 0664 root bin 3190 7469 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/Form-xref.html 0664 root bin 2103 47139 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/Form.html 0664 root bin 4646 3668 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FormattedField-xref.html 0664 root bin 2124 50154 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/FormattedField.html 0664 root bin 3653 46469 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/GridControl-xref.html 0664 root bin 1274 41724 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/GridControl.html 0664 root bin 12108 54452 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/GroupBox-xref.html 0664 root bin 1262 40504 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/GroupBox.html 0664 root bin 2859 44322 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/HTMLForm-xref.html 0664 root bin 1785 20026 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/HTMLForm.html 0664 root bin 7166 20240 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/HiddenControl-xref.html 0664 root bin 1282 42516 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/HiddenControl.html 0664 root bin 3779 57802 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ImageButton-xref.html 0664 root bin 1274 41692 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ImageButton.html 0664 root bin 7957 22743 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ListBox-xref.html 0664 root bin 1714 13924 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ListBox.html 0664 root bin 5469 4922 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/NavigationToolBar-xref.html 0664 root bin 1298 44140 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/NavigationToolBar.html 0664 root bin 12266 996 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/NumericField-xref.html 0664 root bin 2148 52403 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/NumericField.html 0664 root bin 4834 15996 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/PatternField-xref.html 0664 root bin 1589 3252 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/PatternField.html 0664 root bin 4848 17587 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/RadioButton-xref.html 0664 root bin 1746 17300 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/RadioButton.html 0664 root bin 7385 39089 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/RichTextControl-xref.html 0664 root bin 1797 21768 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/RichTextControl.html 0664 root bin 6503 30049 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ScrollBar-xref.html 0664 root bin 1266 40816 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/ScrollBar.html 0664 root bin 4925 23146 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/SpinButton-xref.html 0664 root bin 1270 41400 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/SpinButton.html 0664 root bin 4922 23125 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/SubmitButton-xref.html 0664 root bin 1278 42272 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/SubmitButton.html 0664 root bin 3735 56284 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/TextField-xref.html 0664 root bin 2513 20126 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/TextField.html 0664 root bin 5528 10241 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/TimeField-xref.html 0664 root bin 1730 15316 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/TimeField.html 0664 root bin 4975 28020 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/component/module-ix.html 0664 root bin 10133 34359 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CheckBox-xref.html 0664 root bin 1262 40316 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CheckBox.html 0664 root bin 3423 26011 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ComboBox-xref.html 0664 root bin 1262 40388 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ComboBox.html 0664 root bin 3355 20046 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CommandButton-xref.html 0664 root bin 1282 42572 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CommandButton.html 0664 root bin 4412 48842 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CurrencyField-xref.html 0664 root bin 1282 42524 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/CurrencyField.html 0664 root bin 3508 34504 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/DateField-xref.html 0664 root bin 1266 40680 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/DateField.html 0664 root bin 3473 30387 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/FormattedField-xref.html 0664 root bin 1286 42888 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/FormattedField.html 0664 root bin 3905 4114 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/GridControl-xref.html 0664 root bin 1589 3432 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/GridControl.html 0664 root bin 8155 46357 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/GroupBox-xref.html 0664 root bin 1262 40504 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/GroupBox.html 0664 root bin 2877 45258 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ImageButton-xref.html 0664 root bin 1274 41692 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ImageButton.html 0664 root bin 4492 55956 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ImageControl-xref.html 0664 root bin 1278 42096 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ImageControl.html 0664 root bin 3701 51882 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/InteractionGridControl-xref.html 0664 root bin 1318 46332 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/InteractionGridControl.html 0664 root bin 4177 31962 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ListBox-xref.html 0664 root bin 1258 40052 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/ListBox.html 0664 root bin 3975 8091 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/NavigationToolBar-xref.html 0664 root bin 1298 44140 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/NavigationToolBar.html 0664 root bin 2953 52342 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/NumericField-xref.html 0664 root bin 1278 42044 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/NumericField.html 0664 root bin 3481 31815 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/PatternField-xref.html 0664 root bin 1278 42088 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/PatternField.html 0664 root bin 3501 33722 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/RadioButton-xref.html 0664 root bin 1274 41740 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/RadioButton.html 0664 root bin 3450 29215 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/SubmitButton-xref.html 0664 root bin 1278 42272 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/SubmitButton.html 0664 root bin 4627 5571 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/TextField-xref.html 0664 root bin 1266 40836 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/TextField.html 0664 root bin 4227 30613 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/TimeField-xref.html 0664 root bin 1266 40748 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/TimeField.html 0664 root bin 3450 28560 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/control/module-ix.html 0664 root bin 6234 17521 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/ButtonNavigationHandler-xref.html 0664 root bin 1322 46728 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/ButtonNavigationHandler.html 0664 root bin 4236 36761 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/CellBindingPropertyHandler-xref.html 0664 root bin 1334 47832 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/CellBindingPropertyHandler.html 0664 root bin 4659 6819 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.html 0664 root bin 6803 65195 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/EditPropertyHandler-xref.html 0664 root bin 1306 45060 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/EditPropertyHandler.html 0664 root bin 4664 7503 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/EventHandler-xref.html 0664 root bin 1278 42080 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/EventHandler.html 0664 root bin 3881 2766 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/FormComponentPropertyHandler-xref.html 0664 root bin 1342 48904 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/FormComponentPropertyHandler.html 0664 root bin 3059 62429 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/SubmissionPropertyHandler-xref.html 0664 root bin 1330 47772 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/SubmissionPropertyHandler.html 0664 root bin 4408 51990 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/XMLFormsPropertyHandler-xref.html 0664 root bin 1322 46540 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/XMLFormsPropertyHandler.html 0664 root bin 5176 51752 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/XSDValidationPropertyHandler-xref.html 0664 root bin 1342 48596 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/XSDValidationPropertyHandler.html 0664 root bin 5545 20618 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/inspection/module-ix.html 0664 root bin 6746 3272 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/module-ix.html 0664 root bin 15590 61015 1224152212
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/FeatureState-xref.html 0664 root bin 1622 5279 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/FeatureState.html 0664 root bin 3769 53655 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/FormFeature.html 0664 root bin 15678 34396 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/FormOperations.html 0664 root bin 5914 43833 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/XFeatureInvalidation-xref.html 0664 root bin 1433 56151 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/XFeatureInvalidation.html 0664 root bin 4821 16818 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/XFormOperations-xref.html 0664 root bin 2108 47950 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/XFormOperations.html 0664 root bin 22801 60793 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/runtime/module-ix.html 0664 root bin 3889 4143 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmission-xref.html 0664 root bin 2157 52057 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmission.html 0664 root bin 8399 1202 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionSupplier-xref.html 0664 root bin 1818 24220 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionSupplier.html 0664 root bin 3353 21518 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionVetoListener-xref.html 0664 root bin 1931 35116 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionVetoListener.html 0664 root bin 5155 42246 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/submission/module-ix.html 0664 root bin 2705 34267 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableBindableControlModel-xref.html 0664 root bin 1726 16508 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableBindableControlModel.html 0664 root bin 4931 33609 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableControlModel-xref.html 0664 root bin 2146 53201 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableControlModel.html 0664 root bin 5596 29825 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XFormComponentValidityListener-xref.html 0664 root bin 2417 13416 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XFormComponentValidityListener.html 0664 root bin 4719 7606 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidatable-xref.html 0664 root bin 2587 25410 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidatable.html 0664 root bin 5168 44918 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidatableFormComponent-xref.html 0664 root bin 2207 58513 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidatableFormComponent.html 0664 root bin 9787 58363 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidator-xref.html 0664 root bin 2882 48392 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidator.html 0664 root bin 8044 35238 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidityConstraintListener-xref.html 0664 root bin 2365 8215 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/XValidityConstraintListener.html 0664 root bin 4750 10455 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/form/validation/module-ix.html 0664 root bin 3960 15839 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaText-xref.html 0664 root bin 1305 45411 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaText.html 0664 root bin 3897 8949 1224152213
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaView-xref.html 0664 root bin 1305 45371 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaView.html 0664 root bin 4246 39749 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/FormulaProperties-xref.html 0664 root bin 1713 15497 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/FormulaProperties.html 0664 root bin 37280 24536 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/SymbolDescriptor-xref.html 0664 root bin 1308 45026 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/SymbolDescriptor.html 0664 root bin 10461 21402 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/formula/module-ix.html 0664 root bin 2915 52140 1224152213
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/BorderWidths-xref.html 0664 root bin 1986 37328 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/BorderWidths.html 0664 root bin 4234 25821 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/CommandGroup.html 0664 root bin 15487 36950 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Components-xref.html 0664 root bin 1261 41047 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Components.html 0664 root bin 2712 33085 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ContentHandler-xref.html 0664 root bin 1665 10740 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ContentHandler.html 0664 root bin 3135 5939 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ContentHandlerFactory-xref.html 0664 root bin 1305 45443 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ContentHandlerFactory.html 0664 root bin 4346 46038 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ControlCommand-xref.html 0664 root bin 1300 44046 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ControlCommand.html 0664 root bin 3772 55706 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ControlEvent-xref.html 0664 root bin 1664 10365 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ControlEvent.html 0664 root bin 4328 36111 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Controller-xref.html 0664 root bin 4287 51604 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Controller.html 0664 root bin 5773 41135 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Desktop-xref.html 0664 root bin 4238 51117 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Desktop.html 0664 root bin 4581 1682 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DesktopTask-xref.html 0664 root bin 1265 41331 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DesktopTask.html 0664 root bin 7894 10784 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DesktopTasks-xref.html 0664 root bin 1269 41791 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DesktopTasks.html 0664 root bin 2438 8931 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchDescriptor-xref.html 0664 root bin 1316 45770 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchDescriptor.html 0664 root bin 5117 38477 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchHelper-xref.html 0664 root bin 1277 42495 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchHelper.html 0664 root bin 2669 28887 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchInformation-xref.html 0664 root bin 1320 46182 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchInformation.html 0664 root bin 3460 28301 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchProvider-xref.html 0664 root bin 1285 43435 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchProvider.html 0664 root bin 3598 47340 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorder-xref.html 0664 root bin 1285 43351 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorder.html 0664 root bin 3623 49691 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorderSupplier-xref.html 0664 root bin 1317 46759 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorderSupplier.html 0664 root bin 3185 11221 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchResultEvent-xref.html 0664 root bin 2206 58331 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchResultEvent.html 0664 root bin 3914 2316 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchResultState.html 0664 root bin 3606 38139 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchStatement-xref.html 0664 root bin 1312 45346 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DispatchStatement.html 0664 root bin 5848 37886 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DocumentTemplates-xref.html 0664 root bin 1289 43895 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DocumentTemplates.html 0664 root bin 2415 8799 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DoubleInitializationException-xref.html 0664 root bin 2555 23389 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/DoubleInitializationException.html 0664 root bin 2067 42992 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FeatureStateEvent-xref.html 0664 root bin 2369 7789 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FeatureStateEvent.html 0664 root bin 5894 39732 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Frame-xref.html 0664 root bin 3133 11958 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Frame.html 0664 root bin 11356 4857 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameAction-xref.html 0664 root bin 1581 1453 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameAction.html 0664 root bin 9400 63552 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameActionEvent-xref.html 0664 root bin 2262 62594 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameActionEvent.html 0664 root bin 3575 37951 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameControl-xref.html 0664 root bin 1269 41711 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameControl.html 0664 root bin 4332 39708 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameLoader-xref.html 0664 root bin 2804 47095 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameLoader.html 0664 root bin 5136 52540 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameLoaderFactory-xref.html 0664 root bin 2019 43432 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameLoaderFactory.html 0664 root bin 4442 54254 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FrameSearchFlag.html 0664 root bin 9083 42487 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FramesContainer-xref.html 0664 root bin 1281 42947 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/FramesContainer.html 0664 root bin 2518 16450 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/GlobalEventBroadcaster-xref.html 0664 root bin 1673 11704 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/GlobalEventBroadcaster.html 0664 root bin 3163 7708 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/IllegalArgumentIOException-xref.html 0664 root bin 1290 44074 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/IllegalArgumentIOException.html 0664 root bin 2156 49335 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/LayoutManager-xref.html 0664 root bin 1273 42147 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/LayoutManager.html 0664 root bin 4957 32077 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/LayoutManagerEvents.html 0664 root bin 7993 13559 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/MediaTypeDetectionHelper-xref.html 0664 root bin 1317 46531 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/MediaTypeDetectionHelper.html 0664 root bin 2619 26123 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ModuleManager-xref.html 0664 root bin 1273 42051 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ModuleManager.html 0664 root bin 3243 12727 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/PopupMenuController-xref.html 0664 root bin 1297 44787 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/PopupMenuController.html 0664 root bin 5881 49225 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/PopupMenuControllerFactory-xref.html 0664 root bin 1325 47699 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/PopupMenuControllerFactory.html 0664 root bin 3935 11982 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ProtocolHandler-xref.html 0664 root bin 1897 32450 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ProtocolHandler.html 0664 root bin 4430 56170 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/SessionManager-xref.html 0664 root bin 1277 42555 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/SessionManager.html 0664 root bin 4196 39314 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Settings-xref.html 0664 root bin 1253 40195 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Settings.html 0664 root bin 2401 4897 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/StatusbarController-xref.html 0664 root bin 1297 44851 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/StatusbarController.html 0664 root bin 5994 61782 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/StatusbarControllerFactory-xref.html 0664 root bin 1325 47763 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/StatusbarControllerFactory.html 0664 root bin 3935 10910 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/SynchronousFrameLoader-xref.html 0664 root bin 2144 55609 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/SynchronousFrameLoader.html 0664 root bin 5147 53909 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Task-xref.html 0664 root bin 1237 38411 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/Task.html 0664 root bin 3019 55543 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TemplateAccess-xref.html 0664 root bin 1277 42487 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TemplateAccess.html 0664 root bin 2540 18442 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TerminationVetoException-xref.html 0664 root bin 1626 7889 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TerminationVetoException.html 0664 root bin 2622 26431 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TitleChangedEvent-xref.html 0664 root bin 1660 9403 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TitleChangedEvent.html 0664 root bin 2979 51507 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ToolbarController-xref.html 0664 root bin 1289 43931 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/ToolbarController.html 0664 root bin 6061 1131 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TransientDocumentsDocumentContentFactory-xref.html 0664 root bin 1381 53551 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/TransientDocumentsDocumentContentFactory.html 0664 root bin 2728 36172 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/UnknownModuleException-xref.html 0664 root bin 1590 3927 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/UnknownModuleException.html 0664 root bin 2248 57095 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/UntitledNumbersConst.html 0664 root bin 2404 3549 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/WindowArrange.html 0664 root bin 5005 21363 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XBorderResizeListener-xref.html 0664 root bin 1942 36287 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XBorderResizeListener.html 0664 root bin 4376 43013 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XBrowseHistoryRegistry-xref.html 0664 root bin 1432 56818 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XBrowseHistoryRegistry.html 0664 root bin 4079 14509 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XComponentLoader-xref.html 0664 root bin 4603 14532 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XComponentLoader.html 0664 root bin 9988 16750 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XComponentRegistry-xref.html 0664 root bin 1416 55086 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XComponentRegistry.html 0664 root bin 3299 13451 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XConfigManager-xref.html 0664 root bin 1400 53058 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XConfigManager.html 0664 root bin 7813 14212 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XControlNotificationListener-xref.html 0664 root bin 1456 59190 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XControlNotificationListener.html 0664 root bin 3366 21865 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XController-xref.html 0664 root bin 10247 56074 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XController.html 0664 root bin 10193 14503 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XController2-xref.html 0664 root bin 1838 24948 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XController2.html 0664 root bin 4980 28728 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XControllerBorder-xref.html 0664 root bin 1412 54534 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XControllerBorder.html 0664 root bin 6277 11088 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDesktop-xref.html 0664 root bin 3049 1855 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDesktop.html 0664 root bin 10553 59840 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDesktopTask-xref.html 0664 root bin 1689 12383 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDesktopTask.html 0664 root bin 5395 58773 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatch-xref.html 0664 root bin 3846 5685 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatch.html 0664 root bin 8992 50233 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchHelper-xref.html 0664 root bin 1707 14129 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchHelper.html 0664 root bin 4649 2798 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchInformationProvider-xref.html 0664 root bin 1780 21189 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchInformationProvider.html 0664 root bin 4838 22607 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProvider-xref.html 0664 root bin 8231 14997 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProvider.html 0664 root bin 6261 12846 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterception-xref.html 0664 root bin 3191 17939 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterception.html 0664 root bin 5961 65015 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterceptor-xref.html 0664 root bin 2963 62094 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterceptor.html 0664 root bin 9162 14648 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorder-xref.html 0664 root bin 2610 28246 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorder.html 0664 root bin 8920 39675 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorderSupplier-xref.html 0664 root bin 2074 46188 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorderSupplier.html 0664 root bin 7593 62948 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchResultListener-xref.html 0664 root bin 2168 55104 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDispatchResultListener.html 0664 root bin 4133 24101 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDocumentTemplates-xref.html 0664 root bin 1778 20967 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XDocumentTemplates.html 0664 root bin 12661 26939 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XExtendedFilterDetection-xref.html 0664 root bin 1440 57302 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XExtendedFilterDetection.html 0664 root bin 3976 9041 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFilterDetect-xref.html 0664 root bin 1396 52730 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFilterDetect.html 0664 root bin 3858 61538 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrame-xref.html 0664 root bin 7054 25476 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrame.html 0664 root bin 27524 58555 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameActionListener-xref.html 0664 root bin 2576 23636 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameActionListener.html 0664 root bin 4369 43842 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameLoader-xref.html 0664 root bin 2826 45657 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameLoader.html 0664 root bin 5655 22572 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameLoaderQuery-xref.html 0664 root bin 1412 54366 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameLoaderQuery.html 0664 root bin 6765 53571 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameSetModel-xref.html 0664 root bin 1400 53022 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrameSetModel.html 0664 root bin 3614 38684 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrames-xref.html 0664 root bin 2952 57855 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFrames.html 0664 root bin 6935 63896 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFramesSupplier-xref.html 0664 root bin 3327 23608 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XFramesSupplier.html 0664 root bin 7722 4511 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XInplaceLayout-xref.html 0664 root bin 1701 13611 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XInplaceLayout.html 0664 root bin 4285 34456 1224152214
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XInterceptorInfo-xref.html 0664 root bin 1408 54122 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XInterceptorInfo.html 0664 root bin 3899 5510 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManager-xref.html 0664 root bin 2476 14098 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManager.html 0664 root bin 42011 5851 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerEventBroadcaster-xref.html 0664 root bin 1765 20183 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerEventBroadcaster.html 0664 root bin 4848 23559 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerListener-xref.html 0664 root bin 2048 47073 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerListener.html 0664 root bin 4948 27453 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLoadEventListener-xref.html 0664 root bin 1724 14935 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLoadEventListener.html 0664 root bin 4813 12827 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLoadable-xref.html 0664 root bin 2145 51390 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XLoadable.html 0664 root bin 5039 33625 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XMenuBarAcceptor-xref.html 0664 root bin 1408 53866 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XMenuBarAcceptor.html 0664 root bin 3679 47985 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XMenuBarMergingAcceptor-xref.html 0664 root bin 1737 17107 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XMenuBarMergingAcceptor.html 0664 root bin 4916 24457 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModel-xref.html 0664 root bin 12494 48907 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModel.html 0664 root bin 18322 9931 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModel2-xref.html 0664 root bin 1372 50058 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModel2.html 0664 root bin 10917 21338 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModule-xref.html 0664 root bin 1372 50326 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModule.html 0664 root bin 4195 25653 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModuleManager-xref.html 0664 root bin 1701 13463 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XModuleManager.html 0664 root bin 6173 4215 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XNotifyingDispatch-xref.html 0664 root bin 2222 59927 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XNotifyingDispatch.html 0664 root bin 4985 32073 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XPopupMenuController-xref.html 0664 root bin 1737 17567 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XPopupMenuController.html 0664 root bin 5422 5525 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XRecordableDispatch-xref.html 0664 root bin 1420 55178 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XRecordableDispatch.html 0664 root bin 5638 27154 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerClient-xref.html 0664 root bin 1731 16647 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerClient.html 0664 root bin 9072 63738 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener-xref.html 0664 root bin 2399 13148 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener.html 0664 root bin 8427 7940 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStatusListener-xref.html 0664 root bin 2852 50607 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStatusListener.html 0664 root bin 4281 36512 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStatusbarController-xref.html 0664 root bin 1737 17663 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStatusbarController.html 0664 root bin 12473 18904 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStorable-xref.html 0664 root bin 6045 7586 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStorable.html 0664 root bin 12380 9760 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStorable2-xref.html 0664 root bin 1384 51382 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XStorable2.html 0664 root bin 4795 12564 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSubToolbarController-xref.html 0664 root bin 1737 17475 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSubToolbarController.html 0664 root bin 6625 41255 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSynchronousDispatch-xref.html 0664 root bin 1424 55914 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSynchronousDispatch.html 0664 root bin 3966 9877 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSynchronousFrameLoader-xref.html 0664 root bin 2162 54385 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XSynchronousFrameLoader.html 0664 root bin 5155 43822 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTask-xref.html 0664 root bin 1975 35904 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTask.html 0664 root bin 6374 9529 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTasksSupplier-xref.html 0664 root bin 1400 53350 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTasksSupplier.html 0664 root bin 4458 48471 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener-xref.html 0664 root bin 2544 21190 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener.html 0664 root bin 6063 60252 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener2-xref.html 0664 root bin 1420 55170 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener2.html 0664 root bin 4942 29373 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitle-xref.html 0664 root bin 1788 21187 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitle.html 0664 root bin 3609 38559 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeBroadcaster-xref.html 0664 root bin 1856 28035 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeBroadcaster.html 0664 root bin 4000 10503 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeListener-xref.html 0664 root bin 1970 38559 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeListener.html 0664 root bin 3805 57639 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XToolbarController-xref.html 0664 root bin 1725 16283 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XToolbarController.html 0664 root bin 8215 44418 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XToolbarControllerListener-xref.html 0664 root bin 1448 58354 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XToolbarControllerListener.html 0664 root bin 3962 9619 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTransientDocumentsDocumentContentFactory-xref.html 0664 root bin 1863 30713 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.html 0664 root bin 5533 17360 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUIControllerRegistration-xref.html 0664 root bin 1848 28383 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUIControllerRegistration.html 0664 root bin 7041 16659 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUntitledNumbers-xref.html 0664 root bin 1408 54162 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUntitledNumbers.html 0664 root bin 8660 21538 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUrlList-xref.html 0664 root bin 1376 50746 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XUrlList.html 0664 root bin 2742 31897 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XWindowArranger-xref.html 0664 root bin 1701 13651 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/XWindowArranger.html 0664 root bin 3731 49427 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/module-ix.html 0664 root bin 29212 29928 1224152214
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/ClipboardFormats-xref.html 0664 root bin 1317 45279 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/ClipboardFormats.html 0664 root bin 3656 44210 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/FontHeight-xref.html 0664 root bin 1293 42735 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/FontHeight.html 0664 root bin 4031 7805 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/ItemState.html 0664 root bin 5801 30282 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/ItemStatus-xref.html 0664 root bin 1293 42875 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/ItemStatus.html 0664 root bin 3702 48240 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/LeftRightMargin-xref.html 0664 root bin 1313 44747 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/LeftRightMargin.html 0664 root bin 3382 17312 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Template-xref.html 0664 root bin 1285 42015 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Template.html 0664 root bin 3383 18853 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMargin-xref.html 0664 root bin 1317 45307 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMargin.html 0664 root bin 3374 17150 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMarginScale-xref.html 0664 root bin 1337 47259 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMarginScale.html 0664 root bin 4439 42012 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Verb-xref.html 0664 root bin 1269 40299 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Verb.html 0664 root bin 4581 54017 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Visibility-xref.html 0664 root bin 1293 42959 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/Visibility.html 0664 root bin 2941 47843 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/frame/status/module-ix.html 0664 root bin 3840 64888 1224152215
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryItem-xref.html 0664 root bin 1265 41275 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryItem.html 0664 root bin 7704 59581 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryItemType.html 0664 root bin 4121 12493 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryTheme-xref.html 0664 root bin 1269 41675 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryTheme.html 0664 root bin 2533 16387 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryThemeProvider-xref.html 0664 root bin 1301 45047 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/GalleryThemeProvider.html 0664 root bin 3617 47296 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryItem-xref.html 0664 root bin 1689 12299 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryItem.html 0664 root bin 3191 4417 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryTheme-xref.html 0664 root bin 2048 43284 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryTheme.html 0664 root bin 12731 35204 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider-xref.html 0664 root bin 1743 17957 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider.html 0664 root bin 6511 29333 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/gallery/module-ix.html 0664 root bin 3763 60977 1224152215
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix2D-xref.html 0664 root bin 3417 31993 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix2D.html 0664 root bin 6717 41695 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/EllipticalArc-xref.html 0664 root bin 1296 43506 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/EllipticalArc.html 0664 root bin 6905 61388 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerBezierSegment2D-xref.html 0664 root bin 1332 46958 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerBezierSegment2D.html 0664 root bin 5812 29891 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerPoint2D-xref.html 0664 root bin 3292 22831 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerPoint2D.html 0664 root bin 3305 13016 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerRectangle2D-xref.html 0664 root bin 3292 22235 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerRectangle2D.html 0664 root bin 4367 34931 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerSize2D-xref.html 0664 root bin 3067 1622 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/IntegerSize2D.html 0664 root bin 3385 20599 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/Matrix2D-xref.html 0664 root bin 1678 9714 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/Matrix2D.html 0664 root bin 5831 34987 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealBezierSegment2D-xref.html 0664 root bin 2410 8684 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealBezierSegment2D.html 0664 root bin 5805 29014 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealPoint2D-xref.html 0664 root bin 5997 60038 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealPoint2D.html 0664 root bin 3297 12102 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle2D-xref.html 0664 root bin 3552 45981 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle2D.html 0664 root bin 4365 34767 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealSize2D-xref.html 0664 root bin 3026 62223 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/RealSize2D.html 0664 root bin 3377 19685 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/XMapping2D-xref.html 0664 root bin 2050 44105 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/XMapping2D.html 0664 root bin 4604 60448 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/geometry/module-ix.html 0664 root bin 4524 64434 1224152215
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/Graphic-xref.html 0664 root bin 1249 39607 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/Graphic.html 0664 root bin 3228 12552 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicColorMode.html 0664 root bin 3523 33511 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicDescriptor-xref.html 0664 root bin 1574 2381 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicDescriptor.html 0664 root bin 10422 30875 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicProvider-xref.html 0664 root bin 1281 42979 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicProvider.html 0664 root bin 2830 45605 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicRendererVCL-xref.html 0664 root bin 1293 43815 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicRendererVCL.html 0664 root bin 5907 44497 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/GraphicType.html 0664 root bin 3533 31898 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/MediaProperties-xref.html 0664 root bin 1281 42995 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/MediaProperties.html 0664 root bin 8295 51201 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphic-xref.html 0664 root bin 6372 30119 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphic.html 0664 root bin 3640 45529 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicProvider-xref.html 0664 root bin 1713 14855 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicProvider.html 0664 root bin 9199 3670 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicRenderer-xref.html 0664 root bin 1719 15193 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicRenderer.html 0664 root bin 3396 21814 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicTransformer-xref.html 0664 root bin 1420 55362 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/XGraphicTransformer.html 0664 root bin 4009 9138 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/graphic/module-ix.html 0664 root bin 4848 25741 1224152215
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/AmPmValue.html 0664 root bin 3086 60132 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Boundary-xref.html 0664 root bin 2168 53399 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Boundary.html 0664 root bin 3327 16376 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/BreakIterator-xref.html 0664 root bin 1273 42107 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/BreakIterator.html 0664 root bin 2858 47003 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/BreakType.html 0664 root bin 3790 52657 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CTLScriptType.html 0664 root bin 4850 9661 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Calendar-xref.html 0664 root bin 2188 54798 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Calendar.html 0664 root bin 6397 14530 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CalendarDisplayCode.html 0664 root bin 10850 42391 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CalendarDisplayIndex.html 0664 root bin 4491 42905 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CalendarFieldIndex.html 0664 root bin 10717 24482 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CalendarItem-xref.html 0664 root bin 1292 43058 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CalendarItem.html 0664 root bin 4148 18073 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ChapterCollator-xref.html 0664 root bin 1281 42971 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ChapterCollator.html 0664 root bin 2642 28135 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CharType.html 0664 root bin 15692 32326 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CharacterClassification-xref.html 0664 root bin 1313 46243 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CharacterClassification.html 0664 root bin 2821 43676 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CharacterIteratorMode.html 0664 root bin 3781 52304 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Collator-xref.html 0664 root bin 1653 9621 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Collator.html 0664 root bin 2628 26525 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/CollatorOptions.html 0664 root bin 4373 39630 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Currency-xref.html 0664 root bin 1975 35966 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Currency.html 0664 root bin 7406 34827 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Currency2-xref.html 0664 root bin 1280 41858 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Currency2.html 0664 root bin 3473 30106 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/DirectionProperty-xref.html 0664 root bin 1285 42905 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/DirectionProperty.html 0664 root bin 10228 40321 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ForbiddenCharacters-xref.html 0664 root bin 2744 39590 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ForbiddenCharacters.html 0664 root bin 3382 22420 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/FormatElement-xref.html 0664 root bin 1706 13649 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/FormatElement.html 0664 root bin 6606 33911 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Implementation-xref.html 0664 root bin 1710 14237 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Implementation.html 0664 root bin 3367 20844 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/IndexEntrySupplier-xref.html 0664 root bin 1293 44343 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/IndexEntrySupplier.html 0664 root bin 2943 54935 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceCheckMode.html 0664 root bin 3709 46595 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceChecker-xref.html 0664 root bin 1301 44983 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceChecker.html 0664 root bin 2954 54602 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/KCharacterType.html 0664 root bin 6855 39977 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/KNumberFormatType.html 0664 root bin 3507 30090 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/KNumberFormatUsage.html 0664 root bin 6306 55016 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/KParseTokens.html 0664 root bin 22894 44401 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/KParseType.html 0664 root bin 8680 64069 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo-xref.html 0664 root bin 2067 44748 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo.html 0664 root bin 5140 39374 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakHyphenationOptions-xref.html 0664 root bin 1682 11816 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakHyphenationOptions.html 0664 root bin 4448 52415 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakResults-xref.html 0664 root bin 1634 6787 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakResults.html 0664 root bin 3942 5128 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakUserOptions-xref.html 0664 root bin 1654 8840 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LineBreakUserOptions.html 0664 root bin 5437 9102 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleCalendar-xref.html 0664 root bin 1277 42343 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleCalendar.html 0664 root bin 2797 40365 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleData-xref.html 0664 root bin 1261 40679 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleData.html 0664 root bin 2890 48270 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleDataItem-xref.html 0664 root bin 2029 40470 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleDataItem.html 0664 root bin 12261 54620 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/LocaleItem.html 0664 root bin 13295 48958 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Months.html 0664 root bin 7378 14283 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/MultipleCharsOutputException-xref.html 0664 root bin 1672 12504 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/MultipleCharsOutputException.html 0664 root bin 2204 55542 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberMode.html 0664 root bin 11568 41543 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberSupplier-xref.html 0664 root bin 1301 45135 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberSupplier.html 0664 root bin 2771 39160 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberXmlAttributes-xref.html 0664 root bin 2086 48092 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberXmlAttributes.html 0664 root bin 4261 32769 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatCode-xref.html 0664 root bin 1766 18648 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatCode.html 0664 root bin 5992 45123 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatIndex.html 0664 root bin 45316 34542 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatMapper-xref.html 0664 root bin 1293 44187 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatMapper.html 0664 root bin 2676 30875 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/OrdinalSuffix-xref.html 0664 root bin 1273 42167 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/OrdinalSuffix.html 0664 root bin 2831 42954 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ParseResult-xref.html 0664 root bin 1808 23406 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ParseResult.html 0664 root bin 7488 46462 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ScriptDirection.html 0664 root bin 3719 47646 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/ScriptType.html 0664 root bin 4487 45498 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversion-xref.html 0664 root bin 1695 13796 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversion.html 0664 root bin 2372 3454 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversionOption.html 0664 root bin 4764 3611 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversionResult-xref.html 0664 root bin 1657 9819 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversionResult.html 0664 root bin 3597 41469 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TextConversionType.html 0664 root bin 4288 29990 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Transliteration-xref.html 0664 root bin 1281 43211 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Transliteration.html 0664 root bin 2867 47943 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModules-xref.html 0664 root bin 2201 58326 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModules.html 0664 root bin 25431 13309 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModulesNew-xref.html 0664 root bin 1881 31095 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModulesNew.html 0664 root bin 43465 33151 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/TransliterationType.html 0664 root bin 6898 61772 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/UnicodeScript-xref.html 0664 root bin 1269 41073 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/UnicodeScript.html 0664 root bin 36976 53973 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/UnicodeType.html 0664 root bin 15124 48016 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/Weekdays.html 0664 root bin 5493 59499 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/WordType.html 0664 root bin 5649 19380 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XBreakIterator-xref.html 0664 root bin 2782 42593 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XBreakIterator.html 0664 root bin 32428 8862 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCalendar-xref.html 0664 root bin 2813 44936 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCalendar.html 0664 root bin 22013 29824 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCharacterClassification-xref.html 0664 root bin 2446 15259 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCharacterClassification.html 0664 root bin 19660 36320 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCollator-xref.html 0664 root bin 2351 4949 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XCollator.html 0664 root bin 12336 4467 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedCalendar-xref.html 0664 root bin 2285 65369 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedCalendar.html 0664 root bin 5310 62906 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedIndexEntrySupplier-xref.html 0664 root bin 2363 8478 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedIndexEntrySupplier.html 0664 root bin 12197 59046 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedInputSequenceChecker-xref.html 0664 root bin 1775 21129 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedInputSequenceChecker.html 0664 root bin 4259 34824 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTextConversion-xref.html 0664 root bin 1436 57070 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTextConversion.html 0664 root bin 5640 26503 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTransliteration-xref.html 0664 root bin 1745 18471 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTransliteration.html 0664 root bin 7089 21344 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XForbiddenCharacters-xref.html 0664 root bin 2328 4638 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XForbiddenCharacters.html 0664 root bin 6530 32696 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XIndexEntrySupplier-xref.html 0664 root bin 2941 59040 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XIndexEntrySupplier.html 0664 root bin 5884 41514 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XInputSequenceChecker-xref.html 0664 root bin 2675 34823 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XInputSequenceChecker.html 0664 root bin 3892 3538 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData-xref.html 0664 root bin 3770 1058 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData.html 0664 root bin 14173 23927 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData2-xref.html 0664 root bin 1687 11605 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData2.html 0664 root bin 4006 8952 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XNativeNumberSupplier-xref.html 0664 root bin 2416 12489 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XNativeNumberSupplier.html 0664 root bin 7373 41144 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XNumberFormatCode-xref.html 0664 root bin 2293 770 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XNumberFormatCode.html 0664 root bin 7442 43896 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XOrdinalSuffix-xref.html 0664 root bin 1701 13637 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XOrdinalSuffix.html 0664 root bin 3555 34491 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XScriptTypeDetector-xref.html 0664 root bin 1420 55362 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XScriptTypeDetector.html 0664 root bin 7789 3379 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XTextConversion-xref.html 0664 root bin 2676 34006 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XTextConversion.html 0664 root bin 10416 48523 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XTransliteration-xref.html 0664 root bin 2976 62356 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/XTransliteration.html 0664 root bin 22782 49293 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/module-ix.html 0664 root bin 22201 64823 1224152215
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/i18n/reservedWords.html 0664 root bin 8556 40785 1224152216
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMap-xref.html 0664 root bin 1253 39875 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMap.html 0664 root bin 2675 28299 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapCircleObject-xref.html 0664 root bin 1301 44647 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapCircleObject.html 0664 root bin 4075 16023 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapObject-xref.html 0664 root bin 1726 15927 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapObject.html 0664 root bin 5994 47878 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapPolygonObject-xref.html 0664 root bin 1305 45247 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapPolygonObject.html 0664 root bin 3685 50683 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapRectangleObject-xref.html 0664 root bin 1313 45939 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/ImageMapRectangleObject.html 0664 root bin 3602 42724 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/image/module-ix.html 0664 root bin 2897 50576 1224152216
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/DefaultHelpProvider.html 0664 root bin 4208 30028 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/GenericPropertyHandler.html 0664 root bin 2645 29627 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/InteractiveSelectionResult-xref.html 0664 root bin 1689 13268 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/InteractiveSelectionResult.html 0664 root bin 5363 64700 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/LineDescriptor-xref.html 0664 root bin 1648 8577 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/LineDescriptor.html 0664 root bin 16896 26230 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/ObjectInspector.html 0664 root bin 7304 42863 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/ObjectInspectorModel.html 0664 root bin 8794 46670 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/PropertyCategoryDescriptor-xref.html 0664 root bin 1348 49302 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/PropertyCategoryDescriptor.html 0664 root bin 4835 18776 1224152216
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/PropertyControlType.html 0664 root bin 14107 37355 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/PropertyLineElement.html 0664 root bin 4943 28785 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/StringRepresentation.html 0664 root bin 4260 33584 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XHyperlinkControl-xref.html 0664 root bin 1412 54618 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XHyperlinkControl.html 0664 root bin 5465 8112 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XNumericControl-xref.html 0664 root bin 1404 53710 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XNumericControl.html 0664 root bin 7925 23207 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspector-xref.html 0664 root bin 1713 14885 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspector.html 0664 root bin 10402 45322 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorModel-xref.html 0664 root bin 2472 17636 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorModel.html 0664 root bin 14149 60182 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorUI-xref.html 0664 root bin 2053 46224 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorUI.html 0664 root bin 15745 52043 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControl-xref.html 0664 root bin 3312 25977 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControl.html 0664 root bin 9488 28449 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlContext-xref.html 0664 root bin 1436 57258 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlContext.html 0664 root bin 4423 51798 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlFactory-xref.html 0664 root bin 1788 22126 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlFactory.html 0664 root bin 5122 48137 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlObserver-xref.html 0664 root bin 2270 64832 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlObserver.html 0664 root bin 4784 14542 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyHandler-xref.html 0664 root bin 3469 44893 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html 0664 root bin 38828 13535 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XStringListControl-xref.html 0664 root bin 1416 54990 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XStringListControl.html 0664 root bin 6270 8029 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XStringRepresentation-xref.html 0664 root bin 1743 18317 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/XStringRepresentation.html 0664 root bin 5222 53137 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/inspection/module-ix.html 0664 root bin 7751 27221 1224152216
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InstallationCheck-xref.html 0664 root bin 1289 43775 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InstallationCheck.html 0664 root bin 2938 52349 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InstallationCheckService-xref.html 0664 root bin 1317 46659 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InstallationCheckService.html 0664 root bin 2910 51332 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InternetSettings-xref.html 0664 root bin 1285 43559 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/InternetSettings.html 0664 root bin 2432 8195 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtDlgRes-xref.html 0664 root bin 1620 5521 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtDlgRes.html 0664 root bin 3920 62374 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheck-xref.html 0664 root bin 1301 44919 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheck.html 0664 root bin 2320 64236 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheckService-xref.html 0664 root bin 1329 47803 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheckService.html 0664 root bin 2341 864 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/XInstallationCheck-xref.html 0664 root bin 1798 22873 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/XInstallationCheck.html 0664 root bin 7491 45677 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/XProtocolHandlerCheck-xref.html 0664 root bin 1822 25161 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/XProtocolHandlerCheck.html 0664 root bin 6648 44953 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/module-ix.html 0664 root bin 4478 53654 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/installation/protocols.html 0664 root bin 5255 41289 1224152217
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/AlreadyConnectedException-xref.html 0664 root bin 1853 26186 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/AlreadyConnectedException.html 0664 root bin 2259 57923 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/BufferSizeExceededException-xref.html 0664 root bin 2141 53615 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/BufferSizeExceededException.html 0664 root bin 2317 64750 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ConnectException-xref.html 0664 root bin 1817 22558 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ConnectException.html 0664 root bin 2409 5035 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataInputStream-xref.html 0664 root bin 1281 42903 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataInputStream.html 0664 root bin 2924 51045 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataOutputStream-xref.html 0664 root bin 1285 43419 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataOutputStream.html 0664 root bin 2651 27943 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataTransferEvent-xref.html 0664 root bin 1816 24093 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/DataTransferEvent.html 0664 root bin 2986 54125 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/FilePermission-xref.html 0664 root bin 1300 44082 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/FilePermission.html 0664 root bin 4721 8230 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/IOException-xref.html 0664 root bin 31422 38101 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/IOException.html 0664 root bin 1951 31732 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/MarkableInputStream-xref.html 0664 root bin 1297 44587 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/MarkableInputStream.html 0664 root bin 3206 11055 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/MarkableOutputStream-xref.html 0664 root bin 1301 45103 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/MarkableOutputStream.html 0664 root bin 3441 32554 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/NoRouteToHostException-xref.html 0664 root bin 1841 25002 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/NoRouteToHostException.html 0664 root bin 2443 8635 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/NotConnectedException-xref.html 0664 root bin 3070 4919 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/NotConnectedException.html 0664 root bin 2091 44372 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ObjectInputStream-xref.html 0664 root bin 1289 43787 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ObjectInputStream.html 0664 root bin 4178 30132 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ObjectOutputStream-xref.html 0664 root bin 1293 44303 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/ObjectOutputStream.html 0664 root bin 3794 62983 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/Pipe-xref.html 0664 root bin 1833 26169 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/Pipe.html 0664 root bin 2780 39733 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/Pump-xref.html 0664 root bin 1237 38471 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/Pump.html 0664 root bin 2826 42934 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/SequenceInputStream.html 0664 root bin 3121 2272 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/SequenceOutputStream.html 0664 root bin 2004 36612 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/SocketException-xref.html 0664 root bin 1617 6458 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/SocketException.html 0664 root bin 2221 53987 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/TempFile.html 0664 root bin 1928 28673 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/TextInputStream-xref.html 0664 root bin 1621 6398 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/TextInputStream.html 0664 root bin 2811 42539 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/TextOutputStream-xref.html 0664 root bin 1625 6914 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/TextOutputStream.html 0664 root bin 2833 45361 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/UnexpectedEOFException-xref.html 0664 root bin 1274 42386 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/UnexpectedEOFException.html 0664 root bin 2118 45966 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/UnknownHostException-xref.html 0664 root bin 1833 24366 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/UnknownHostException.html 0664 root bin 2213 53709 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/WrongFormatException-xref.html 0664 root bin 1932 34978 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/WrongFormatException.html 0664 root bin 2098 44982 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataControl-xref.html 0664 root bin 1699 13297 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataControl.html 0664 root bin 6380 18811 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataSink-xref.html 0664 root bin 2924 56357 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataSink.html 0664 root bin 4023 11782 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataSource-xref.html 0664 root bin 3376 29485 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataSource.html 0664 root bin 3957 6252 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataStreamer-xref.html 0664 root bin 1420 55138 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XActiveDataStreamer.html 0664 root bin 3969 6048 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XAsyncOutputMonitor-xref.html 0664 root bin 1420 55514 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XAsyncOutputMonitor.html 0664 root bin 6200 18861 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XConnectable-xref.html 0664 root bin 2817 45457 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XConnectable.html 0664 root bin 5668 22298 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataExporter-xref.html 0664 root bin 1396 52810 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataExporter.html 0664 root bin 4120 20110 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataImporter-xref.html 0664 root bin 1396 52782 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataImporter.html 0664 root bin 4138 21578 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataInputStream-xref.html 0664 root bin 2082 46550 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataInputStream.html 0664 root bin 9861 33138 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataOutputStream-xref.html 0664 root bin 2092 47840 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataOutputStream.html 0664 root bin 10515 27264 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataTransferEventListener-xref.html 0664 root bin 1880 29680 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XDataTransferEventListener.html 0664 root bin 4595 61436 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XInputStream-xref.html 0664 root bin 16607 25078 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XInputStream.html 0664 root bin 10325 32949 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XInputStreamProvider-xref.html 0664 root bin 1915 33285 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XInputStreamProvider.html 0664 root bin 3383 24724 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XMarkableStream-xref.html 0664 root bin 1841 26589 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XMarkableStream.html 0664 root bin 7950 18940 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XObjectInputStream-xref.html 0664 root bin 2039 42480 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XObjectInputStream.html 0664 root bin 3981 9549 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XObjectOutputStream-xref.html 0664 root bin 2047 43540 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XObjectOutputStream.html 0664 root bin 4190 27665 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XOutputStream-xref.html 0664 root bin 6185 16355 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XOutputStream.html 0664 root bin 5902 44545 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XPersist-xref.html 0664 root bin 1376 50854 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XPersist.html 0664 root bin 3970 4099 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XPersistObject-xref.html 0664 root bin 15025 18241 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XPersistObject.html 0664 root bin 6684 47783 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSeekable-xref.html 0664 root bin 2884 50541 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSeekable.html 0664 root bin 5715 25032 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSeekableInputStream-xref.html 0664 root bin 1737 17307 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSeekableInputStream.html 0664 root bin 2660 27488 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSequenceOutputStream-xref.html 0664 root bin 1743 18197 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XSequenceOutputStream.html 0664 root bin 3863 64048 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XStream-xref.html 0664 root bin 6296 22235 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XStream.html 0664 root bin 3887 912 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XStreamListener-xref.html 0664 root bin 2384 10318 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XStreamListener.html 0664 root bin 6236 3594 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTempFile-xref.html 0664 root bin 1671 10325 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTempFile.html 0664 root bin 4941 23307 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTextInputStream-xref.html 0664 root bin 2053 43857 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTextInputStream.html 0664 root bin 8083 26440 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTextOutputStream-xref.html 0664 root bin 2059 44631 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTextOutputStream.html 0664 root bin 5640 22760 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTruncate-xref.html 0664 root bin 1380 51222 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XTruncate.html 0664 root bin 3072 61083 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XXMLExtractor-xref.html 0664 root bin 1396 52658 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/XXMLExtractor.html 0664 root bin 3147 2376 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/io/module-ix.html 0664 root bin 13845 40115 1224152217
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/InvalidJavaSettingsException-xref.html 0664 root bin 1298 45118 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/InvalidJavaSettingsException.html 0664 root bin 2781 37863 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaDisabledException-xref.html 0664 root bin 1270 42046 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaDisabledException.html 0664 root bin 2529 15968 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaInitializationException-xref.html 0664 root bin 2048 47718 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaInitializationException.html 0664 root bin 3003 60771 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaNotConfiguredException-xref.html 0664 root bin 1290 44218 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaNotConfiguredException.html 0664 root bin 2584 21529 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaNotFoundException-xref.html 0664 root bin 1270 42130 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaNotFoundException.html 0664 root bin 2525 14214 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaVMCreationFailureException-xref.html 0664 root bin 1306 45662 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaVMCreationFailureException.html 0664 root bin 4181 28728 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaVirtualMachine-xref.html 0664 root bin 1293 44087 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/JavaVirtualMachine.html 0664 root bin 2879 46047 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/MissingJavaRuntimeException-xref.html 0664 root bin 1294 44758 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/MissingJavaRuntimeException.html 0664 root bin 3536 36086 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/RestartRequiredException-xref.html 0664 root bin 1282 43630 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/RestartRequiredException.html 0664 root bin 2565 18190 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/WrongJavaVersionException-xref.html 0664 root bin 1286 43946 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/WrongJavaVersionException.html 0664 root bin 4570 64688 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/XJavaThreadRegister_11-xref.html 0664 root bin 1743 17293 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/XJavaThreadRegister_11.html 0664 root bin 4778 8818 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/XJavaVM-xref.html 0664 root bin 1683 11425 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/XJavaVM.html 0664 root bin 8024 28861 1224152217
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/java/module-ix.html 0664 root bin 4840 25537 1224152217
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ArrayIndexOutOfBoundsException-xref.html 0664 root bin 2742 40219 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ArrayIndexOutOfBoundsException.html 0664 root bin 2255 59226 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ClassNotFoundException-xref.html 0664 root bin 1274 42594 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ClassNotFoundException.html 0664 root bin 2058 42186 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/DisposedException-xref.html 0664 root bin 4231 45624 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/DisposedException.html 0664 root bin 3165 9866 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/EventObject-xref.html 0664 root bin 27341 50361 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/EventObject.html 0664 root bin 3184 6667 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IllegalAccessException-xref.html 0664 root bin 3567 46367 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IllegalAccessException.html 0664 root bin 2027 39252 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IllegalArgumentException-xref.html 0664 root bin 114699 7663 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IllegalArgumentException.html 0664 root bin 3119 1410 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IndexOutOfBoundsException-xref.html 0664 root bin 29912 55839 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/IndexOutOfBoundsException.html 0664 root bin 2159 50682 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/InvalidListenerException-xref.html 0664 root bin 1600 4958 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/InvalidListenerException.html 0664 root bin 2242 58555 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ListenerExistException-xref.html 0664 root bin 1592 4214 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ListenerExistException.html 0664 root bin 2214 55958 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/Locale-xref.html 0664 root bin 44191 29693 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/Locale.html 0664 root bin 6246 10244 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/MultiServiceFactory-xref.html 0664 root bin 2303 598 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/MultiServiceFactory.html 0664 root bin 3770 177 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSuchFieldException-xref.html 0664 root bin 1266 41638 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSuchFieldException.html 0664 root bin 2001 36497 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSuchMethodException-xref.html 0664 root bin 1687 12218 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSuchMethodException.html 0664 root bin 2010 37533 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSupportException-xref.html 0664 root bin 9467 56257 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NoSupportException.html 0664 root bin 2344 383 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NotInitializedException-xref.html 0664 root bin 1278 43122 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NotInitializedException.html 0664 root bin 2167 51453 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NullPointerException-xref.html 0664 root bin 7548 21943 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/NullPointerException.html 0664 root bin 2416 7320 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/RegistryServiceManager-xref.html 0664 root bin 1309 45907 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/RegistryServiceManager.html 0664 root bin 5118 45864 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ServiceManager-xref.html 0664 root bin 2737 40869 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ServiceManager.html 0664 root bin 8601 30455 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ServiceNotRegisteredException-xref.html 0664 root bin 2374 8880 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/ServiceNotRegisteredException.html 0664 root bin 2157 51231 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/SystemDependent.html 0664 root bin 6968 52867 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetException-xref.html 0664 root bin 34578 34842 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetException.html 0664 root bin 3484 32597 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetRuntimeException-xref.html 0664 root bin 1302 45646 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetRuntimeException.html 0664 root bin 3479 34261 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XComponent-xref.html 0664 root bin 77243 11676 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XComponent.html 0664 root bin 9320 27323 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XConnectionPoint-xref.html 0664 root bin 1783 21455 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XConnectionPoint.html 0664 root bin 11975 58811 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XConnectionPointContainer-xref.html 0664 root bin 1806 23756 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XConnectionPointContainer.html 0664 root bin 7343 39125 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XEventListener-xref.html 0664 root bin 28274 16718 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XEventListener.html 0664 root bin 4093 22092 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XInitialization-xref.html 0664 root bin 17156 14722 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XInitialization.html 0664 root bin 4515 61297 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XLocalizable-xref.html 0664 root bin 3156 10611 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XLocalizable.html 0664 root bin 3653 43009 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMain-xref.html 0664 root bin 2342 5498 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMain.html 0664 root bin 3790 59625 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMultiComponentFactory-xref.html 0664 root bin 3927 14490 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMultiComponentFactory.html 0664 root bin 8251 59654 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMultiServiceFactory-xref.html 0664 root bin 13331 12348 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XMultiServiceFactory.html 0664 root bin 6561 36533 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceDisplayName-xref.html 0664 root bin 2779 44344 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceDisplayName.html 0664 root bin 3830 63452 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceInfo-xref.html 0664 root bin 16100 53789 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceInfo.html 0664 root bin 5656 27518 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceName-xref.html 0664 root bin 2242 60615 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XServiceName.html 0664 root bin 3171 4076 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XSingleComponentFactory-xref.html 0664 root bin 2878 54557 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XSingleComponentFactory.html 0664 root bin 5525 14218 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XSingleServiceFactory-xref.html 0664 root bin 5763 50956 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XSingleServiceFactory.html 0664 root bin 5048 35422 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XTypeProvider-xref.html 0664 root bin 8412 35314 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XTypeProvider.html 0664 root bin 5515 16811 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XUnoTunnel-xref.html 0664 root bin 2494 18115 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/XUnoTunnel.html 0664 root bin 4337 42764 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/lang/module-ix.html 0664 root bin 11814 60512 1224152218
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap/LdapConnectionException-xref.html 0664 root bin 1278 43034 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap/LdapConnectionException.html 0664 root bin 2081 43711 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap/LdapGenericException-xref.html 0664 root bin 1266 41678 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap/LdapGenericException.html 0664 root bin 3156 3172 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ldap/module-ix.html 0664 root bin 2489 15037 1224152218
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionary-xref.html 0664 root bin 1634 8775 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionary.html 0664 root bin 3435 33254 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryList-xref.html 0664 root bin 1317 46879 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryList.html 0664 root bin 3409 31615 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryType.html 0664 root bin 3623 40827 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDirection-xref.html 0664 root bin 2260 1277 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDirection.html 0664 root bin 3402 22159 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionPropertyType.html 0664 root bin 10493 11044 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEvent-xref.html 0664 root bin 2030 42096 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEvent.html 0664 root bin 4291 35477 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEventFlags.html 0664 root bin 6013 38632 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryList-xref.html 0664 root bin 1784 21994 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryList.html 0664 root bin 3608 47826 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEvent-xref.html 0664 root bin 2066 45804 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEvent.html 0664 root bin 5181 52896 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEventFlags.html 0664 root bin 7589 47262 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryType-xref.html 0664 root bin 2061 43946 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryType.html 0664 root bin 3987 4921 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/GrammarCheckingIterator.html 0664 root bin 2188 52917 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/GrammarCheckingResult-xref.html 0664 root bin 1823 24523 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/GrammarCheckingResult.html 0664 root bin 5553 10294 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/HangulHanjaConversionDictionary-xref.html 0664 root bin 1345 49587 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/HangulHanjaConversionDictionary.html 0664 root bin 2924 53297 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/Hyphenator-xref.html 0664 root bin 1768 20394 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/Hyphenator.html 0664 root bin 4123 26516 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LanguageGuessing.html 0664 root bin 1705 11489 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguProperties-xref.html 0664 root bin 2291 3810 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguProperties.html 0664 root bin 17018 27488 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEvent-xref.html 0664 root bin 2211 58795 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEvent.html 0664 root bin 3765 58450 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEventFlags.html 0664 root bin 4700 63642 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceManager-xref.html 0664 root bin 1804 23886 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceManager.html 0664 root bin 3586 45944 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/SingleGrammarError-xref.html 0664 root bin 1316 45658 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/SingleGrammarError.html 0664 root bin 5282 51984 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/SpellChecker-xref.html 0664 root bin 1776 20982 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/SpellChecker.html 0664 root bin 4120 25853 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/SpellFailure.html 0664 root bin 4129 16722 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/Thesaurus-xref.html 0664 root bin 1764 20018 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/Thesaurus.html 0664 root bin 3871 3962 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XAvailableLocales-xref.html 0664 root bin 1725 15863 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XAvailableLocales.html 0664 root bin 3589 42153 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionary-xref.html 0664 root bin 2615 29565 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionary.html 0664 root bin 15128 46269 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionaryList-xref.html 0664 root bin 1767 20705 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionaryList.html 0664 root bin 11881 44089 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionPropertyType-xref.html 0664 root bin 1838 27485 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionPropertyType.html 0664 root bin 5824 39877 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary-xref.html 0664 root bin 2666 32064 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary.html 0664 root bin 18908 37608 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary1-xref.html 0664 root bin 1392 52250 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary1.html 0664 root bin 11917 19569 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEntry-xref.html 0664 root bin 2736 37747 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEntry.html 0664 root bin 5326 58888 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEventListener-xref.html 0664 root bin 2212 61135 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEventListener.html 0664 root bin 4332 41029 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryList-xref.html 0664 root bin 2031 42180 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryList.html 0664 root bin 17245 47659 1224152218
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryListEventListener-xref.html 0664 root bin 2332 5127 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryListEventListener.html 0664 root bin 4443 53053 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XGrammarChecker-xref.html 0664 root bin 1757 18279 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XGrammarChecker.html 0664 root bin 11921 27123 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XGrammarCheckingIterator-xref.html 0664 root bin 1761 19679 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XGrammarCheckingIterator.html 0664 root bin 8745 23961 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenatedWord-xref.html 0664 root bin 2669 31740 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenatedWord.html 0664 root bin 7132 12611 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenator-xref.html 0664 root bin 3183 11848 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenator.html 0664 root bin 11924 46618 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLanguageGuessing-xref.html 0664 root bin 1719 15431 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLanguageGuessing.html 0664 root bin 11725 2927 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventBroadcaster-xref.html 0664 root bin 2470 17306 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.html 0664 root bin 4854 24433 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventListener-xref.html 0664 root bin 2400 11827 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventListener.html 0664 root bin 4137 25074 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceManager-xref.html 0664 root bin 2131 51601 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceManager.html 0664 root bin 12068 52729 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XMeaning-xref.html 0664 root bin 1376 50682 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XMeaning.html 0664 root bin 3829 60460 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XPossibleHyphens-xref.html 0664 root bin 2151 53173 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XPossibleHyphens.html 0664 root bin 5951 47189 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionaryList-xref.html 0664 root bin 1747 18341 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionaryList.html 0664 root bin 5055 38129 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellAlternatives-xref.html 0664 root bin 2239 60298 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellAlternatives.html 0664 root bin 6164 62014 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker-xref.html 0664 root bin 2735 38971 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker.html 0664 root bin 7611 58830 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker1-xref.html 0664 root bin 1400 52886 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker1.html 0664 root bin 5071 33944 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLanguages-xref.html 0664 root bin 1722 15310 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLanguages.html 0664 root bin 3483 29690 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLocales-xref.html 0664 root bin 2628 28811 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLocales.html 0664 root bin 4420 43918 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XThesaurus-xref.html 0664 root bin 2540 21284 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/XThesaurus.html 0664 root bin 5255 53336 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/linguistic2/module-ix.html 0664 root bin 11966 8968 1224152218
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/CannotActivateFactoryException-xref.html 0664 root bin 1643 9357 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/CannotActivateFactoryException.html 0664 root bin 2574 23821 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Dynamic-xref.html 0664 root bin 1249 39635 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Dynamic.html 0664 root bin 3071 1799 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Java-xref.html 0664 root bin 1908 29941 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Java.html 0664 root bin 2656 29101 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Java2-xref.html 0664 root bin 1631 6584 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/Java2.html 0664 root bin 2431 7585 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/SharedLibrary-xref.html 0664 root bin 2282 3096 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/SharedLibrary.html 0664 root bin 3052 65158 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/XImplementationLoader-xref.html 0664 root bin 2515 20195 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/XImplementationLoader.html 0664 root bin 8461 17498 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/loader/module-ix.html 0664 root bin 3592 45246 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/ConsoleHandler.html 0664 root bin 5298 58073 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/CsvLogFormatter.html 0664 root bin 3686 50509 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/FileHandler.html 0664 root bin 6089 60034 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/LogLevel.html 0664 root bin 7372 21948 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/LogRecord-xref.html 0664 root bin 1692 11339 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/LogRecord.html 0664 root bin 7728 64469 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/LoggerPool.html 0664 root bin 2025 37321 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/PlainTextFormatter.html 0664 root bin 3424 26877 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XConsoleHandler-xref.html 0664 root bin 1707 14135 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XConsoleHandler.html 0664 root bin 4332 39129 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XCsvLogFormatter-xref.html 0664 root bin 1713 14813 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XCsvLogFormatter.html 0664 root bin 7697 64694 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogFormatter-xref.html 0664 root bin 2068 45248 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogFormatter.html 0664 root bin 5420 64415 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogHandler-xref.html 0664 root bin 2456 11723 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogHandler.html 0664 root bin 7666 59532 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogger-xref.html 0664 root bin 1808 22052 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLogger.html 0664 root bin 11073 23017 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLoggerPool-xref.html 0664 root bin 1689 12371 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/XLoggerPool.html 0664 root bin 4476 51819 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/logging/module-ix.html 0664 root bin 5218 55701 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailAttachment-xref.html 0664 root bin 1749 17043 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailAttachment.html 0664 root bin 4527 56086 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailException-xref.html 0664 root bin 2597 27511 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailException.html 0664 root bin 2150 47612 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailMessage.html 0664 root bin 7016 6459 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailServer.html 0664 root bin 3810 58799 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailServiceProvider.html 0664 root bin 3048 58261 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailServiceType-xref.html 0664 root bin 1613 4945 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/MailServiceType.html 0664 root bin 3458 21375 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/NoMailServiceProviderException-xref.html 0664 root bin 1636 8473 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/NoMailServiceProviderException.html 0664 root bin 2483 12547 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/NoMailTransportProviderException-xref.html 0664 root bin 1614 6418 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/NoMailTransportProviderException.html 0664 root bin 2501 14420 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/SendMailMessageFailedException-xref.html 0664 root bin 1743 17593 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/SendMailMessageFailedException.html 0664 root bin 4959 27154 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XAuthenticator-xref.html 0664 root bin 1819 23505 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XAuthenticator.html 0664 root bin 4087 15289 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XConnectionListener-xref.html 0664 root bin 2152 54805 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XConnectionListener.html 0664 root bin 5420 63606 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailMessage-xref.html 0664 root bin 2132 50220 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailMessage.html 0664 root bin 15149 42851 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailServer-xref.html 0664 root bin 1683 11693 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailServer.html 0664 root bin 18699 42210 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailService-xref.html 0664 root bin 2022 40222 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailService.html 0664 root bin 14383 63051 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailServiceProvider-xref.html 0664 root bin 1737 17291 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XMailServiceProvider.html 0664 root bin 3771 54352 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XSmtpService-xref.html 0664 root bin 1392 52434 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/XSmtpService.html 0664 root bin 5915 47185 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mail/module-ix.html 0664 root bin 6055 64748 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/Manager.html 0664 root bin 1959 31189 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XFrameGrabber-xref.html 0664 root bin 1713 13695 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XFrameGrabber.html 0664 root bin 3489 31201 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XManager-xref.html 0664 root bin 1665 9779 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XManager.html 0664 root bin 3205 5164 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XPlayer-xref.html 0664 root bin 1680 10551 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XPlayer.html 0664 root bin 17852 64185 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XPlayerWindow-xref.html 0664 root bin 1713 14109 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/XPlayerWindow.html 0664 root bin 6151 58569 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/ZoomLevel-xref.html 0664 root bin 1903 29091 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/ZoomLevel.html 0664 root bin 7216 8957 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/media/module-ix.html 0664 root bin 3393 25726 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/module-ix.html 0664 root bin 13161 47788 1224152197
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuMultipleChange-xref.html 0664 root bin 1316 45610 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuMultipleChange.html 0664 root bin 6649 31986 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuProxy-xref.html 0664 root bin 1257 40603 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuProxy.html 0664 root bin 2209 54770 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuProxyListener-xref.html 0664 root bin 1289 43955 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuProxyListener.html 0664 root bin 2190 53561 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuSingleChange-xref.html 0664 root bin 1308 44674 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MenuSingleChange.html 0664 root bin 3566 34195 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MozillaBootstrap-xref.html 0664 root bin 1285 43543 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MozillaBootstrap.html 0664 root bin 2268 60818 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MozillaProductType-xref.html 0664 root bin 2970 61613 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/MozillaProductType.html 0664 root bin 4007 6925 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XCloseSessionListener-xref.html 0664 root bin 1428 56190 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XCloseSessionListener.html 0664 root bin 3205 9796 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XCodeProxy-xref.html 0664 root bin 1690 11747 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XCodeProxy.html 0664 root bin 4575 58062 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMenuProxy-xref.html 0664 root bin 1677 11291 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMenuProxy.html 0664 root bin 5928 46663 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMenuProxyListener-xref.html 0664 root bin 2185 56577 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMenuProxyListener.html 0664 root bin 5105 40751 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMozillaBootstrap-xref.html 0664 root bin 1719 15701 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XMozillaBootstrap.html 0664 root bin 3162 7077 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstance-xref.html 0664 root bin 1777 20632 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstance.html 0664 root bin 10243 16911 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstanceNotifySink-xref.html 0664 root bin 1898 31317 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstanceNotifySink.html 0664 root bin 3385 24922 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstancePeer-xref.html 0664 root bin 1420 55230 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstancePeer.html 0664 root bin 11040 20725 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstanceSyncPeer-xref.html 0664 root bin 1436 56882 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginInstanceSyncPeer.html 0664 root bin 3772 59340 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginWindowPeer-xref.html 0664 root bin 1412 54474 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XPluginWindowPeer.html 0664 root bin 3235 11838 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProfileDiscover-xref.html 0664 root bin 2023 41464 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProfileDiscover.html 0664 root bin 9347 12654 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProfileManager-xref.html 0664 root bin 2019 40936 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProfileManager.html 0664 root bin 7959 24104 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProxyRunner-xref.html 0664 root bin 2007 39976 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XProxyRunner.html 0664 root bin 3333 17740 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XRemoteServiceManagerProvider-xref.html 0664 root bin 1460 59402 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/XRemoteServiceManagerProvider.html 0664 root bin 3560 39843 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/mozilla/module-ix.html 0664 root bin 6960 20047 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/Core.html 0664 root bin 3051 58736 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/CoreController.html 0664 root bin 3177 5726 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/XCore-xref.html 0664 root bin 1647 7943 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/XCore.html 0664 root bin 4727 6774 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/XCoreController-xref.html 0664 root bin 1707 14303 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/XCoreController.html 0664 root bin 4001 11681 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/oooimprovement/module-ix.html 0664 root bin 2918 52750 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/EncryptionNotAllowedException-xref.html 0664 root bin 1644 9460 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/EncryptionNotAllowedException.html 0664 root bin 2216 55278 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/NoEncryptionException-xref.html 0664 root bin 2553 24836 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/NoEncryptionException.html 0664 root bin 2181 51713 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/NoRawFormatException-xref.html 0664 root bin 2094 49323 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/NoRawFormatException.html 0664 root bin 2330 63969 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/Package-xref.html 0664 root bin 1249 39535 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/Package.html 0664 root bin 5827 47279 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageFolder-xref.html 0664 root bin 1273 41951 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageFolder.html 0664 root bin 4873 29826 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageFolderEnumeration-xref.html 0664 root bin 1317 46587 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageFolderEnumeration.html 0664 root bin 2673 32403 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageStream-xref.html 0664 root bin 1273 42015 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/PackageStream.html 0664 root bin 4299 43228 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/WrongPasswordException-xref.html 0664 root bin 3214 18107 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/WrongPasswordException.html 0664 root bin 2173 51183 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/XDataSinkEncrSupport-xref.html 0664 root bin 1424 55630 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/XDataSinkEncrSupport.html 0664 root bin 10144 10043 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest/XManifestReader-xref.html 0664 root bin 1413 53959 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest/XManifestReader.html 0664 root bin 3701 51528 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest/XManifestWriter-xref.html 0664 root bin 1413 54127 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest/XManifestWriter.html 0664 root bin 3775 59040 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/manifest/module-ix.html 0664 root bin 2717 36077 1224152219
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/module-ix.html 0664 root bin 5703 38403 1224152219
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/XZipFileAccess-xref.html 0664 root bin 1710 13712 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/XZipFileAccess.html 0664 root bin 4073 15012 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipConstants.html 0664 root bin 29419 53904 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipEntry-xref.html 0664 root bin 1285 42051 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipEntry.html 0664 root bin 7953 9288 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipException-xref.html 0664 root bin 1243 38979 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipException.html 0664 root bin 2183 50952 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipFileAccess-xref.html 0664 root bin 1282 42356 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipFileAccess.html 0664 root bin 3488 32156 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipIOException-xref.html 0664 root bin 1251 39587 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/ZipIOException.html 0664 root bin 2402 3569 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/packages/zip/module-ix.html 0664 root bin 3896 3350 1224152220
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/pgp 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/pgp/module-ix.html 0664 root bin 1740 14649 1224152220
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginDescription-xref.html 0664 root bin 1642 7889 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginDescription.html 0664 root bin 4369 42933 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginException-xref.html 0664 root bin 2577 26888 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginException.html 0664 root bin 3083 62464 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginManager-xref.html 0664 root bin 1273 42087 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginManager.html 0664 root bin 2271 60947 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginMode.html 0664 root bin 2882 42391 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginVariable-xref.html 0664 root bin 1595 3198 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/PluginVariable.html 0664 root bin 3388 24485 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPlugin-xref.html 0664 root bin 2946 57705 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPlugin.html 0664 root bin 4210 27539 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPluginContext-xref.html 0664 root bin 2200 56602 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPluginContext.html 0664 root bin 13674 40005 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPluginManager-xref.html 0664 root bin 1701 13517 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/XPluginManager.html 0664 root bin 8050 28351 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/plugin/module-ix.html 0664 root bin 4598 904 1224152220
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/AnimationEffect-xref.html 0664 root bin 2161 52773 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/AnimationEffect.html 0664 root bin 64876 1730 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/AnimationSpeed-xref.html 0664 root bin 2163 52669 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/AnimationSpeed.html 0664 root bin 3589 35836 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ChartShape-xref.html 0664 root bin 1261 40779 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ChartShape.html 0664 root bin 3056 63665 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ClickAction-xref.html 0664 root bin 1936 32074 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ClickAction.html 0664 root bin 9127 31808 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/CustomPresentation-xref.html 0664 root bin 1659 10617 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/CustomPresentation.html 0664 root bin 2858 46773 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/CustomPresentationAccess-xref.html 0664 root bin 1801 23990 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/CustomPresentationAccess.html 0664 root bin 3630 51005 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DateTimeShape-xref.html 0664 root bin 1273 41911 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DateTimeShape.html 0664 root bin 3234 12835 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DocumentSettings-xref.html 0664 root bin 1800 23861 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DocumentSettings.html 0664 root bin 10228 23734 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DrawPage-xref.html 0664 root bin 1830 25790 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/DrawPage.html 0664 root bin 14213 32149 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/EffectCommands.html 0664 root bin 5870 31702 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/EffectNodeType.html 0664 root bin 6585 24595 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/EffectPresetClass.html 0664 root bin 5369 49500 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/FadeEffect-xref.html 0664 root bin 2034 40892 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/FadeEffect.html 0664 root bin 33097 5187 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/FooterShape-xref.html 0664 root bin 1265 41279 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/FooterShape.html 0664 root bin 3221 11800 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/GraphicObjectShape-xref.html 0664 root bin 1293 43991 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/GraphicObjectShape.html 0664 root bin 3104 3133 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HandoutShape-xref.html 0664 root bin 1269 41679 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HandoutShape.html 0664 root bin 3291 20087 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HandoutView-xref.html 0664 root bin 1265 41335 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HandoutView.html 0664 root bin 2494 15136 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HeaderShape-xref.html 0664 root bin 1265 41127 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/HeaderShape.html 0664 root bin 3221 11648 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/NotesShape-xref.html 0664 root bin 1261 40871 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/NotesShape.html 0664 root bin 3057 64106 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/NotesView-xref.html 0664 root bin 1257 40527 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/NotesView.html 0664 root bin 2488 14530 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OLE2Shape-xref.html 0664 root bin 1257 39883 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OLE2Shape.html 0664 root bin 3052 62737 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OutlineView-xref.html 0664 root bin 1265 41387 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OutlineView.html 0664 root bin 4844 19200 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OutlinerShape-xref.html 0664 root bin 1273 42187 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/OutlinerShape.html 0664 root bin 3068 65308 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PageShape-xref.html 0664 root bin 1257 40311 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PageShape.html 0664 root bin 3279 18719 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ParagraphTarget-xref.html 0664 root bin 1304 44418 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ParagraphTarget.html 0664 root bin 3355 18912 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Presentation-xref.html 0664 root bin 1940 34439 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Presentation.html 0664 root bin 11002 23312 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Presentation2-xref.html 0664 root bin 1273 42103 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Presentation2.html 0664 root bin 3258 15097 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationDocument-xref.html 0664 root bin 1725 16745 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationDocument.html 0664 root bin 4705 9523 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationRange-xref.html 0664 root bin 1285 42789 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationRange.html 0664 root bin 3779 48562 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationView-xref.html 0664 root bin 1741 18448 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PresentationView.html 0664 root bin 5771 32230 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PreviewView-xref.html 0664 root bin 1265 41395 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/PreviewView.html 0664 root bin 5784 32781 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Shape-xref.html 0664 root bin 2849 49928 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/Shape.html 0664 root bin 14188 29798 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/ShapeAnimationSubType.html 0664 root bin 4582 56068 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SlideNumberShape-xref.html 0664 root bin 1285 43243 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SlideNumberShape.html 0664 root bin 3242 13828 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SlideShow.html 0664 root bin 1678 8756 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SlidesView-xref.html 0664 root bin 1261 40891 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SlidesView.html 0664 root bin 4852 19221 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SubtitleShape-xref.html 0664 root bin 1273 42163 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/SubtitleShape.html 0664 root bin 3069 65398 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/TextAnimationType.html 0664 root bin 4003 5693 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/TitleTextShape-xref.html 0664 root bin 1277 42527 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/TitleTextShape.html 0664 root bin 3082 1053 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/TransitionFactory.html 0664 root bin 1710 12280 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XCustomPresentationSupplier-xref.html 0664 root bin 2251 63557 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XCustomPresentationSupplier.html 0664 root bin 3564 43120 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XHandoutMasterSupplier-xref.html 0664 root bin 1432 56650 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XHandoutMasterSupplier.html 0664 root bin 3109 240 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentation-xref.html 0664 root bin 2988 61076 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentation.html 0664 root bin 4875 21446 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentation2-xref.html 0664 root bin 1701 13541 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentation2.html 0664 root bin 6036 56176 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentationPage-xref.html 0664 root bin 1412 54498 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentationPage.html 0664 root bin 4728 6286 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentationSupplier-xref.html 0664 root bin 2346 7027 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XPresentationSupplier.html 0664 root bin 2958 53329 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XShapeEventListener-xref.html 0664 root bin 1884 30007 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XShapeEventListener.html 0664 root bin 4382 40954 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShow-xref.html 0664 root bin 2021 40596 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShow.html 0664 root bin 22816 1379 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowController-xref.html 0664 root bin 1752 18106 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowController.html 0664 root bin 27581 47199 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowListener-xref.html 0664 root bin 2182 57865 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowListener.html 0664 root bin 8666 15035 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowView-xref.html 0664 root bin 1944 34874 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XSlideShowView.html 0664 root bin 15880 60038 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XTransition-xref.html 0664 root bin 1734 16515 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XTransition.html 0664 root bin 3288 13139 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XTransitionFactory-xref.html 0664 root bin 1725 16355 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/XTransitionFactory.html 0664 root bin 5982 54136 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/presentation/module-ix.html 0664 root bin 14354 24564 1224152220
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/BlankNode.html 0664 root bin 4073 14872 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/FileFormat.html 0664 root bin 5990 38654 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/Literal.html 0664 root bin 5231 44456 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/ParseException-xref.html 0664 root bin 1710 14748 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/ParseException.html 0664 root bin 2239 55600 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/QueryException-xref.html 0664 root bin 1765 19728 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/QueryException.html 0664 root bin 2265 58208 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/Repository.html 0664 root bin 3195 6275 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/RepositoryException-xref.html 0664 root bin 3512 47508 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/RepositoryException.html 0664 root bin 2268 58794 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/Statement-xref.html 0664 root bin 1280 42082 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/Statement.html 0664 root bin 4469 45087 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/URI.html 0664 root bin 6270 381 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/URIs.html 0664 root bin 19893 1500 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XBlankNode-xref.html 0664 root bin 2000 38266 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XBlankNode.html 0664 root bin 2736 30911 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XDocumentMetadataAccess-xref.html 0664 root bin 1436 56774 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XDocumentMetadataAccess.html 0664 root bin 35119 50600 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XDocumentRepository-xref.html 0664 root bin 1420 55546 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XDocumentRepository.html 0664 root bin 13343 26600 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XLiteral-xref.html 0664 root bin 1665 9887 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XLiteral.html 0664 root bin 4857 13484 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XMetadatable-xref.html 0664 root bin 2905 56258 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XMetadatable.html 0664 root bin 5584 9805 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XNamedGraph-xref.html 0664 root bin 1907 31294 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XNamedGraph.html 0664 root bin 12956 54160 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XNode-xref.html 0664 root bin 3462 31845 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XNode.html 0664 root bin 3395 21090 1224152220
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XQuerySelectResult-xref.html 0664 root bin 1731 16208 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XQuerySelectResult.html 0664 root bin 4496 52168 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XReifiedStatement-xref.html 0664 root bin 1412 54450 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XReifiedStatement.html 0664 root bin 3615 41443 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XRepository-xref.html 0664 root bin 2344 3556 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XRepository.html 0664 root bin 24490 62107 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XRepositorySupplier-xref.html 0664 root bin 1740 17474 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XRepositorySupplier.html 0664 root bin 3354 20004 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XResource-xref.html 0664 root bin 4015 18372 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XResource.html 0664 root bin 2715 29345 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XURI-xref.html 0664 root bin 5649 37396 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/XURI.html 0664 root bin 4571 55019 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rdf/module-ix.html 0664 root bin 8205 51167 1224152220
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/CoreReflection-xref.html 0664 root bin 2539 24175 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/CoreReflection.html 0664 root bin 3004 58771 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/FieldAccessMode-xref.html 0664 root bin 1696 11075 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/FieldAccessMode.html 0664 root bin 4111 11613 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/InvalidTypeNameException-xref.html 0664 root bin 1703 15563 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/InvalidTypeNameException.html 0664 root bin 2069 42733 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/InvocationTargetException-xref.html 0664 root bin 3293 23844 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/InvocationTargetException.html 0664 root bin 2680 31765 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/MethodMode-xref.html 0664 root bin 1561 64930 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/MethodMode.html 0664 root bin 3148 65436 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/NoSuchTypeNameException-xref.html 0664 root bin 1699 15087 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/NoSuchTypeNameException.html 0664 root bin 2029 38993 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ParamInfo-xref.html 0664 root bin 1280 41858 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ParamInfo.html 0664 root bin 3598 37694 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ParamMode-xref.html 0664 root bin 1550 63750 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ParamMode.html 0664 root bin 3725 49425 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ProxyFactory-xref.html 0664 root bin 1269 41895 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/ProxyFactory.html 0664 root bin 3139 6678 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionManager-xref.html 0664 root bin 1734 17103 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionManager.html 0664 root bin 5164 54682 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionProvider-xref.html 0664 root bin 1913 34188 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionProvider.html 0664 root bin 3859 6294 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionSearchDepth-xref.html 0664 root bin 1748 19127 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/TypeDescriptionSearchDepth.html 0664 root bin 3313 14655 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XArrayTypeDescription-xref.html 0664 root bin 1853 27422 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XArrayTypeDescription.html 0664 root bin 5361 59027 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XCompoundTypeDescription-xref.html 0664 root bin 2183 56091 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XCompoundTypeDescription.html 0664 root bin 5913 45639 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XConstantTypeDescription-xref.html 0664 root bin 1440 57534 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XConstantTypeDescription.html 0664 root bin 4065 16381 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XConstantsTypeDescription-xref.html 0664 root bin 1444 57994 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XConstantsTypeDescription.html 0664 root bin 3882 1030 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XEnumTypeDescription-xref.html 0664 root bin 1849 26998 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XEnumTypeDescription.html 0664 root bin 4936 22170 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlArray-xref.html 0664 root bin 1683 10651 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlArray.html 0664 root bin 8045 25560 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlClass-xref.html 0664 root bin 3854 1334 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlClass.html 0664 root bin 20019 540 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlClassProvider-xref.html 0664 root bin 1412 54374 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlClassProvider.html 0664 root bin 2998 54184 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlField-xref.html 0664 root bin 1683 10489 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlField.html 0664 root bin 5878 32032 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlField2-xref.html 0664 root bin 1796 21153 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlField2.html 0664 root bin 8700 17119 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlMember-xref.html 0664 root bin 1758 17198 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlMember.html 0664 root bin 3955 4573 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlMethod-xref.html 0664 root bin 1898 29789 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlMethod.html 0664 root bin 9790 51993 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlReflection-xref.html 0664 root bin 2115 49263 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIdlReflection.html 0664 root bin 4685 2568 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIndirectTypeDescription-xref.html 0664 root bin 1865 28650 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XIndirectTypeDescription.html 0664 root bin 3793 58894 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceAttributeTypeDescription-xref.html 0664 root bin 2249 62719 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceAttributeTypeDescription.html 0664 root bin 4682 4653 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceAttributeTypeDescription2-xref.html 0664 root bin 1484 61810 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.html 0664 root bin 6405 26225 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceMemberTypeDescription-xref.html 0664 root bin 2413 12454 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceMemberTypeDescription.html 0664 root bin 4527 56384 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceMethodTypeDescription-xref.html 0664 root bin 1893 31466 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceMethodTypeDescription.html 0664 root bin 6222 4790 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceTypeDescription-xref.html 0664 root bin 2195 57031 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceTypeDescription.html 0664 root bin 6184 761 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceTypeDescription2-xref.html 0664 root bin 1448 58018 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XInterfaceTypeDescription2.html 0664 root bin 5829 43708 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XMethodParameter-xref.html 0664 root bin 1702 13272 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XMethodParameter.html 0664 root bin 6264 2358 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XModuleTypeDescription-xref.html 0664 root bin 1432 56622 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XModuleTypeDescription.html 0664 root bin 3834 61082 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XParameter-xref.html 0664 root bin 1384 51586 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XParameter.html 0664 root bin 4148 23271 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XPropertyTypeDescription-xref.html 0664 root bin 1440 57642 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XPropertyTypeDescription.html 0664 root bin 4541 57355 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XProxyFactory-xref.html 0664 root bin 1695 13229 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XProxyFactory.html 0664 root bin 4643 4637 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XPublished-xref.html 0664 root bin 1384 51582 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XPublished.html 0664 root bin 6173 16879 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceConstructorDescription-xref.html 0664 root bin 1464 60138 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceConstructorDescription.html 0664 root bin 6147 1046 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceTypeDescription-xref.html 0664 root bin 2113 49914 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceTypeDescription.html 0664 root bin 8495 14720 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceTypeDescription2-xref.html 0664 root bin 1440 57250 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XServiceTypeDescription2.html 0664 root bin 6263 12645 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XSingletonTypeDescription-xref.html 0664 root bin 1770 20488 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XSingletonTypeDescription.html 0664 root bin 4161 26018 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XSingletonTypeDescription2-xref.html 0664 root bin 1448 58154 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XSingletonTypeDescription2.html 0664 root bin 5319 61845 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XStructTypeDescription-xref.html 0664 root bin 1432 56746 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XStructTypeDescription.html 0664 root bin 6664 52120 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescription-xref.html 0664 root bin 5845 2297 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescription.html 0664 root bin 5058 40524 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescriptionEnumeration-xref.html 0664 root bin 1875 31107 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescriptionEnumeration.html 0664 root bin 4212 31417 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescriptionEnumerationAccess-xref.html 0664 root bin 1866 30167 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.html 0664 root bin 9324 23182 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XUnionTypeDescription-xref.html 0664 root bin 1853 27462 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/XUnionTypeDescription.html 0664 root bin 7919 16442 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/reflection/module-ix.html 0664 root bin 13675 28669 1224152221
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/CannotRegisterImplementationException-xref.html 0664 root bin 2151 57996 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/CannotRegisterImplementationException.html 0664 root bin 2719 38663 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/DefaultRegistry-xref.html 0664 root bin 1281 43063 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/DefaultRegistry.html 0664 root bin 5534 10642 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/ImplementationRegistration-xref.html 0664 root bin 1695 14302 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/ImplementationRegistration.html 0664 root bin 2723 37834 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/InvalidRegistryException-xref.html 0664 root bin 5150 62426 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/InvalidRegistryException.html 0664 root bin 2033 40253 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/InvalidValueException-xref.html 0664 root bin 2288 1407 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/InvalidValueException.html 0664 root bin 2033 39783 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/MergeConflictException-xref.html 0664 root bin 1593 4135 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/MergeConflictException.html 0664 root bin 2140 49700 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/NestedRegistry-xref.html 0664 root bin 1277 42671 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/NestedRegistry.html 0664 root bin 5588 18543 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/RegistryKeyType-xref.html 0664 root bin 1593 3135 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/RegistryKeyType.html 0664 root bin 2897 43468 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/RegistryValueType-xref.html 0664 root bin 1605 4407 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/RegistryValueType.html 0664 root bin 6130 43490 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/SimpleRegistry-xref.html 0664 root bin 1679 12592 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/SimpleRegistry.html 0664 root bin 2575 21893 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XImplementationRegistration-xref.html 0664 root bin 2109 50636 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XImplementationRegistration.html 0664 root bin 7401 48775 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XImplementationRegistration2-xref.html 0664 root bin 1456 59082 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XImplementationRegistration2.html 0664 root bin 5176 53969 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XRegistryKey-xref.html 0664 root bin 3007 62373 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XRegistryKey.html 0664 root bin 34728 1812 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XSimpleRegistry-xref.html 0664 root bin 3159 14535 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/XSimpleRegistry.html 0664 root bin 10528 38154 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/registry/module-ix.html 0664 root bin 7147 41753 1224152221
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ARGBColor-xref.html 0664 root bin 1280 41466 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ARGBColor.html 0664 root bin 4400 37475 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/AnimationAttributes-xref.html 0664 root bin 1654 9258 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/AnimationAttributes.html 0664 root bin 4605 63812 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/AnimationRepeat.html 0664 root bin 5387 58269 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/BitmapCanvas-xref.html 0664 root bin 1269 41635 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/BitmapCanvas.html 0664 root bin 2657 27076 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/BlendMode.html 0664 root bin 8581 45501 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Canvas.html 0664 root bin 1942 30052 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/CanvasFactory.html 0664 root bin 2771 37907 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Caret-xref.html 0664 root bin 1573 675 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Caret.html 0664 root bin 4627 141 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Color-xref.html 0664 root bin 1246 38705 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Color.html 0664 root bin 1555 63375 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorComponent-xref.html 0664 root bin 2068 41140 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorComponent.html 0664 root bin 1807 19020 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorComponentTag.html 0664 root bin 16196 18719 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorProfile-xref.html 0664 root bin 1292 43214 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorProfile.html 0664 root bin 2625 21788 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ColorSpaceType.html 0664 root bin 9140 32581 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/CompositeOperation.html 0664 root bin 11598 43811 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/EmphasisMark.html 0664 root bin 7380 26750 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FillRule-xref.html 0664 root bin 1901 28257 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FillRule.html 0664 root bin 4061 14259 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FloatingPointBitmapFormat.html 0664 root bin 4313 29747 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FloatingPointBitmapLayout-xref.html 0664 root bin 3465 39199 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FloatingPointBitmapLayout.html 0664 root bin 8350 60498 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontInfo-xref.html 0664 root bin 1922 30723 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontInfo.html 0664 root bin 6876 43817 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontMetrics-xref.html 0664 root bin 1726 14879 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontMetrics.html 0664 root bin 7525 56570 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontRequest-xref.html 0664 root bin 1914 29909 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/FontRequest.html 0664 root bin 7090 19977 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/IntegerBitmapLayout-xref.html 0664 root bin 2366 5956 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/IntegerBitmapLayout.html 0664 root bin 9243 10432 1224152221
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/InterpolationMode.html 0664 root bin 6029 46586 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Panose-xref.html 0664 root bin 1582 1584 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Panose.html 0664 root bin 7283 27040 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseArmStyle.html 0664 root bin 6957 42997 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseContrast.html 0664 root bin 5730 11163 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseFamilyTypes.html 0664 root bin 4286 24936 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseLetterForm.html 0664 root bin 8550 40170 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseMidline.html 0664 root bin 7642 32751 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseProportion.html 0664 root bin 5859 20844 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseSerifStyle.html 0664 root bin 8110 6522 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseStrokeVariation.html 0664 root bin 5709 7819 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseWeight.html 0664 root bin 6413 385 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PanoseXHeight.html 0664 root bin 5208 32849 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ParametricPolyPolygon2DFactory.html 0664 root bin 2083 44378 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PathCapType.html 0664 root bin 4092 14082 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/PathJoinType.html 0664 root bin 4876 15669 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RGBColor-xref.html 0664 root bin 1276 41206 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RGBColor.html 0664 root bin 3817 54716 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RenderState-xref.html 0664 root bin 3800 782 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RenderState.html 0664 root bin 6284 16131 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RenderingIntent.html 0664 root bin 7110 24255 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/RepaintResult.html 0664 root bin 3926 64839 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/StringContext-xref.html 0664 root bin 2124 48758 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/StringContext.html 0664 root bin 4178 23828 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/StrokeAttributes-xref.html 0664 root bin 2295 65354 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/StrokeAttributes.html 0664 root bin 8914 42894 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/TextDirection.html 0664 root bin 4770 4773 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/TextHit-xref.html 0664 root bin 1585 1989 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/TextHit.html 0664 root bin 4434 49228 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Texture-xref.html 0664 root bin 1272 41298 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/Texture.html 0664 root bin 9760 53338 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/TexturingMode.html 0664 root bin 3492 29644 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ViewState-xref.html 0664 root bin 4109 28151 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/ViewState.html 0664 root bin 4363 44031 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/VolatileContentDestroyedException-xref.html 0664 root bin 3653 59445 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/VolatileContentDestroyedException.html 0664 root bin 2374 3952 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XAnimatedSprite-xref.html 0664 root bin 1888 30506 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XAnimatedSprite.html 0664 root bin 13151 20494 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XAnimation-xref.html 0664 root bin 1737 16488 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XAnimation.html 0664 root bin 6542 39309 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBezierPolyPolygon2D-xref.html 0664 root bin 1792 21768 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBezierPolyPolygon2D.html 0664 root bin 12618 43586 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmap-xref.html 0664 root bin 5029 42749 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmap.html 0664 root bin 6911 63587 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmapCanvas-xref.html 0664 root bin 2314 65099 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmapCanvas.html 0664 root bin 7743 13735 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmapPalette-xref.html 0664 root bin 1731 15794 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBitmapPalette.html 0664 root bin 8332 55245 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBufferController-xref.html 0664 root bin 1752 17966 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XBufferController.html 0664 root bin 8454 7868 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCachedPrimitive-xref.html 0664 root bin 2807 46525 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCachedPrimitive.html 0664 root bin 4103 19131 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCanvas-xref.html 0664 root bin 4862 29016 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCanvas.html 0664 root bin 51207 5096 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCanvasFont-xref.html 0664 root bin 2204 55575 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCanvasFont.html 0664 root bin 8054 36044 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XColorSpace-xref.html 0664 root bin 3180 11207 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XColorSpace.html 0664 root bin 15944 61165 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCustomSprite-xref.html 0664 root bin 1731 16029 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XCustomSprite.html 0664 root bin 4438 50216 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XGraphicDevice-xref.html 0664 root bin 1806 21714 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XGraphicDevice.html 0664 root bin 20984 60666 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XHalfFloatBitmap-xref.html 0664 root bin 1408 53814 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XHalfFloatBitmap.html 0664 root bin 7079 14963 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XHalfFloatReadOnlyBitmap-xref.html 0664 root bin 1746 17370 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XHalfFloatReadOnlyBitmap.html 0664 root bin 7894 24096 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeDoubleBitmap-xref.html 0664 root bin 1412 54206 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeDoubleBitmap.html 0664 root bin 8626 20013 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap-xref.html 0664 root bin 1752 17958 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.html 0664 root bin 8949 52149 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeFloatBitmap-xref.html 0664 root bin 1408 53802 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeFloatBitmap.html 0664 root bin 8589 16653 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap-xref.html 0664 root bin 1746 17352 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.html 0664 root bin 8928 50262 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerBitmap-xref.html 0664 root bin 1400 53162 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerBitmap.html 0664 root bin 8992 52361 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerBitmapColorSpace-xref.html 0664 root bin 2165 54272 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerBitmapColorSpace.html 0664 root bin 18849 58464 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerReadOnlyBitmap-xref.html 0664 root bin 1734 16392 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XIntegerReadOnlyBitmap.html 0664 root bin 9970 13840 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XLinePolyPolygon2D-xref.html 0664 root bin 1780 20466 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XLinePolyPolygon2D.html 0664 root bin 10466 47234 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XParametricPolyPolygon2D-xref.html 0664 root bin 3606 58713 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XParametricPolyPolygon2D.html 0664 root bin 7548 52000 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XParametricPolyPolygon2DFactory-xref.html 0664 root bin 2167 55344 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XParametricPolyPolygon2DFactory.html 0664 root bin 17956 63722 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XPolyPolygon2D-xref.html 0664 root bin 4312 46389 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XPolyPolygon2D.html 0664 root bin 11289 54816 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSimpleCanvas-xref.html 0664 root bin 1396 52758 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSimpleCanvas.html 0664 root bin 23127 1210 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSprite-xref.html 0664 root bin 2397 6912 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSprite.html 0664 root bin 13722 5216 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSpriteCanvas-xref.html 0664 root bin 2262 61769 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XSpriteCanvas.html 0664 root bin 12661 52413 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XTextLayout-xref.html 0664 root bin 2026 40459 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XTextLayout.html 0664 root bin 28807 9963 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XVolatileBitmap-xref.html 0664 root bin 1888 30156 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/XVolatileBitmap.html 0664 root bin 4210 29528 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/rendering/module-ix.html 0664 root bin 18510 3379 1224152221
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Calculation.html 0664 root bin 13830 29665 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/FixedLine.html 0664 root bin 1672 8012 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/FixedText.html 0664 root bin 1672 8128 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ForceNewPage.html 0664 root bin 4777 3620 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/FormatCondition.html 0664 root bin 1696 10668 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/FormattedField.html 0664 root bin 1692 10132 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Function.html 0664 root bin 2629 23508 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Group.html 0664 root bin 1656 6560 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/GroupKeepTogether.html 0664 root bin 3506 30004 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/GroupOn.html 0664 root bin 7234 4826 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Groups.html 0664 root bin 1660 7020 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ImageControl.html 0664 root bin 1684 9340 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/KeepTogether.html 0664 root bin 4178 20961 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ReportControlFormat.html 0664 root bin 1712 12420 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ReportControlModel.html 0664 root bin 1708 11940 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ReportDefinition.html 0664 root bin 1700 11136 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/ReportPrintOption.html 0664 root bin 4873 12477 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Section.html 0664 root bin 1664 7360 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/SectionPageBreak.html 0664 root bin 4303 32726 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/Shape.html 0664 root bin 1656 6448 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFixedLine-xref.html 0664 root bin 1677 10913 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFixedLine.html 0664 root bin 8223 38063 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFixedText-xref.html 0664 root bin 1677 11087 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFixedText.html 0664 root bin 5335 53548 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFormatCondition-xref.html 0664 root bin 2072 46004 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFormatCondition.html 0664 root bin 4564 58281 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFormattedField-xref.html 0664 root bin 1707 14093 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFormattedField.html 0664 root bin 6210 163 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunction-xref.html 0664 root bin 1989 37541 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunction.html 0664 root bin 6794 51615 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunctions-xref.html 0664 root bin 1384 51682 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunctions.html 0664 root bin 5850 37038 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunctionsSupplier-xref.html 0664 root bin 2099 48138 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XFunctionsSupplier.html 0664 root bin 2998 56242 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XGroup-xref.html 0664 root bin 1956 34098 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XGroup.html 0664 root bin 12523 14235 1224152222
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XGroups-xref.html 0664 root bin 1659 9425 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XGroups.html 0664 root bin 6609 35119 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XImageControl-xref.html 0664 root bin 1695 12905 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XImageControl.html 0664 root bin 7994 23061 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportComponent-xref.html 0664 root bin 2599 25645 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportComponent.html 0664 root bin 15973 63901 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportControlFormat-xref.html 0664 root bin 2674 32679 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportControlFormat.html 0664 root bin 64026 49848 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportControlModel-xref.html 0664 root bin 2420 10371 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportControlModel.html 0664 root bin 10761 9157 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportDefinition-xref.html 0664 root bin 1719 15599 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportDefinition.html 0664 root bin 31857 46613 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportEngine-xref.html 0664 root bin 1396 52806 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XReportEngine.html 0664 root bin 13584 48849 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XSection-xref.html 0664 root bin 1665 9935 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XSection.html 0664 root bin 17831 23868 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XShape-xref.html 0664 root bin 1653 8567 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/XShape.html 0664 root bin 8455 2880 1224152223
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/DataProviderHandler-xref.html 0664 root bin 1306 44908 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/DataProviderHandler.html 0664 root bin 2963 53275 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/DefaultComponentInspectorModel.html 0664 root bin 6440 31163 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/ReportComponentHandler-xref.html 0664 root bin 1318 46356 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/ReportComponentHandler.html 0664 root bin 2942 52201 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/inspection/module-ix.html 0664 root bin 3398 29551 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/report/module-ix.html 0664 root bin 8452 14787 1224152222
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/MissingResourceException-xref.html 0664 root bin 2562 27549 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/MissingResourceException.html 0664 root bin 2218 55506 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/OfficeResourceLoader.html 0664 root bin 4207 40576 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/StringResource.html 0664 root bin 2125 47119 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/StringResourceWithLocation.html 0664 root bin 6008 55870 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/StringResourceWithStorage.html 0664 root bin 5663 26296 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XLocale-xref.html 0664 root bin 1372 50238 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XLocale.html 0664 root bin 20598 37306 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XResourceBundle-xref.html 0664 root bin 2326 3107 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XResourceBundle.html 0664 root bin 12859 60999 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XResourceBundleLoader-xref.html 0664 root bin 1749 18481 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XResourceBundleLoader.html 0664 root bin 4808 16387 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceManager-xref.html 0664 root bin 2735 40283 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceManager.html 0664 root bin 24214 50221 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourcePersistence-xref.html 0664 root bin 2304 3219 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourcePersistence.html 0664 root bin 21554 48420 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceResolver-xref.html 0664 root bin 3179 13500 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceResolver.html 0664 root bin 15990 62838 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceSupplier-xref.html 0664 root bin 1802 23275 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceSupplier.html 0664 root bin 3936 11168 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceWithLocation-xref.html 0664 root bin 1779 21833 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceWithLocation.html 0664 root bin 6991 9884 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceWithStorage-xref.html 0664 root bin 1773 21233 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/XStringResourceWithStorage.html 0664 root bin 7595 63729 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/resource/module-ix.html 0664 root bin 7331 55105 1224152223
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScanError-xref.html 0664 root bin 1892 27739 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScanError.html 0664 root bin 5469 3994 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerContext-xref.html 0664 root bin 1978 37681 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerContext.html 0664 root bin 3280 14646 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerException-xref.html 0664 root bin 1922 33216 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerException.html 0664 root bin 2999 55609 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerManager-xref.html 0664 root bin 1277 42451 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/ScannerManager.html 0664 root bin 2267 60539 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/XScannerManager-xref.html 0664 root bin 1707 14063 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/XScannerManager.html 0664 root bin 7497 49432 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/scanner/module-ix.html 0664 root bin 3699 52875 1224152223
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/AllEventObject-xref.html 0664 root bin 2017 39326 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/AllEventObject.html 0664 root bin 4905 21570 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/AllListenerAdapter-xref.html 0664 root bin 1293 44095 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/AllListenerAdapter.html 0664 root bin 2371 4781 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ArrayWrapper-xref.html 0664 root bin 1292 43278 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ArrayWrapper.html 0664 root bin 4300 38752 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/BasicErrorException-xref.html 0664 root bin 1262 41350 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/BasicErrorException.html 0664 root bin 3561 38128 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/CannotConvertException-xref.html 0664 root bin 2826 49143 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/CannotConvertException.html 0664 root bin 4908 25624 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/CannotCreateAdapterException-xref.html 0664 root bin 1905 33130 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/CannotCreateAdapterException.html 0664 root bin 2278 62010 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ContextInformation-xref.html 0664 root bin 1648 8646 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ContextInformation.html 0664 root bin 7487 48748 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Converter-xref.html 0664 root bin 2354 6711 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Converter.html 0664 root bin 5609 7123 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/DocumentDialogLibraryContainer.html 0664 root bin 4569 63525 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/DocumentScriptLibraryContainer.html 0664 root bin 4579 64671 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Engine-xref.html 0664 root bin 1536 63906 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Engine.html 0664 root bin 2529 16428 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/FailReason.html 0664 root bin 8040 10719 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/FinishEngineEvent-xref.html 0664 root bin 1637 7181 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/FinishEngineEvent.html 0664 root bin 4416 42738 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/FinishReason-xref.html 0664 root bin 1588 2301 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/FinishReason.html 0664 root bin 3711 47355 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InterruptEngineEvent-xref.html 0664 root bin 1651 8963 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InterruptEngineEvent.html 0664 root bin 8148 35131 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InterruptReason-xref.html 0664 root bin 1609 4863 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InterruptReason.html 0664 root bin 6327 9269 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Invocation-xref.html 0664 root bin 3106 9932 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/Invocation.html 0664 root bin 3153 7494 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InvocationAdapterFactory-xref.html 0664 root bin 2064 47517 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InvocationAdapterFactory.html 0664 root bin 3560 44138 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InvocationInfo-xref.html 0664 root bin 2037 41287 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/InvocationInfo.html 0664 root bin 6766 53093 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/JavaScript-xref.html 0664 root bin 1261 40859 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/JavaScript.html 0664 root bin 2472 10703 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/LibraryNotLoadedException-xref.html 0664 root bin 1286 43794 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/LibraryNotLoadedException.html 0664 root bin 2270 59220 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/MemberType-xref.html 0664 root bin 1581 1668 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/MemberType.html 0664 root bin 3214 3109 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ModuleSizeExceededRequest-xref.html 0664 root bin 1286 43806 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ModuleSizeExceededRequest.html 0664 root bin 3230 9285 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ScriptEvent-xref.html 0664 root bin 1730 15641 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ScriptEvent.html 0664 root bin 3813 58360 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ScriptEventDescriptor-xref.html 0664 root bin 2059 44949 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/ScriptEventDescriptor.html 0664 root bin 5246 51408 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XAllListener-xref.html 0664 root bin 2040 44434 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XAllListener.html 0664 root bin 5117 40425 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XAllListenerAdapterService-xref.html 0664 root bin 1759 19413 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XAllListenerAdapterService.html 0664 root bin 4027 15082 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDebugging-xref.html 0664 root bin 1384 51502 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDebugging.html 0664 root bin 13528 32550 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDefaultMethod-xref.html 0664 root bin 1400 53142 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDefaultMethod.html 0664 root bin 3646 46131 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDefaultProperty-xref.html 0664 root bin 1408 54182 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XDefaultProperty.html 0664 root bin 3729 54667 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEngine-xref.html 0664 root bin 1704 13097 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEngine.html 0664 root bin 10873 203 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEngineListener-xref.html 0664 root bin 1921 32243 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEngineListener.html 0664 root bin 5745 27363 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEventAttacher-xref.html 0664 root bin 1400 53174 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEventAttacher.html 0664 root bin 8928 48407 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEventAttacherManager-xref.html 0664 root bin 2832 46957 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XEventAttacherManager.html 0664 root bin 19696 55540 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocation-xref.html 0664 root bin 6015 9570 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocation.html 0664 root bin 11032 26285 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocation2-xref.html 0664 root bin 1805 22258 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocation2.html 0664 root bin 6478 27511 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocationAdapterFactory-xref.html 0664 root bin 2208 58872 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocationAdapterFactory.html 0664 root bin 4055 16592 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocationAdapterFactory2-xref.html 0664 root bin 2212 59072 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XInvocationAdapterFactory2.html 0664 root bin 3809 61646 1224152223
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryAccess-xref.html 0664 root bin 1717 14261 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryAccess.html 0664 root bin 8873 27456 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainer-xref.html 0664 root bin 2740 40027 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainer.html 0664 root bin 10358 36233 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainer2-xref.html 0664 root bin 2679 34823 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainer2.html 0664 root bin 10244 29365 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainerExport-xref.html 0664 root bin 1436 57062 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainerExport.html 0664 root bin 4754 13146 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainerPassword-xref.html 0664 root bin 1444 57898 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XLibraryContainerPassword.html 0664 root bin 11486 29407 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XPersistentLibraryContainer-xref.html 0664 root bin 2204 59432 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XPersistentLibraryContainer.html 0664 root bin 7869 18548 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptEventsAttacher-xref.html 0664 root bin 1428 56150 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptEventsAttacher.html 0664 root bin 5109 48470 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptEventsSupplier-xref.html 0664 root bin 1428 56310 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptEventsSupplier.html 0664 root bin 3257 14596 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptListener-xref.html 0664 root bin 2421 12501 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XScriptListener.html 0664 root bin 5121 41898 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicAccess-xref.html 0664 root bin 1408 53814 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicAccess.html 0664 root bin 8493 7110 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicDialogInfo-xref.html 0664 root bin 1424 55390 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicDialogInfo.html 0664 root bin 3770 53080 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicLibraryInfo-xref.html 0664 root bin 1428 55922 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicLibraryInfo.html 0664 root bin 8545 9286 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicModuleInfo-xref.html 0664 root bin 1424 55478 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStarBasicModuleInfo.html 0664 root bin 4569 55733 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStorageBasedLibraryContainer-xref.html 0664 root bin 1880 31309 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XStorageBasedLibraryContainer.html 0664 root bin 8224 53018 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XTypeConverter-xref.html 0664 root bin 2771 42020 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/XTypeConverter.html 0664 root bin 6421 27011 1224152224
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNode-xref.html 0664 root bin 3205 18336 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNode.html 0664 root bin 3188 8262 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNodeFactory-xref.html 0664 root bin 1601 4748 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNodeFactory.html 0664 root bin 2620 23579 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.html 0664 root bin 3457 25133 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/BrowseNodeTypes.html 0664 root bin 3829 54601 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/XBrowseNode-xref.html 0664 root bin 3490 41077 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/XBrowseNode.html 0664 root bin 5662 14895 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/XBrowseNodeFactory-xref.html 0664 root bin 2055 44524 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/XBrowseNodeFactory.html 0664 root bin 3681 48977 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/module-ix.html 0664 root bin 4408 53429 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/browse/theBrowseNodeFactory.html 0664 root bin 2064 40221 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/module-ix.html 0664 root bin 16439 8176 1224152223
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/LanguageScriptProvider-xref.html 0664 root bin 2616 32358 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/LanguageScriptProvider.html 0664 root bin 2576 20479 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/MasterScriptProvider-xref.html 0664 root bin 1310 45584 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/MasterScriptProvider.html 0664 root bin 2571 20073 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/MasterScriptProviderFactory-xref.html 0664 root bin 1661 11204 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/MasterScriptProviderFactory.html 0664 root bin 2737 36399 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptErrorRaisedException-xref.html 0664 root bin 1633 8231 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptErrorRaisedException.html 0664 root bin 4277 32720 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptExceptionRaisedException-xref.html 0664 root bin 1315 46439 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptExceptionRaisedException.html 0664 root bin 3391 24063 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptFrameworkErrorException-xref.html 0664 root bin 1715 15038 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptFrameworkErrorException.html 0664 root bin 4392 44295 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptFrameworkErrorType.html 0664 root bin 3350 16473 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProvider-xref.html 0664 root bin 1958 38118 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProvider.html 0664 root bin 3276 16260 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForBasic-xref.html 0664 root bin 1318 46212 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForBasic.html 0664 root bin 2588 21526 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForBeanShell-xref.html 0664 root bin 1334 47796 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForBeanShell.html 0664 root bin 2603 23078 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForJava-xref.html 0664 root bin 1314 45828 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForJava.html 0664 root bin 2583 21110 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForJavaScript-xref.html 0664 root bin 1338 48344 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptProviderForJavaScript.html 0664 root bin 2601 22997 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/ScriptURIHelper.html 0664 root bin 4178 25349 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScript-xref.html 0664 root bin 2723 40850 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScript.html 0664 root bin 5095 42332 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptContext-xref.html 0664 root bin 1950 36356 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptContext.html 0664 root bin 7185 21172 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProvider-xref.html 0664 root bin 3023 1500 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProvider.html 0664 root bin 3854 63395 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProviderFactory-xref.html 0664 root bin 2111 50652 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProviderFactory.html 0664 root bin 4024 14090 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProviderSupplier-xref.html 0664 root bin 1836 25452 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptProviderSupplier.html 0664 root bin 3436 28511 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptURIHelper-xref.html 0664 root bin 1722 14864 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/XScriptURIHelper.html 0664 root bin 6215 65163 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/module-ix.html 0664 root bin 7528 10825 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/script/provider/theMasterScriptProviderFactory.html 0664 root bin 2086 44120 1224152224
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/BooleanComparisonMode.html 0664 root bin 5229 44490 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/CallableStatement-xref.html 0664 root bin 1289 43731 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/CallableStatement.html 0664 root bin 2972 56063 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Column-xref.html 0664 root bin 1915 33752 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Column.html 0664 root bin 2847 45336 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnDescriptorControl-xref.html 0664 root bin 1313 46455 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnDescriptorControl.html 0664 root bin 2478 11938 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnDescriptorControlModel-xref.html 0664 root bin 1333 48443 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnDescriptorControlModel.html 0664 root bin 6424 20415 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnSettings-xref.html 0664 root bin 2149 52797 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ColumnSettings.html 0664 root bin 8829 23434 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/CommandType.html 0664 root bin 4264 31142 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Connection-xref.html 0664 root bin 2604 32152 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Connection.html 0664 root bin 4821 20906 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ContentLoader-xref.html 0664 root bin 1273 42119 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ContentLoader.html 0664 root bin 4575 63027 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataAccessDescriptor-xref.html 0664 root bin 1659 9703 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataAccessDescriptor.html 0664 root bin 24588 14274 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataAccessDescriptorFactory.html 0664 root bin 1847 23353 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataColumn-xref.html 0664 root bin 1796 22713 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataColumn.html 0664 root bin 4875 20298 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSettings-xref.html 0664 root bin 2246 61794 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSettings.html 0664 root bin 7258 24246 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSource-xref.html 0664 root bin 2972 63830 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSource.html 0664 root bin 19438 49493 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSourceBrowser-xref.html 0664 root bin 1906 33996 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DataSourceBrowser.html 0664 root bin 15076 9595 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccess-xref.html 0664 root bin 1657 9797 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccess.html 0664 root bin 10043 3917 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessConnection-xref.html 0664 root bin 1317 46491 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessConnection.html 0664 root bin 4735 11263 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessContext-xref.html 0664 root bin 1305 45295 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessContext.html 0664 root bin 4266 37380 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessDataSource-xref.html 0664 root bin 1317 46343 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseAccessDataSource.html 0664 root bin 5150 44634 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseContext-xref.html 0664 root bin 2021 43649 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseContext.html 0664 root bin 4524 60939 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseDocument-xref.html 0664 root bin 1285 43279 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseDocument.html 0664 root bin 4785 11053 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseEnvironment-xref.html 0664 root bin 1677 12113 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatabaseEnvironment.html 0664 root bin 4495 58365 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatasourceAdministrationDialog-xref.html 0664 root bin 1341 49219 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DatasourceAdministrationDialog.html 0664 root bin 6393 22081 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DefinitionContainer-xref.html 0664 root bin 2353 6706 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DefinitionContainer.html 0664 root bin 5086 45425 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DefinitionContent-xref.html 0664 root bin 1729 16479 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DefinitionContent.html 0664 root bin 3222 12650 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Document-xref.html 0664 root bin 1253 40123 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Document.html 0664 root bin 4334 38884 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentContainer-xref.html 0664 root bin 1975 37112 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentContainer.html 0664 root bin 6864 5487 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentDataSource-xref.html 0664 root bin 1293 44135 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentDataSource.html 0664 root bin 3251 13774 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentDefinition-xref.html 0664 root bin 1659 10401 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentDefinition.html 0664 root bin 7081 23228 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentSaveRequest-xref.html 0664 root bin 1262 41462 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/DocumentSaveRequest.html 0664 root bin 4260 31448 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ErrorCondition.html 0664 root bin 10665 52798 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ErrorMessageDialog-xref.html 0664 root bin 1293 44091 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ErrorMessageDialog.html 0664 root bin 9024 47454 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Forms-xref.html 0664 root bin 1607 5021 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Forms.html 0664 root bin 2576 20673 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/InteractionHandler.html 0664 root bin 4450 56826 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/OfficeDatabaseDocument-xref.html 0664 root bin 1685 12649 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/OfficeDatabaseDocument.html 0664 root bin 6112 3875 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/OrderColumn-xref.html 0664 root bin 1265 41319 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/OrderColumn.html 0664 root bin 3645 45401 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ParametersRequest-xref.html 0664 root bin 1254 40718 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ParametersRequest.html 0664 root bin 5010 35755 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/PreparedStatement-xref.html 0664 root bin 1594 4487 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/PreparedStatement.html 0664 root bin 3072 64511 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Query-xref.html 0664 root bin 1651 9445 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Query.html 0664 root bin 3912 5479 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDefinition-xref.html 0664 root bin 2378 9121 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDefinition.html 0664 root bin 6656 41606 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDescriptor-xref.html 0664 root bin 1281 43155 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDescriptor.html 0664 root bin 7039 10807 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDesign-xref.html 0664 root bin 1265 41343 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/QueryDesign.html 0664 root bin 12104 2426 1224152224
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RelationDesign-xref.html 0664 root bin 1277 42527 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RelationDesign.html 0664 root bin 4719 11807 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Reports-xref.html 0664 root bin 1615 5949 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Reports.html 0664 root bin 2584 21601 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ResultColumn-xref.html 0664 root bin 1914 31501 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ResultColumn.html 0664 root bin 10258 22145 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ResultSet-xref.html 0664 root bin 2663 33737 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/ResultSet.html 0664 root bin 3434 30533 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowChangeAction.html 0664 root bin 3626 39243 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowChangeEvent-xref.html 0664 root bin 1881 29338 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowChangeEvent.html 0664 root bin 3466 27725 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowSet-xref.html 0664 root bin 3506 46189 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowSet.html 0664 root bin 35460 40004 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowSetVetoException-xref.html 0664 root bin 1262 41438 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/RowSetVetoException.html 0664 root bin 2266 59541 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLContext-xref.html 0664 root bin 1226 37486 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLContext.html 0664 root bin 4486 51609 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLErrorEvent-xref.html 0664 root bin 1635 6735 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLErrorEvent.html 0664 root bin 2932 48673 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLFilterOperator.html 0664 root bin 7078 59692 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLQueryComposer-xref.html 0664 root bin 1941 36383 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SQLQueryComposer.html 0664 root bin 3330 22003 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SingleSelectQueryAnalyzer-xref.html 0664 root bin 2032 43655 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SingleSelectQueryAnalyzer.html 0664 root bin 4715 12171 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SingleSelectQueryComposer-xref.html 0664 root bin 1986 41273 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/SingleSelectQueryComposer.html 0664 root bin 5472 14510 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Table-xref.html 0664 root bin 1728 16090 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/Table.html 0664 root bin 4179 27467 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/TableDescriptor-xref.html 0664 root bin 1281 42971 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/TableDescriptor.html 0664 root bin 2797 40774 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/TableDesign-xref.html 0664 root bin 1265 41159 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/TableDesign.html 0664 root bin 4777 16816 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XAlterQuery-xref.html 0664 root bin 1388 52022 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XAlterQuery.html 0664 root bin 3569 38118 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XBookmarksSupplier-xref.html 0664 root bin 2281 65031 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XBookmarksSupplier.html 0664 root bin 3142 3156 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XColumn-xref.html 0664 root bin 1667 10073 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XColumn.html 0664 root bin 26503 64293 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XColumnUpdate-xref.html 0664 root bin 1691 12517 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XColumnUpdate.html 0664 root bin 21617 48167 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCommandPreparation-xref.html 0664 root bin 2931 60624 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCommandPreparation.html 0664 root bin 4842 19709 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCompletedConnection-xref.html 0664 root bin 2656 33726 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCompletedConnection.html 0664 root bin 4065 19114 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCompletedExecution-xref.html 0664 root bin 1848 26735 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XCompletedExecution.html 0664 root bin 3678 50895 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDataAccessDescriptorFactory-xref.html 0664 root bin 1791 22793 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDataAccessDescriptorFactory.html 0664 root bin 3888 5661 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseAccess-xref.html 0664 root bin 2211 58160 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseAccess.html 0664 root bin 9064 55654 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseAccessListener-xref.html 0664 root bin 1946 35797 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseAccessListener.html 0664 root bin 6724 50679 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseEnvironment-xref.html 0664 root bin 1737 17357 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDatabaseEnvironment.html 0664 root bin 6075 54290 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDocumentDataSource-xref.html 0664 root bin 1731 16589 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XDocumentDataSource.html 0664 root bin 4520 61029 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XFormDocumentsSupplier-xref.html 0664 root bin 2704 36915 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XFormDocumentsSupplier.html 0664 root bin 3732 53540 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XInteractionDocumentSave-xref.html 0664 root bin 1440 57398 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XInteractionDocumentSave.html 0664 root bin 4564 58682 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XInteractionSupplyParameters-xref.html 0664 root bin 1456 59266 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XInteractionSupplyParameters.html 0664 root bin 4240 33885 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XOfficeDatabaseDocument-xref.html 0664 root bin 1755 18833 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XOfficeDatabaseDocument.html 0664 root bin 4683 6809 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XParametersSupplier-xref.html 0664 root bin 2388 9606 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XParametersSupplier.html 0664 root bin 3134 2603 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XQueriesSupplier-xref.html 0664 root bin 2586 28707 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XQueriesSupplier.html 0664 root bin 3295 16341 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XQueryDefinitionsSupplier-xref.html 0664 root bin 2355 6861 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XQueryDefinitionsSupplier.html 0664 root bin 3159 5521 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XReportDocumentsSupplier-xref.html 0664 root bin 2712 37843 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XReportDocumentsSupplier.html 0664 root bin 3764 57252 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XResultSetAccess-xref.html 0664 root bin 2353 5654 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XResultSetAccess.html 0664 root bin 4014 11876 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetApproveBroadcaster-xref.html 0664 root bin 2630 30710 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetApproveBroadcaster.html 0664 root bin 4772 18099 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetApproveListener-xref.html 0664 root bin 2650 34892 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetApproveListener.html 0664 root bin 6493 29137 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetSupplier-xref.html 0664 root bin 1404 53726 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XRowSetSupplier.html 0664 root bin 3880 62890 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLErrorBroadcaster-xref.html 0664 root bin 1855 27290 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLErrorBroadcaster.html 0664 root bin 4248 33038 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLErrorListener-xref.html 0664 root bin 1928 33883 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLErrorListener.html 0664 root bin 4129 21298 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLQueryComposer-xref.html 0664 root bin 2461 14107 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLQueryComposer.html 0664 root bin 13169 2497 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLQueryComposerFactory-xref.html 0664 root bin 2580 27892 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSQLQueryComposerFactory.html 0664 root bin 3108 329 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSingleSelectQueryAnalyzer-xref.html 0664 root bin 2564 24941 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSingleSelectQueryAnalyzer.html 0664 root bin 15854 48893 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSingleSelectQueryComposer-xref.html 0664 root bin 2180 56264 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/XSingleSelectQueryComposer.html 0664 root bin 23120 29527 1224152225
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/CopyTableContinuation.html 0664 root bin 4796 10873 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/CopyTableOperation.html 0664 root bin 5303 58006 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/CopyTableRowEvent-xref.html 0664 root bin 1909 31715 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/CopyTableRowEvent.html 0664 root bin 4503 50549 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/CopyTableWizard.html 0664 root bin 15488 41059 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/DatabaseObject.html 0664 root bin 4686 61356 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/DatabaseObjectContainer.html 0664 root bin 8861 25661 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/DefaultViewController-xref.html 0664 root bin 1314 45936 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/DefaultViewController.html 0664 root bin 5962 55276 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/NamedDatabaseObject-xref.html 0664 root bin 1329 46195 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/NamedDatabaseObject.html 0664 root bin 5696 25056 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XCopyTableListener-xref.html 0664 root bin 1921 33188 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XCopyTableListener.html 0664 root bin 7177 21679 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XCopyTableWizard-xref.html 0664 root bin 1722 15146 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XCopyTableWizard.html 0664 root bin 10319 38103 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XDatabaseDocumentUI-xref.html 0664 root bin 2086 46341 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XDatabaseDocumentUI.html 0664 root bin 20085 19997 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XTableUIProvider-xref.html 0664 root bin 1417 54243 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/XTableUIProvider.html 0664 root bin 7640 63119 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/application/module-ix.html 0664 root bin 5274 62847 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/module-ix.html 0664 root bin 23724 1159 1224152224
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/CompositionType.html 0664 root bin 7075 19684 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XConnectionTools-xref.html 0664 root bin 1417 54563 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XConnectionTools.html 0664 root bin 10301 31521 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XDataSourceMetaData-xref.html 0664 root bin 1779 19868 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XDataSourceMetaData.html 0664 root bin 3100 64759 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XObjectNames-xref.html 0664 root bin 1737 15830 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XObjectNames.html 0664 root bin 14118 29530 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XTableName-xref.html 0664 root bin 1731 15090 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/XTableName.html 0664 root bin 12383 8764 1224152225
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdb/tools/module-ix.html 0664 root bin 3163 7341 1224152225
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/BatchUpdateException-xref.html 0664 root bin 1266 41706 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/BatchUpdateException.html 0664 root bin 3726 54570 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/BestRowScope.html 0664 root bin 5681 22717 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/BestRowType.html 0664 root bin 5486 4556 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/CallableStatement-xref.html 0664 root bin 2167 54564 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/CallableStatement.html 0664 root bin 4425 51465 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ChangeAction.html 0664 root bin 4278 26808 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ChangeEvent-xref.html 0664 root bin 1288 42670 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ChangeEvent.html 0664 root bin 3610 38981 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ColumnSearch.html 0664 root bin 6302 1203 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ColumnType.html 0664 root bin 5373 59542 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ColumnValue.html 0664 root bin 3741 48667 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Connection-xref.html 0664 root bin 2610 29487 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Connection.html 0664 root bin 4057 20957 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ConnectionPool.html 0664 root bin 2629 27252 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ConnectionProperties-xref.html 0664 root bin 1914 34029 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ConnectionProperties.html 0664 root bin 4316 40838 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties-xref.html 0664 root bin 1321 46639 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html 0664 root bin 4612 803 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DataTruncation-xref.html 0664 root bin 1242 39326 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DataTruncation.html 0664 root bin 5782 27052 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DataType.html 0664 root bin 15312 4251 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Deferrability.html 0664 root bin 5175 38636 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Driver-xref.html 0664 root bin 2248 61436 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Driver.html 0664 root bin 3231 13099 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DriverManager-xref.html 0664 root bin 1865 29461 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DriverManager.html 0664 root bin 3405 29220 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DriverPropertyInfo-xref.html 0664 root bin 1316 45826 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/DriverPropertyInfo.html 0664 root bin 5534 10281 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/FILEConnectionProperties-xref.html 0664 root bin 1711 15159 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/FILEConnectionProperties.html 0664 root bin 4687 7472 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties-xref.html 0664 root bin 1723 15969 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties.html 0664 root bin 7761 6958 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/FetchDirection.html 0664 root bin 3878 62026 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/IndexType.html 0664 root bin 6237 63117 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/JDBCConnectionProperties-xref.html 0664 root bin 1317 46335 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/JDBCConnectionProperties.html 0664 root bin 10703 7027 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/KeyRule.html 0664 root bin 11377 42078 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties-xref.html 0664 root bin 1697 13201 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties.html 0664 root bin 9247 9099 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/PreparedStatement-xref.html 0664 root bin 2343 4131 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html 0664 root bin 14772 23850 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ProcedureColumn.html 0664 root bin 8446 61023 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ProcedureResult.html 0664 root bin 5208 43308 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ResultSet-xref.html 0664 root bin 2875 49591 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ResultSet.html 0664 root bin 12977 7468 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ResultSetConcurrency.html 0664 root bin 3660 42647 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/ResultSetType.html 0664 root bin 4673 62331 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/RowSet-xref.html 0664 root bin 2077 44790 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/RowSet.html 0664 root bin 13520 39655 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/SQLException-xref.html 0664 root bin 66667 31568 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/SQLException.html 0664 root bin 4961 27138 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/SQLWarning-xref.html 0664 root bin 2047 42657 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/SQLWarning.html 0664 root bin 2436 8979 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Statement-xref.html 0664 root bin 2404 10980 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/Statement.html 0664 root bin 14478 3975 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/TransactionIsolation.html 0664 root bin 7545 55996 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XArray-xref.html 0664 root bin 2324 64766 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XArray.html 0664 root bin 14640 4474 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XBatchExecution-xref.html 0664 root bin 1812 23112 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XBatchExecution.html 0664 root bin 5414 62425 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XBlob-xref.html 0664 root bin 2403 5426 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XBlob.html 0664 root bin 10571 27808 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XClob-xref.html 0664 root bin 2403 5445 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XClob.html 0664 root bin 10068 58284 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XCloseable-xref.html 0664 root bin 3831 1287 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XCloseable.html 0664 root bin 3120 65016 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XColumnLocate-xref.html 0664 root bin 2963 57079 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XColumnLocate.html 0664 root bin 3825 61990 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XConnection-xref.html 0664 root bin 7194 43233 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XConnection.html 0664 root bin 29520 38138 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDataSource-xref.html 0664 root bin 3030 62711 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDataSource.html 0664 root bin 6744 51223 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDatabaseMetaData-xref.html 0664 root bin 3876 12465 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDatabaseMetaData.html 0664 root bin 197675 25425 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDatabaseMetaData2-xref.html 0664 root bin 1416 54302 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDatabaseMetaData2.html 0664 root bin 4219 29675 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriver-xref.html 0664 root bin 2455 11622 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriver.html 0664 root bin 11021 26102 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriverAccess-xref.html 0664 root bin 1396 52726 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriverAccess.html 0664 root bin 3491 31267 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriverManager-xref.html 0664 root bin 2963 58962 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XDriverManager.html 0664 root bin 7911 19859 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XGeneratedResultSet-xref.html 0664 root bin 1420 55270 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XGeneratedResultSet.html 0664 root bin 3855 811 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XIsolatedConnection-xref.html 0664 root bin 1908 31517 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XIsolatedConnection.html 0664 root bin 5517 11730 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XMultipleResults-xref.html 0664 root bin 2685 34450 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XMultipleResults.html 0664 root bin 6850 60452 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XOutParameters-xref.html 0664 root bin 2318 2502 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XOutParameters.html 0664 root bin 8563 16278 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XParameters-xref.html 0664 root bin 3761 64117 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XParameters.html 0664 root bin 38351 30145 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPooledConnection-xref.html 0664 root bin 1899 31954 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPooledConnection.html 0664 root bin 3996 11497 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPreparedBatchExecution-xref.html 0664 root bin 2185 56734 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPreparedBatchExecution.html 0664 root bin 5412 62472 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPreparedStatement-xref.html 0664 root bin 2803 44641 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XPreparedStatement.html 0664 root bin 7289 26808 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRef-xref.html 0664 root bin 2296 61602 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRef.html 0664 root bin 3394 23475 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSet-xref.html 0664 root bin 10240 48224 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSet.html 0664 root bin 25869 35462 1224152226
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetMetaData-xref.html 0664 root bin 2401 10142 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetMetaData.html 0664 root bin 26388 63641 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetMetaDataSupplier-xref.html 0664 root bin 3550 44570 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetMetaDataSupplier.html 0664 root bin 3684 49538 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetUpdate-xref.html 0664 root bin 2951 56065 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XResultSetUpdate.html 0664 root bin 9598 30446 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRow-xref.html 0664 root bin 3846 6001 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRow.html 0664 root bin 29166 33151 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowSet-xref.html 0664 root bin 3896 5277 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowSet.html 0664 root bin 6170 345 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowSetListener-xref.html 0664 root bin 2484 17638 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowSetListener.html 0664 root bin 6268 8343 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowUpdate-xref.html 0664 root bin 3183 11573 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XRowUpdate.html 0664 root bin 23369 5216 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLData-xref.html 0664 root bin 1692 11360 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLData.html 0664 root bin 7634 56004 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLInput-xref.html 0664 root bin 1682 10119 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLInput.html 0664 root bin 24155 61919 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLOutput-xref.html 0664 root bin 1688 10921 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XSQLOutput.html 0664 root bin 25372 42456 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XStatement-xref.html 0664 root bin 2668 31836 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XStatement.html 0664 root bin 8549 5953 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XStruct-xref.html 0664 root bin 1688 11560 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XStruct.html 0664 root bin 5511 7950 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XWarningsSupplier-xref.html 0664 root bin 4116 28552 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/XWarningsSupplier.html 0664 root bin 4940 26238 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbc/module-ix.html 0664 root bin 19800 28875 1224152226
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/CheckOption.html 0664 root bin 3764 51375 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Column-xref.html 0664 root bin 2821 45519 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Column.html 0664 root bin 10678 54343 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ColumnDescriptor-xref.html 0664 root bin 1285 43507 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ColumnDescriptor.html 0664 root bin 9496 19770 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/CompareBookmark.html 0664 root bin 4690 61018 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Container-xref.html 0664 root bin 2176 57265 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Container.html 0664 root bin 4821 21195 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/DatabaseDefinition-xref.html 0664 root bin 2514 20669 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/DatabaseDefinition.html 0664 root bin 4078 23196 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Descriptor-xref.html 0664 root bin 2258 63897 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Descriptor.html 0664 root bin 3858 151 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Driver-xref.html 0664 root bin 2085 48288 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Driver.html 0664 root bin 4197 30603 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Group-xref.html 0664 root bin 1599 4256 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Group.html 0664 root bin 3773 57095 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/GroupDescriptor-xref.html 0664 root bin 1756 19132 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/GroupDescriptor.html 0664 root bin 3569 39491 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Index-xref.html 0664 root bin 1241 38815 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Index.html 0664 root bin 6314 10968 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexColumn-xref.html 0664 root bin 1740 17508 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexColumn.html 0664 root bin 3666 50176 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexColumnDescriptor-xref.html 0664 root bin 1305 45523 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexColumnDescriptor.html 0664 root bin 3355 22626 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexDescriptor-xref.html 0664 root bin 1281 43035 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/IndexDescriptor.html 0664 root bin 4833 15734 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Key-xref.html 0664 root bin 1233 37987 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Key.html 0664 root bin 6460 21635 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyColumn-xref.html 0664 root bin 1732 16680 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyColumn.html 0664 root bin 3674 50384 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyColumnDescriptor-xref.html 0664 root bin 1297 44695 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyColumnDescriptor.html 0664 root bin 3431 28753 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyDescriptor-xref.html 0664 root bin 1273 42207 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyDescriptor.html 0664 root bin 5803 31491 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/KeyType.html 0664 root bin 3970 3431 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/PreparedStatement-xref.html 0664 root bin 1655 10090 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/PreparedStatement.html 0664 root bin 3742 55671 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Privilege.html 0664 root bin 7096 62881 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/PrivilegeObject.html 0664 root bin 3536 30583 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ReferenceColumn-xref.html 0664 root bin 1281 42931 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ReferenceColumn.html 0664 root bin 3381 24876 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ResultSet-xref.html 0664 root bin 2322 1393 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ResultSet.html 0664 root bin 6057 62674 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Statement-xref.html 0664 root bin 1257 40595 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Statement.html 0664 root bin 3759 55666 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Table-xref.html 0664 root bin 1956 34158 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/Table.html 0664 root bin 8118 32173 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/TableDescriptor-xref.html 0664 root bin 2024 41350 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/TableDescriptor.html 0664 root bin 5436 1448 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/User-xref.html 0664 root bin 1593 3596 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/User.html 0664 root bin 3922 4600 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/UserDescriptor-xref.html 0664 root bin 1755 19052 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/UserDescriptor.html 0664 root bin 3594 42461 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/View-xref.html 0664 root bin 1237 38443 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/View.html 0664 root bin 6970 619 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ViewDescriptor-xref.html 0664 root bin 1277 42663 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/ViewDescriptor.html 0664 root bin 5228 48411 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAlterTable-xref.html 0664 root bin 2132 49677 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAlterTable.html 0664 root bin 5935 47332 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAlterView-xref.html 0664 root bin 1667 10067 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAlterView.html 0664 root bin 3674 46112 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAppend-xref.html 0664 root bin 2075 45892 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAppend.html 0664 root bin 4000 11717 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAuthorizable-xref.html 0664 root bin 2485 15258 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XAuthorizable.html 0664 root bin 8143 35462 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XColumnsSupplier-xref.html 0664 root bin 4489 62589 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XColumnsSupplier.html 0664 root bin 3098 64566 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XCreateCatalog-xref.html 0664 root bin 1687 12005 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XCreateCatalog.html 0664 root bin 3813 60779 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDataDefinitionSupplier-xref.html 0664 root bin 2085 47117 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDataDefinitionSupplier.html 0664 root bin 5517 11565 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDataDescriptorFactory-xref.html 0664 root bin 3989 17371 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDataDescriptorFactory.html 0664 root bin 3180 6902 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDeleteRows-xref.html 0664 root bin 2388 6768 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDeleteRows.html 0664 root bin 3707 51028 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDrop-xref.html 0664 root bin 1657 9067 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDrop.html 0664 root bin 4920 22949 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDropCatalog-xref.html 0664 root bin 1679 11241 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XDropCatalog.html 0664 root bin 3932 4830 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XGroupsSupplier-xref.html 0664 root bin 1998 39555 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XGroupsSupplier.html 0664 root bin 3094 63994 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XIndexesSupplier-xref.html 0664 root bin 2152 51997 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XIndexesSupplier.html 0664 root bin 3103 64653 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XKeysSupplier-xref.html 0664 root bin 2316 650 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XKeysSupplier.html 0664 root bin 3069 61195 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XRename-xref.html 0664 root bin 2695 34194 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XRename.html 0664 root bin 3600 40763 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XRowLocate-xref.html 0664 root bin 2384 6328 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XRowLocate.html 0664 root bin 11153 31802 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XTablesSupplier-xref.html 0664 root bin 3596 50511 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XTablesSupplier.html 0664 root bin 3094 63550 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XUser-xref.html 0664 root bin 2116 49194 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XUser.html 0664 root bin 4363 41694 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XUsersSupplier-xref.html 0664 root bin 2354 4692 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XUsersSupplier.html 0664 root bin 3082 62668 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XViewsSupplier-xref.html 0664 root bin 1961 36375 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/XViewsSupplier.html 0664 root bin 3082 62626 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sdbcx/module-ix.html 0664 root bin 13109 34673 1224152227
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AccessControlException-xref.html 0664 root bin 1756 19546 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AccessControlException.html 0664 root bin 3925 6938 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AccessController-xref.html 0664 root bin 1285 43415 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AccessController.html 0664 root bin 2841 48079 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AllPermission-xref.html 0664 root bin 1296 43670 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/AllPermission.html 0664 root bin 3025 60565 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateCharacters.html 0664 root bin 3473 25864 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateContainer.html 0664 root bin 2073 41958 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateContainerStatus-xref.html 0664 root bin 1672 11147 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateContainerStatus.html 0664 root bin 3786 51511 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateException-xref.html 0664 root bin 1266 41826 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateException.html 0664 root bin 2151 49396 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CertificateValidity.html 0664 root bin 11668 37718 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CryptographyException-xref.html 0664 root bin 1951 36766 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/CryptographyException.html 0664 root bin 2155 50072 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/Decryptor-xref.html 0664 root bin 1257 40623 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/Decryptor.html 0664 root bin 2455 10759 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/DocumentSignatureInformation-xref.html 0664 root bin 1356 50026 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/DocumentSignatureInformation.html 0664 root bin 4508 53030 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/EncryptionException-xref.html 0664 root bin 1668 11111 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/EncryptionException.html 0664 root bin 2228 55954 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/KeyException-xref.html 0664 root bin 1234 38522 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/KeyException.html 0664 root bin 2119 46092 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/KeyUsage.html 0664 root bin 4875 5194 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/NoPasswordException-xref.html 0664 root bin 1262 41494 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/NoPasswordException.html 0664 root bin 2147 49064 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/Policy-xref.html 0664 root bin 1245 39295 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/Policy.html 0664 root bin 2375 3694 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/RuntimePermission-xref.html 0664 root bin 1312 45506 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/RuntimePermission.html 0664 root bin 2814 39488 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/SecurityInfrastructureException-xref.html 0664 root bin 1771 21418 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/SecurityInfrastructureException.html 0664 root bin 2195 54348 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/SignatureException-xref.html 0664 root bin 1662 10385 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/SignatureException.html 0664 root bin 2224 55470 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAccessControlContext-xref.html 0664 root bin 2223 59274 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAccessControlContext.html 0664 root bin 4828 23589 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAccessController-xref.html 0664 root bin 1719 15509 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAccessController.html 0664 root bin 10128 29382 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAction-xref.html 0664 root bin 1836 25189 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XAction.html 0664 root bin 3174 1675 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificate-xref.html 0664 root bin 4415 62999 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificate.html 0664 root bin 13117 63944 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificateContainer-xref.html 0664 root bin 1743 17909 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificateContainer.html 0664 root bin 4677 1011 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificateExtension-xref.html 0664 root bin 1772 20155 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XCertificateExtension.html 0664 root bin 4704 2755 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XDocumentDigitalSignatures-xref.html 0664 root bin 1741 17873 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XDocumentDigitalSignatures.html 0664 root bin 20060 24777 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XPolicy-xref.html 0664 root bin 1659 9329 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/XPolicy.html 0664 root bin 4836 15784 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/security/module-ix.html 0664 root bin 8893 62444 1224152227
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ActionType-xref.html 0664 root bin 1557 64644 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ActionType.html 0664 root bin 7788 41296 1224152227
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/BaseAction-xref.html 0664 root bin 2278 64870 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/BaseAction.html 0664 root bin 3327 14439 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/CopyFileAction-xref.html 0664 root bin 1300 43890 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/CopyFileAction.html 0664 root bin 5256 49053 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteDirAction-xref.html 0664 root bin 1304 44238 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteDirAction.html 0664 root bin 2782 35413 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFileAction-xref.html 0664 root bin 1308 44626 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFileAction.html 0664 root bin 4838 12838 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFolderAction-xref.html 0664 root bin 1316 45506 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFolderAction.html 0664 root bin 2809 38266 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFolderItemAction-xref.html 0664 root bin 1332 47102 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DeleteFolderItemAction.html 0664 root bin 3213 7314 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DownloadAction-xref.html 0664 root bin 1300 44006 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/DownloadAction.html 0664 root bin 3500 28973 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/FontAction-xref.html 0664 root bin 1284 42338 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/FontAction.html 0664 root bin 3544 34250 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallEnvironment-xref.html 0664 root bin 1644 8212 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallEnvironment.html 0664 root bin 12127 44308 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallResponse-xref.html 0664 root bin 1632 6908 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallResponse.html 0664 root bin 3987 6350 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallType-xref.html 0664 root bin 1599 3792 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/InstallType.html 0664 root bin 5054 18865 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeDirAction-xref.html 0664 root bin 1296 43386 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeDirAction.html 0664 root bin 3140 65187 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeFolderAction-xref.html 0664 root bin 1308 44654 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeFolderAction.html 0664 root bin 3190 4719 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeFolderItemAction-xref.html 0664 root bin 1324 46250 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeFolderItemAction.html 0664 root bin 4474 50948 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeShortcutAction-xref.html 0664 root bin 1316 45678 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MakeShortcutAction.html 0664 root bin 3963 5644 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MirrorEntry-xref.html 0664 root bin 1288 42946 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/MirrorEntry.html 0664 root bin 3348 18020 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ModuleInfo-xref.html 0664 root bin 1588 2223 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ModuleInfo.html 0664 root bin 6472 19548 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ModuleState-xref.html 0664 root bin 1288 42794 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ModuleState.html 0664 root bin 3336 16045 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/OSType-xref.html 0664 root bin 1682 10666 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/OSType.html 0664 root bin 6117 40556 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ProductRegistration-xref.html 0664 root bin 1297 44847 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ProductRegistration.html 0664 root bin 4864 28310 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ProfileItemAction-xref.html 0664 root bin 1312 45190 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ProfileItemAction.html 0664 root bin 4298 32566 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ResponseErrorCode-xref.html 0664 root bin 1610 4738 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/ResponseErrorCode.html 0664 root bin 2936 45462 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/Setup-xref.html 0664 root bin 1241 38915 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/Setup.html 0664 root bin 2606 22774 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/SizeInfo-xref.html 0664 root bin 1596 3047 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/SizeInfo.html 0664 root bin 3830 58462 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/UnzipAction-xref.html 0664 root bin 1288 42846 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/UnzipAction.html 0664 root bin 6013 47401 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/UpdateType-xref.html 0664 root bin 1569 474 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/UpdateType.html 0664 root bin 3592 32304 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/VersionIdentifier-xref.html 0664 root bin 3360 28825 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/VersionIdentifier.html 0664 root bin 4589 58149 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/WindowsRegistryAction-xref.html 0664 root bin 1328 47126 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/WindowsRegistryAction.html 0664 root bin 5037 28592 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/XSetup-xref.html 0664 root bin 1653 8759 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/XSetup.html 0664 root bin 14380 47495 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/setup/module-ix.html 0664 root bin 6674 39525 1224152227
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCell-xref.html 0664 root bin 1277 42359 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCell.html 0664 root bin 5077 40274 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvCell-xref.html 0664 root bin 1289 43559 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvCell.html 0664 root bin 3177 8749 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvRuler-xref.html 0664 root bin 1293 44111 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvRuler.html 0664 root bin 3177 9134 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvTable-xref.html 0664 root bin 1293 43975 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleCsvTable.html 0664 root bin 3570 43752 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView-xref.html 0664 root bin 1361 50791 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.html 0664 root bin 5993 57620 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheet-xref.html 0664 root bin 1305 45399 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheet.html 0664 root bin 6451 31638 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheetDocumentView-xref.html 0664 root bin 1353 50367 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.html 0664 root bin 7939 40703 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheetPageView-xref.html 0664 root bin 1337 48567 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AccessibleSpreadsheetPageView.html 0664 root bin 8061 45351 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ActivationEvent-xref.html 0664 root bin 1688 12635 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ActivationEvent.html 0664 root bin 3012 56111 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AddIn-xref.html 0664 root bin 1882 30296 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AddIn.html 0664 root bin 6804 64378 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/AddressConvention.html 0664 root bin 4692 59447 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Border-xref.html 0664 root bin 1937 32217 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Border.html 0664 root bin 3878 57432 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotation-xref.html 0664 root bin 1770 20775 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotation.html 0664 root bin 3585 44310 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotationShape-xref.html 0664 root bin 1297 44527 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotationShape.html 0664 root bin 2450 10545 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotations-xref.html 0664 root bin 1653 9904 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotations.html 0664 root bin 2729 34658 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotationsEnumeration-xref.html 0664 root bin 1697 14540 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAnnotationsEnumeration.html 0664 root bin 2519 17463 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLink-xref.html 0664 root bin 1639 7915 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLink.html 0664 root bin 6520 29129 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLinks-xref.html 0664 root bin 1273 41895 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLinks.html 0664 root bin 3055 61848 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLinksEnumeration-xref.html 0664 root bin 1317 46531 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellAreaLinksEnumeration.html 0664 root bin 2479 12950 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellDeleteMode-xref.html 0664 root bin 1991 37507 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellDeleteMode.html 0664 root bin 4590 52663 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellFlags.html 0664 root bin 7539 37149 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellFormatRanges-xref.html 0664 root bin 2101 51690 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellFormatRanges.html 0664 root bin 3449 33630 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellFormatRangesEnumeration-xref.html 0664 root bin 1329 47871 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellFormatRangesEnumeration.html 0664 root bin 2504 15742 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellInsertMode-xref.html 0664 root bin 2111 48396 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellInsertMode.html 0664 root bin 4620 55810 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Cells-xref.html 0664 root bin 2110 52766 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Cells.html 0664 root bin 2982 59111 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellsEnumeration-xref.html 0664 root bin 1285 43431 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/CellsEnumeration.html 0664 root bin 2433 8707 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ComplexReference-xref.html 0664 root bin 1308 44842 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ComplexReference.html 0664 root bin 3353 17714 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ConditionOperator-xref.html 0664 root bin 2445 12507 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ConditionOperator.html 0664 root bin 7682 48517 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ConsolidationDescriptor-xref.html 0664 root bin 1737 18298 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ConsolidationDescriptor.html 0664 root bin 2422 9320 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELink-xref.html 0664 root bin 1721 14951 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELink.html 0664 root bin 3534 35797 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinkMode-xref.html 0664 root bin 1572 65189 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinkMode.html 0664 root bin 3726 46757 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinks-xref.html 0664 root bin 1253 39671 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinks.html 0664 root bin 3441 26849 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinksEnumeration-xref.html 0664 root bin 1297 44307 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DDELinksEnumeration.html 0664 root bin 2442 8866 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataImportMode-xref.html 0664 root bin 1625 6151 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataImportMode.html 0664 root bin 3962 65186 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotDescriptor-xref.html 0664 root bin 1832 26645 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotDescriptor.html 0664 root bin 7451 46093 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotField-xref.html 0664 root bin 1812 24361 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotField.html 0664 root bin 15496 16491 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldAutoShowInfo-xref.html 0664 root bin 1674 10599 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldAutoShowInfo.html 0664 root bin 4708 4658 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldFilter-xref.html 0664 root bin 1324 46270 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldFilter.html 0664 root bin 3025 56559 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroup-xref.html 0664 root bin 1297 44427 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroup.html 0664 root bin 3447 31450 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroupBy.html 0664 root bin 4714 60252 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroupInfo-xref.html 0664 root bin 2019 40092 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroupInfo.html 0664 root bin 7406 37240 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroupItem-xref.html 0664 root bin 1313 46023 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroupItem.html 0664 root bin 2462 11518 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroups-xref.html 0664 root bin 1301 44887 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldGroups.html 0664 root bin 3137 4642 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldLayoutInfo-xref.html 0664 root bin 1662 9471 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldLayoutInfo.html 0664 root bin 3615 42966 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldLayoutMode.html 0664 root bin 5313 56437 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldOrientation-xref.html 0664 root bin 2451 15398 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldOrientation.html 0664 root bin 4874 11058 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldReference-xref.html 0664 root bin 1656 8733 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldReference.html 0664 root bin 5186 49482 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldReferenceItemType.html 0664 root bin 3758 49551 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldReferenceType.html 0664 root bin 12049 40593 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldShowItemsMode.html 0664 root bin 3386 19701 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldSortInfo-xref.html 0664 root bin 1650 8187 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldSortInfo.html 0664 root bin 3851 59809 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldSortMode.html 0664 root bin 4456 41889 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFields-xref.html 0664 root bin 1681 12161 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFields.html 0664 root bin 3281 16620 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldsEnumeration-xref.html 0664 root bin 1325 47423 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotFieldsEnumeration.html 0664 root bin 2493 14511 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItem-xref.html 0664 root bin 1273 41987 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItem.html 0664 root bin 5009 29412 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItems-xref.html 0664 root bin 1277 42447 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItems.html 0664 root bin 3163 5410 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItemsEnumeration-xref.html 0664 root bin 1321 47083 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotItemsEnumeration.html 0664 root bin 2646 26737 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotOutputRangeType.html 0664 root bin 4577 59120 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSource-xref.html 0664 root bin 2057 47269 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSource.html 0664 root bin 7170 20340 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceDimension-xref.html 0664 root bin 1812 24951 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceDimension.html 0664 root bin 9098 59277 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceDimensions-xref.html 0664 root bin 1943 37295 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceDimensions.html 0664 root bin 2819 43948 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceHierarchies-xref.html 0664 root bin 1699 14480 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceHierarchies.html 0664 root bin 2584 22838 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceHierarchy-xref.html 0664 root bin 1679 12531 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceHierarchy.html 0664 root bin 2773 39188 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceLevel-xref.html 0664 root bin 1764 20128 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceLevel.html 0664 root bin 5322 62645 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceLevels-xref.html 0664 root bin 1679 12448 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceLevels.html 0664 root bin 2558 20267 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceMember-xref.html 0664 root bin 1771 20800 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceMember.html 0664 root bin 5643 22852 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceMembers-xref.html 0664 root bin 1683 12832 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotSourceMembers.html 0664 root bin 2551 19478 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTable-xref.html 0664 root bin 1671 11236 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTable.html 0664 root bin 2498 14616 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTableHeaderData-xref.html 0664 root bin 1340 47682 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTableHeaderData.html 0664 root bin 5465 3373 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTablePositionData-xref.html 0664 root bin 1686 11766 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTablePositionData.html 0664 root bin 5543 20631 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTablePositionType.html 0664 root bin 5476 136 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTableResultData-xref.html 0664 root bin 1340 47898 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTableResultData.html 0664 root bin 5278 55394 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTables-xref.html 0664 root bin 1941 36401 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTables.html 0664 root bin 3276 17356 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTablesEnumeration-xref.html 0664 root bin 1325 47439 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataPilotTablesEnumeration.html 0664 root bin 2493 14539 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataResult-xref.html 0664 root bin 1994 37936 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataResult.html 0664 root bin 3287 12802 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DataResultFlags.html 0664 root bin 3640 39300 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseImportDescriptor-xref.html 0664 root bin 1437 57920 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseImportDescriptor.html 0664 root bin 6242 10070 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRange-xref.html 0664 root bin 1767 20156 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRange.html 0664 root bin 11613 12076 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRanges-xref.html 0664 root bin 1401 54017 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRanges.html 0664 root bin 3403 28746 1224152228
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRangesEnumeration-xref.html 0664 root bin 1321 47023 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DatabaseRangesEnumeration.html 0664 root bin 2484 13683 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DocumentSettings-xref.html 0664 root bin 1285 43519 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/DocumentSettings.html 0664 root bin 13860 5319 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillDateMode-xref.html 0664 root bin 1944 32833 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillDateMode.html 0664 root bin 4485 42759 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillDirection-xref.html 0664 root bin 2047 42078 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillDirection.html 0664 root bin 4193 21236 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillMode-xref.html 0664 root bin 1928 31305 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FillMode.html 0664 root bin 4982 18851 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FilterConnection-xref.html 0664 root bin 1609 4474 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FilterConnection.html 0664 root bin 3080 59593 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FilterOperator-xref.html 0664 root bin 1597 3298 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FilterOperator.html 0664 root bin 8424 43115 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaLanguage.html 0664 root bin 4793 6773 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaMapGroup.html 0664 root bin 6203 55459 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaMapGroupSpecialOffset.html 0664 root bin 7730 43787 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaOpCodeMapEntry-xref.html 0664 root bin 1328 46734 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaOpCodeMapEntry.html 0664 root bin 3360 18359 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaOpCodeMapper.html 0664 root bin 1711 11965 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaParser-xref.html 0664 root bin 1273 42187 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaParser.html 0664 root bin 7146 23426 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaResult.html 0664 root bin 3486 27399 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaToken-xref.html 0664 root bin 1625 5911 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FormulaToken.html 0664 root bin 3510 30129 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionAccess-xref.html 0664 root bin 2067 49227 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionAccess.html 0664 root bin 3243 17019 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionArgument-xref.html 0664 root bin 1740 17767 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionArgument.html 0664 root bin 3755 53786 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionCategory.html 0664 root bin 7934 2748 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescription-xref.html 0664 root bin 1879 31863 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescription.html 0664 root bin 5944 50797 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescriptionEnumeration-xref.html 0664 root bin 1341 49411 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescriptionEnumeration.html 0664 root bin 2523 18194 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescriptions-xref.html 0664 root bin 2080 50812 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/FunctionDescriptions.html 0664 root bin 3948 14891 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GeneralFunction-xref.html 0664 root bin 3356 28818 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GeneralFunction.html 0664 root bin 8610 59028 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GlobalSheetSettings-xref.html 0664 root bin 1939 36608 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GlobalSheetSettings.html 0664 root bin 14986 38842 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GoalResult-xref.html 0664 root bin 1587 1951 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/GoalResult.html 0664 root bin 3137 578 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/HeaderFooterContent-xref.html 0664 root bin 1722 16335 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/HeaderFooterContent.html 0664 root bin 2399 6285 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRange-xref.html 0664 root bin 1625 6672 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRange.html 0664 root bin 2471 12264 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRanges-xref.html 0664 root bin 1746 18001 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRanges.html 0664 root bin 3413 28714 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRangesEnumeration-xref.html 0664 root bin 1309 45787 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LabelRangesEnumeration.html 0664 root bin 2463 11520 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LocalizedName-xref.html 0664 root bin 1296 43502 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/LocalizedName.html 0664 root bin 3260 9186 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/MemberResult-xref.html 0664 root bin 1644 8158 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/MemberResult.html 0664 root bin 3756 51575 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/MemberResultFlags.html 0664 root bin 3643 40461 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/MoveDirection.html 0664 root bin 4186 21677 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRange-xref.html 0664 root bin 1625 6702 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRange.html 0664 root bin 5513 12138 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRangeFlag.html 0664 root bin 4252 23565 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRanges-xref.html 0664 root bin 1265 41171 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRanges.html 0664 root bin 3542 38418 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRangesEnumeration-xref.html 0664 root bin 1309 45807 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/NamedRangesEnumeration.html 0664 root bin 2463 11555 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/PasteOperation-xref.html 0664 root bin 1607 4335 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/PasteOperation.html 0664 root bin 4547 48468 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RangeSelectionArguments-xref.html 0664 root bin 1803 24174 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RangeSelectionArguments.html 0664 root bin 5357 64126 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RangeSelectionEvent-xref.html 0664 root bin 2335 4595 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RangeSelectionEvent.html 0664 root bin 3163 5662 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RecentFunctions-xref.html 0664 root bin 2056 48166 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/RecentFunctions.html 0664 root bin 2705 35551 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ReferenceFlags.html 0664 root bin 6476 7816 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ResultEvent-xref.html 0664 root bin 1985 37474 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ResultEvent.html 0664 root bin 3104 63308 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Scenario-xref.html 0664 root bin 1546 65052 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Scenario.html 0664 root bin 8655 10562 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Scenarios-xref.html 0664 root bin 1663 10609 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Scenarios.html 0664 root bin 2879 46917 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ScenariosEnumeration-xref.html 0664 root bin 1707 15245 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ScenariosEnumeration.html 0664 root bin 2453 10969 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Shape-xref.html 0664 root bin 1241 38787 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Shape.html 0664 root bin 5954 49502 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCell-xref.html 0664 root bin 2508 23798 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCell.html 0664 root bin 16909 13891 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellCursor-xref.html 0664 root bin 2003 42463 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellCursor.html 0664 root bin 3414 28207 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRange-xref.html 0664 root bin 3232 23506 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRange.html 0664 root bin 18095 53592 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRanges-xref.html 0664 root bin 2919 62727 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRanges.html 0664 root bin 12519 33634 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRangesEnumeration-xref.html 0664 root bin 1325 47423 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetCellRangesEnumeration.html 0664 root bin 2509 16082 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetFilterDescriptor-xref.html 0664 root bin 1950 37645 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetFilterDescriptor.html 0664 root bin 10414 50771 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLink-xref.html 0664 root bin 1735 17051 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLink.html 0664 root bin 5857 40745 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinkMode-xref.html 0664 root bin 2383 4893 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinkMode.html 0664 root bin 3716 45999 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinks-xref.html 0664 root bin 1739 17511 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinks.html 0664 root bin 3452 31578 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinksEnumeration-xref.html 0664 root bin 1305 45507 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetLinksEnumeration.html 0664 root bin 2456 11030 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetRangesQuery-xref.html 0664 root bin 3194 20205 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetRangesQuery.html 0664 root bin 2937 56021 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetSortDescriptor-xref.html 0664 root bin 1297 44735 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetSortDescriptor.html 0664 root bin 6637 45466 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetSortDescriptor2-xref.html 0664 root bin 1835 27049 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SheetSortDescriptor2.html 0664 root bin 8345 243 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SingleReference-xref.html 0664 root bin 1748 16948 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SingleReference.html 0664 root bin 5727 20342 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Solver.html 0664 root bin 1933 29233 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SolverConstraint-xref.html 0664 root bin 1308 45070 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SolverConstraint.html 0664 root bin 4195 24443 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SolverConstraintOperator-xref.html 0664 root bin 1637 7956 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SolverConstraintOperator.html 0664 root bin 4870 10301 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Spreadsheet-xref.html 0664 root bin 3374 38748 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Spreadsheet.html 0664 root bin 11210 46051 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDocument-xref.html 0664 root bin 2319 5754 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDocument.html 0664 root bin 12831 57069 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDocumentSettings-xref.html 0664 root bin 2089 48233 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDocumentSettings.html 0664 root bin 19949 7535 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDrawPage-xref.html 0664 root bin 1297 44491 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetDrawPage.html 0664 root bin 4057 14112 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetView-xref.html 0664 root bin 1922 34938 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetView.html 0664 root bin 6173 6688 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewPane-xref.html 0664 root bin 2513 22675 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewPane.html 0664 root bin 3207 11389 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewPanesEnumeration-xref.html 0664 root bin 1345 49667 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewPanesEnumeration.html 0664 root bin 2528 18438 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewSettings-xref.html 0664 root bin 2327 5558 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetViewSettings.html 0664 root bin 15480 13107 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Spreadsheets-xref.html 0664 root bin 2039 46470 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/Spreadsheets.html 0664 root bin 3760 61267 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetsEnumeration-xref.html 0664 root bin 1786 23178 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SpreadsheetsEnumeration.html 0664 root bin 2496 15298 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/StatusBarFunction.html 0664 root bin 5665 12582 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalColumn-xref.html 0664 root bin 1772 20277 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalColumn.html 0664 root bin 3660 47856 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalDescriptor-xref.html 0664 root bin 1765 20522 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalDescriptor.html 0664 root bin 9546 37705 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalField-xref.html 0664 root bin 1387 52638 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalField.html 0664 root bin 2816 43993 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalFieldsEnumeration-xref.html 0664 root bin 1321 47087 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/SubTotalFieldsEnumeration.html 0664 root bin 2486 13923 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormat-xref.html 0664 root bin 1780 21550 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormat.html 0664 root bin 8340 63447 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatEnumeration-xref.html 0664 root bin 1325 47491 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatEnumeration.html 0664 root bin 2512 16434 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatField-xref.html 0664 root bin 1800 23486 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatField.html 0664 root bin 33114 6181 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormats-xref.html 0664 root bin 1862 29048 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormats.html 0664 root bin 3150 5404 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatsEnumeration-xref.html 0664 root bin 1329 47951 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableAutoFormatsEnumeration.html 0664 root bin 2488 14369 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableCellStyle-xref.html 0664 root bin 1844 27610 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableCellStyle.html 0664 root bin 4456 56717 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalEntry-xref.html 0664 root bin 1683 12980 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalEntry.html 0664 root bin 2644 28418 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalEntryEnumeration-xref.html 0664 root bin 1349 50067 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalEntryEnumeration.html 0664 root bin 2529 18664 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalFormat-xref.html 0664 root bin 1811 24981 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableConditionalFormat.html 0664 root bin 4124 25080 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableFilterField-xref.html 0664 root bin 1666 10172 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableFilterField.html 0664 root bin 5956 47561 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableOperationMode-xref.html 0664 root bin 1641 7917 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableOperationMode.html 0664 root bin 3836 56667 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TablePageBreakData-xref.html 0664 root bin 1832 25354 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TablePageBreakData.html 0664 root bin 3716 51042 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TablePageStyle-xref.html 0664 root bin 1844 27589 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TablePageStyle.html 0664 root bin 16707 61832 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableValidation-xref.html 0664 root bin 1842 27525 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableValidation.html 0664 root bin 10615 61646 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/TableValidationVisibility.html 0664 root bin 3825 54508 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/UniqueCellFormatRanges-xref.html 0664 root bin 1921 35331 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/UniqueCellFormatRanges.html 0664 root bin 3532 41660 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/UniqueCellFormatRangesEnumeration-xref.html 0664 root bin 1353 50395 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/UniqueCellFormatRangesEnumeration.html 0664 root bin 2557 21107 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ValidationAlertStyle-xref.html 0664 root bin 2050 43659 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ValidationAlertStyle.html 0664 root bin 4292 29383 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ValidationType-xref.html 0664 root bin 2004 38925 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/ValidationType.html 0664 root bin 6216 58403 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/VolatileResult-xref.html 0664 root bin 1649 9608 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/VolatileResult.html 0664 root bin 2536 18604 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XActivationBroadcaster-xref.html 0664 root bin 1737 17383 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XActivationBroadcaster.html 0664 root bin 4852 25435 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XActivationEventListener-xref.html 0664 root bin 1996 41915 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XActivationEventListener.html 0664 root bin 4301 39379 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAddIn-xref.html 0664 root bin 2035 41831 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAddIn.html 0664 root bin 12895 63112 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAreaLink-xref.html 0664 root bin 2169 54168 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAreaLink.html 0664 root bin 6156 62251 1224152229
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAreaLinks-xref.html 0664 root bin 2510 17870 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XAreaLinks.html 0664 root bin 6226 4161 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XArrayFormulaRange-xref.html 0664 root bin 2508 20868 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XArrayFormulaRange.html 0664 root bin 4363 44545 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XArrayFormulaTokens-xref.html 0664 root bin 1420 55330 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XArrayFormulaTokens.html 0664 root bin 3978 8031 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCalculatable-xref.html 0664 root bin 1709 14387 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCalculatable.html 0664 root bin 5827 37380 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellAddressable-xref.html 0664 root bin 2212 58818 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellAddressable.html 0664 root bin 3739 55038 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellFormatRangesSupplier-xref.html 0664 root bin 2249 62432 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellFormatRangesSupplier.html 0664 root bin 3667 49392 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeAddressable-xref.html 0664 root bin 2326 3652 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeAddressable.html 0664 root bin 3784 59524 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeData-xref.html 0664 root bin 2789 43672 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeData.html 0664 root bin 4678 2506 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeFormula-xref.html 0664 root bin 1817 23891 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeFormula.html 0664 root bin 4818 14537 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeMovement-xref.html 0664 root bin 2258 63316 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeMovement.html 0664 root bin 7325 29371 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeReferrer-xref.html 0664 root bin 2520 21062 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangeReferrer.html 0664 root bin 3351 20938 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangesAccess-xref.html 0664 root bin 1711 14447 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangesAccess.html 0664 root bin 8400 54430 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangesQuery-xref.html 0664 root bin 3087 9250 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellRangesQuery.html 0664 root bin 10908 19876 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellSeries-xref.html 0664 root bin 2444 14297 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCellSeries.html 0664 root bin 5715 27553 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCompatibilityNames-xref.html 0664 root bin 2207 58692 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XCompatibilityNames.html 0664 root bin 4737 17318 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XConsolidatable-xref.html 0664 root bin 2287 938 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XConsolidatable.html 0664 root bin 5182 52753 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XConsolidationDescriptor-xref.html 0664 root bin 3025 2 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XConsolidationDescriptor.html 0664 root bin 12989 63418 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELink-xref.html 0664 root bin 2330 65070 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELink.html 0664 root bin 4547 52828 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELinkResults-xref.html 0664 root bin 1693 12219 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELinkResults.html 0664 root bin 4137 20317 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELinks-xref.html 0664 root bin 1671 9893 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDDELinks.html 0664 root bin 4817 9644 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotDescriptor-xref.html 0664 root bin 3057 1238 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotDescriptor.html 0664 root bin 12975 55282 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotField-xref.html 0664 root bin 2566 22884 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotField.html 0664 root bin 3228 9227 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotFieldGrouping-xref.html 0664 root bin 1739 17249 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotFieldGrouping.html 0664 root bin 5373 62955 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotMemberResults-xref.html 0664 root bin 2103 49098 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotMemberResults.html 0664 root bin 3380 24415 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotResults-xref.html 0664 root bin 2083 47027 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotResults.html 0664 root bin 3319 18004 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTable-xref.html 0664 root bin 2407 8593 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTable.html 0664 root bin 3931 3909 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTable2-xref.html 0664 root bin 1408 53614 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTable2.html 0664 root bin 9571 34011 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTables-xref.html 0664 root bin 2791 44545 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTables.html 0664 root bin 6893 62789 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTablesSupplier-xref.html 0664 root bin 2276 65341 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDataPilotTablesSupplier.html 0664 root bin 3191 7000 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDatabaseRange-xref.html 0664 root bin 2071 45411 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDatabaseRange.html 0664 root bin 8714 22679 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDatabaseRanges-xref.html 0664 root bin 2542 21305 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDatabaseRanges.html 0664 root bin 5210 47800 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDimensionsSupplier-xref.html 0664 root bin 2099 48851 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDimensionsSupplier.html 0664 root bin 3259 13508 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDocumentAuditing-xref.html 0664 root bin 1725 16143 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDocumentAuditing.html 0664 root bin 3091 64547 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier-xref.html 0664 root bin 1432 56434 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier.html 0664 root bin 4512 58311 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XEnhancedMouseClickBroadcaster-xref.html 0664 root bin 1769 20403 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XEnhancedMouseClickBroadcaster.html 0664 root bin 5004 36007 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XExternalSheetName-xref.html 0664 root bin 1713 14773 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XExternalSheetName.html 0664 root bin 4238 31171 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFillAcrossSheet-xref.html 0664 root bin 1408 53930 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFillAcrossSheet.html 0664 root bin 3133 1313 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaOpCodeMapper-xref.html 0664 root bin 1737 17039 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaOpCodeMapper.html 0664 root bin 9443 28754 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaParser-xref.html 0664 root bin 1701 13667 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaParser.html 0664 root bin 3995 9043 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaQuery-xref.html 0664 root bin 2530 22732 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaQuery.html 0664 root bin 5286 59221 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaTokens-xref.html 0664 root bin 1400 53286 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFormulaTokens.html 0664 root bin 3882 63938 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFunctionAccess-xref.html 0664 root bin 2141 52639 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFunctionAccess.html 0664 root bin 5440 2146 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFunctionDescriptions-xref.html 0664 root bin 2175 56563 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XFunctionDescriptions.html 0664 root bin 5050 37867 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XGoalSeek-xref.html 0664 root bin 1693 12651 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XGoalSeek.html 0664 root bin 3940 5164 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XHeaderFooterContent-xref.html 0664 root bin 2906 54750 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XHeaderFooterContent.html 0664 root bin 5317 55050 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XHierarchiesSupplier-xref.html 0664 root bin 2121 51031 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XHierarchiesSupplier.html 0664 root bin 3353 22070 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLabelRange-xref.html 0664 root bin 2047 42939 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLabelRange.html 0664 root bin 5826 31994 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLabelRanges-xref.html 0664 root bin 2537 20601 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLabelRanges.html 0664 root bin 5254 49728 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLevelsSupplier-xref.html 0664 root bin 2101 48985 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XLevelsSupplier.html 0664 root bin 3288 15445 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMembersSupplier-xref.html 0664 root bin 2097 48523 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMembersSupplier.html 0664 root bin 3289 15424 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMultiFormulaTokens-xref.html 0664 root bin 1420 55378 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMultiFormulaTokens.html 0664 root bin 6476 29772 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMultipleOperation-xref.html 0664 root bin 2345 5894 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XMultipleOperation.html 0664 root bin 5253 55770 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XNamedRange-xref.html 0664 root bin 2047 42979 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XNamedRange.html 0664 root bin 8111 30000 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XNamedRanges-xref.html 0664 root bin 2509 17961 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XNamedRanges.html 0664 root bin 9071 49959 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XPrintAreas-xref.html 0664 root bin 2425 13714 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XPrintAreas.html 0664 root bin 12999 3259 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelection-xref.html 0664 root bin 2849 49487 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelection.html 0664 root bin 8034 36108 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelectionChangeListener-xref.html 0664 root bin 2484 18936 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelectionChangeListener.html 0664 root bin 4295 38748 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelectionListener-xref.html 0664 root bin 2316 3072 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRangeSelectionListener.html 0664 root bin 4575 58677 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRecentFunctions-xref.html 0664 root bin 2137 52365 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XRecentFunctions.html 0664 root bin 5107 43080 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XResultListener-xref.html 0664 root bin 2254 62833 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XResultListener.html 0664 root bin 3780 56539 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenario-xref.html 0664 root bin 2124 50292 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenario.html 0664 root bin 6058 51882 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenarioEnhanced-xref.html 0664 root bin 1750 17847 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenarioEnhanced.html 0664 root bin 3371 20219 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenarios-xref.html 0664 root bin 2558 23181 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenarios.html 0664 root bin 5712 25892 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenariosSupplier-xref.html 0664 root bin 2286 805 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XScenariosSupplier.html 0664 root bin 3019 57429 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotation-xref.html 0664 root bin 2556 23271 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotation.html 0664 root bin 6442 24078 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationAnchor-xref.html 0664 root bin 2381 9439 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationAnchor.html 0664 root bin 3463 32434 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationShapeSupplier-xref.html 0664 root bin 1763 20075 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationShapeSupplier.html 0664 root bin 3223 10830 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotations-xref.html 0664 root bin 2452 13952 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotations.html 0664 root bin 5434 1988 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationsSupplier-xref.html 0664 root bin 2280 584 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAnnotationsSupplier.html 0664 root bin 3097 65531 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAuditing-xref.html 0664 root bin 2336 5030 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetAuditing.html 0664 root bin 9230 65148 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellCursor-xref.html 0664 root bin 2804 45462 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellCursor.html 0664 root bin 8859 37683 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRange-xref.html 0664 root bin 3329 25748 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRange.html 0664 root bin 4378 43635 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRangeContainer-xref.html 0664 root bin 2460 17049 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRangeContainer.html 0664 root bin 9191 516 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRanges-xref.html 0664 root bin 4313 52043 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCellRanges.html 0664 root bin 6044 53754 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCondition-xref.html 0664 root bin 2345 5919 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetCondition.html 0664 root bin 9534 26012 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetConditionalEntries-xref.html 0664 root bin 3223 18697 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetConditionalEntries.html 0664 root bin 6801 55813 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetConditionalEntry-xref.html 0664 root bin 2127 51685 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetConditionalEntry.html 0664 root bin 3965 7876 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterDescriptor-xref.html 0664 root bin 3225 17134 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterDescriptor.html 0664 root bin 3947 6415 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterable-xref.html 0664 root bin 3146 9593 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterable.html 0664 root bin 4674 6047 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterableEx-xref.html 0664 root bin 2466 16677 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetFilterableEx.html 0664 root bin 4468 55712 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetLinkable-xref.html 0664 root bin 2175 55276 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetLinkable.html 0664 root bin 9638 29215 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetOperation-xref.html 0664 root bin 2805 48326 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetOperation.html 0664 root bin 4886 22480 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetOutline-xref.html 0664 root bin 2344 5860 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetOutline.html 0664 root bin 9799 45806 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetPageBreak-xref.html 0664 root bin 2384 9211 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetPageBreak.html 0664 root bin 5985 50704 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetPastable-xref.html 0664 root bin 1400 53138 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSheetPastable.html 0664 root bin 6006 49318 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSolver-xref.html 0664 root bin 1659 9395 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSolver.html 0664 root bin 8238 44978 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSolverDescription-xref.html 0664 root bin 1416 55034 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSolverDescription.html 0664 root bin 5218 52528 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheet-xref.html 0664 root bin 4380 55129 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheet.html 0664 root bin 4797 12305 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheetDocument-xref.html 0664 root bin 2686 38186 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheetDocument.html 0664 root bin 3145 3042 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheetView-xref.html 0664 root bin 2280 174 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheetView.html 0664 root bin 3836 61508 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheets-xref.html 0664 root bin 2971 61323 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSpreadsheets.html 0664 root bin 6718 43713 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalCalculatable-xref.html 0664 root bin 2478 18024 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalCalculatable.html 0664 root bin 5723 31922 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalDescriptor-xref.html 0664 root bin 2949 57368 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalDescriptor.html 0664 root bin 4197 27547 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalField-xref.html 0664 root bin 2059 44508 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XSubTotalField.html 0664 root bin 5578 16042 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XUniqueCellFormatRangesSupplier-xref.html 0664 root bin 2273 64956 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XUniqueCellFormatRangesSupplier.html 0664 root bin 3978 13472 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XUsedAreaCursor-xref.html 0664 root bin 2219 59225 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XUsedAreaCursor.html 0664 root bin 4768 11593 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewFreezable-xref.html 0664 root bin 2143 52905 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewFreezable.html 0664 root bin 4290 35092 1224152230
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewPane-xref.html 0664 root bin 2108 48839 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewPane.html 0664 root bin 6270 8415 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewPanesSupplier-xref.html 0664 root bin 1416 54934 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewPanesSupplier.html 0664 root bin 3201 6476 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewSplitable-xref.html 0664 root bin 2143 52969 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XViewSplitable.html 0664 root bin 7281 27270 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XVolatileResult-xref.html 0664 root bin 2200 58212 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/XVolatileResult.html 0664 root bin 4389 47311 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/_NamedRange.html 0664 root bin 4403 35314 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sheet/module-ix.html 0664 root bin 59291 29879 1224152228
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/SmartTagAction.html 0664 root bin 2193 52525 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/SmartTagRecognizer.html 0664 root bin 2251 58244 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/SmartTagRecognizerMode-xref.html 0664 root bin 1644 8177 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/SmartTagRecognizerMode.html 0664 root bin 4358 34258 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/XSmartTagAction-xref.html 0664 root bin 1707 14039 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/XSmartTagAction.html 0664 root bin 24603 3953 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/XSmartTagRecognizer-xref.html 0664 root bin 1731 16691 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/XSmartTagRecognizer.html 0664 root bin 15396 3105 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/smarttags/module-ix.html 0664 root bin 3172 7862 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/BreakType-xref.html 0664 root bin 2348 3877 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/BreakType.html 0664 root bin 6891 44342 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CaseMap.html 0664 root bin 4754 731 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CellStyle-xref.html 0664 root bin 1628 6535 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CellStyle.html 0664 root bin 2358 1584 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterProperties-xref.html 0664 root bin 11099 60746 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterProperties.html 0664 root bin 42281 22664 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterPropertiesAsian-xref.html 0664 root bin 9418 40878 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterPropertiesAsian.html 0664 root bin 8872 39618 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterPropertiesComplex-xref.html 0664 root bin 9077 9756 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterPropertiesComplex.html 0664 root bin 8970 51182 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterStyle-xref.html 0664 root bin 1277 42551 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/CharacterStyle.html 0664 root bin 7442 52285 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/DropCapFormat-xref.html 0664 root bin 1983 36981 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/DropCapFormat.html 0664 root bin 3712 48475 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/GraphicLocation-xref.html 0664 root bin 4295 47875 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/GraphicLocation.html 0664 root bin 8578 53651 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/HorizontalAlignment-xref.html 0664 root bin 1625 6432 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/HorizontalAlignment.html 0664 root bin 3819 58806 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/LineNumberPosition.html 0664 root bin 4254 26825 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/LineSpacing-xref.html 0664 root bin 2136 51241 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/LineSpacing.html 0664 root bin 3278 12140 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/LineSpacingMode.html 0664 root bin 4319 33867 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingAlignment-xref.html 0664 root bin 1724 15965 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingAlignment.html 0664 root bin 4838 22285 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingLevel-xref.html 0664 root bin 1708 14273 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingLevel.html 0664 root bin 7634 59406 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingRule-xref.html 0664 root bin 1653 9309 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingRule.html 0664 root bin 2678 30016 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/NumberingType.html 0664 root bin 31815 23518 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageProperties-xref.html 0664 root bin 2145 52055 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageProperties.html 0664 root bin 71112 2933 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageStyle-xref.html 0664 root bin 2235 60552 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageStyle.html 0664 root bin 2684 30012 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageStyleLayout-xref.html 0664 root bin 1955 34360 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/PageStyleLayout.html 0664 root bin 4164 17781 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphAdjust-xref.html 0664 root bin 1614 5143 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphAdjust.html 0664 root bin 4528 47417 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphProperties-xref.html 0664 root bin 9843 16766 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphProperties.html 0664 root bin 45142 5148 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphPropertiesAsian-xref.html 0664 root bin 7669 17362 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphPropertiesAsian.html 0664 root bin 4295 41475 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphPropertiesComplex-xref.html 0664 root bin 6984 21742 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphPropertiesComplex.html 0664 root bin 3125 4109 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphStyle-xref.html 0664 root bin 1277 42587 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphStyle.html 0664 root bin 12238 7790 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/ParagraphStyleCategory.html 0664 root bin 5345 53023 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/Style-xref.html 0664 root bin 2694 34794 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/Style.html 0664 root bin 10032 7337 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/StyleFamilies-xref.html 0664 root bin 1792 22721 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/StyleFamilies.html 0664 root bin 4082 21567 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/StyleFamily-xref.html 0664 root bin 1784 21921 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/StyleFamily.html 0664 root bin 4143 27578 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/TabAlign-xref.html 0664 root bin 1548 63592 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/TabAlign.html 0664 root bin 5153 37965 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/TabStop-xref.html 0664 root bin 1773 19860 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/TabStop.html 0664 root bin 4569 58266 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/VerticalAlignment-xref.html 0664 root bin 2819 47805 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/VerticalAlignment.html 0664 root bin 3830 59167 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyle-xref.html 0664 root bin 1714 14248 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyle.html 0664 root bin 4417 46933 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyleFamily-xref.html 0664 root bin 1408 54062 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyleFamily.html 0664 root bin 4097 19087 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyles-xref.html 0664 root bin 1731 16145 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStyles.html 0664 root bin 3458 29895 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStylesSupplier-xref.html 0664 root bin 1420 55490 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XAutoStylesSupplier.html 0664 root bin 3348 21393 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XDefaultsSupplier-xref.html 0664 root bin 1786 21108 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XDefaultsSupplier.html 0664 root bin 3152 4259 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyle-xref.html 0664 root bin 4106 24681 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyle.html 0664 root bin 6229 1966 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleCondition-xref.html 0664 root bin 1404 53726 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleCondition.html 0664 root bin 4187 27260 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleFamiliesSupplier-xref.html 0664 root bin 4970 43977 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleFamiliesSupplier.html 0664 root bin 3676 52793 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleLoader-xref.html 0664 root bin 1782 20844 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleLoader.html 0664 root bin 5175 47437 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleSupplier-xref.html 0664 root bin 1400 53394 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/XStyleSupplier.html 0664 root bin 4019 11272 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/style/module-ix.html 0664 root bin 10974 47491 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg/XSVGPrinter-xref.html 0664 root bin 1388 51790 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg/XSVGPrinter.html 0664 root bin 4504 48643 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg/XSVGWriter-xref.html 0664 root bin 1384 51378 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg/XSVGWriter.html 0664 root bin 3098 62026 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/svg/module-ix.html 0664 root bin 2237 56445 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/FilterData-xref.html 0664 root bin 1905 29247 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/FilterData.html 0664 root bin 1538 61567 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncAction.html 0664 root bin 5225 34141 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncCollector-xref.html 0664 root bin 1273 42191 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncCollector.html 0664 root bin 2277 59973 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncElement-xref.html 0664 root bin 2042 44833 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncElement.html 0664 root bin 4715 1889 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncEvent.html 0664 root bin 3745 46286 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncInfo-xref.html 0664 root bin 1612 4701 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncInfo.html 0664 root bin 4241 27462 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncMode.html 0664 root bin 3475 24170 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncOptions.html 0664 root bin 4673 55479 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncScheme-xref.html 0664 root bin 2040 41358 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncScheme.html 0664 root bin 3122 64343 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/SyncType.html 0664 root bin 4792 348 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/Synchronizer-xref.html 0664 root bin 1269 41975 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/Synchronizer.html 0664 root bin 2272 59703 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/XSyncCollector-xref.html 0664 root bin 2157 53719 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/XSyncCollector.html 0664 root bin 9402 11234 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/XSynchronizer-xref.html 0664 root bin 1695 13349 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/XSynchronizer.html 0664 root bin 5398 62501 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync/module-ix.html 0664 root bin 4708 4984 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync2 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync2/BadPartnershipException-xref.html 0664 root bin 1278 43058 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync2/BadPartnershipException.html 0664 root bin 3239 10854 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/sync2/module-ix.html 0664 root bin 2233 57813 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/ProxySettings-xref.html 0664 root bin 1651 9841 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/ProxySettings.html 0664 root bin 3152 5060 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SOffice52ProxySettings-xref.html 0664 root bin 1309 45475 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SOffice52ProxySettings.html 0664 root bin 2635 26078 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SimpleCommandMail-xref.html 0664 root bin 1289 43631 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SimpleCommandMail.html 0664 root bin 3125 4425 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SimpleMailClientFlags.html 0664 root bin 5343 63036 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SimpleSystemMail-xref.html 0664 root bin 1285 43399 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SimpleSystemMail.html 0664 root bin 3109 3120 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemProxySettings-xref.html 0664 root bin 1297 44959 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemProxySettings.html 0664 root bin 2585 22819 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemShellExecute-xref.html 0664 root bin 1293 44287 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemShellExecute.html 0664 root bin 3037 62000 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemShellExecuteException-xref.html 0664 root bin 1623 7418 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemShellExecuteException.html 0664 root bin 3385 25016 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/SystemShellExecuteFlags.html 0664 root bin 3569 38528 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XProxySettings-xref.html 0664 root bin 1833 26161 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XProxySettings.html 0664 root bin 11834 21320 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailClient-xref.html 0664 root bin 1789 21668 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailClient.html 0664 root bin 5812 38995 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailClientSupplier-xref.html 0664 root bin 1810 24051 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailClientSupplier.html 0664 root bin 3555 40088 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailMessage-xref.html 0664 root bin 2130 50518 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSimpleMailMessage.html 0664 root bin 13739 52811 1224152231
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSystemShellExecute-xref.html 0664 root bin 1731 16817 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/XSystemShellExecute.html 0664 root bin 4625 2466 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/system/module-ix.html 0664 root bin 6367 32055 1224152231
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/AccessibleCellView-xref.html 0664 root bin 1293 44003 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/AccessibleCellView.html 0664 root bin 6672 51964 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/AccessibleTableView-xref.html 0664 root bin 1297 44419 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/AccessibleTableView.html 0664 root bin 7072 22785 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/BorderLine-xref.html 0664 root bin 8125 60454 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/BorderLine.html 0664 root bin 4701 206 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/Cell-xref.html 0664 root bin 2425 12766 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/Cell.html 0664 root bin 2909 48483 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellAddress-xref.html 0664 root bin 10470 1385 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellAddress.html 0664 root bin 3668 44221 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellContentType-xref.html 0664 root bin 1982 36581 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellContentType.html 0664 root bin 3894 58955 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellCursor-xref.html 0664 root bin 2320 3371 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellCursor.html 0664 root bin 2378 4152 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellHoriJustify-xref.html 0664 root bin 1812 22575 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellHoriJustify.html 0664 root bin 5096 28677 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellOrientation-xref.html 0664 root bin 1812 22671 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellOrientation.html 0664 root bin 4208 22551 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellProperties-xref.html 0664 root bin 3038 64582 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellProperties.html 0664 root bin 19543 31859 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRange-xref.html 0664 root bin 2659 32748 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRange.html 0664 root bin 2704 31333 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRangeAddress-xref.html 0664 root bin 10818 26229 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRangeAddress.html 0664 root bin 4836 12125 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRangeListSource-xref.html 0664 root bin 1665 10881 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellRangeListSource.html 0664 root bin 6024 57814 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellValueBinding-xref.html 0664 root bin 2004 40296 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellValueBinding.html 0664 root bin 6767 56849 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellVertJustify-xref.html 0664 root bin 2583 25799 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/CellVertJustify.html 0664 root bin 4099 12124 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ListPositionCellBinding-xref.html 0664 root bin 1313 46191 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ListPositionCellBinding.html 0664 root bin 2738 35515 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ShadowFormat-xref.html 0664 root bin 3688 58506 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ShadowFormat.html 0664 root bin 4290 32483 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ShadowLocation-xref.html 0664 root bin 1585 2119 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/ShadowLocation.html 0664 root bin 4660 57969 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableBorder-xref.html 0664 root bin 2530 19926 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableBorder.html 0664 root bin 11737 17339 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableBorderDistances-xref.html 0664 root bin 1324 46366 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableBorderDistances.html 0664 root bin 7929 24463 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableChart-xref.html 0664 root bin 1661 10169 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableChart.html 0664 root bin 3011 58511 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableCharts-xref.html 0664 root bin 1665 10629 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableCharts.html 0664 root bin 2954 53183 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableChartsEnumeration-xref.html 0664 root bin 1309 45839 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableChartsEnumeration.html 0664 root bin 2459 11272 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumn-xref.html 0664 root bin 2535 26872 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumn.html 0664 root bin 6199 2215 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumns-xref.html 0664 root bin 1939 36542 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumns.html 0664 root bin 3498 36700 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumnsEnumeration-xref.html 0664 root bin 1313 46335 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableColumnsEnumeration.html 0664 root bin 2466 12140 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableOrientation-xref.html 0664 root bin 2966 57200 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableOrientation.html 0664 root bin 3076 59428 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRow-xref.html 0664 root bin 2523 25632 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRow.html 0664 root bin 5798 32576 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRows-xref.html 0664 root bin 1927 35302 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRows.html 0664 root bin 2977 56655 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRowsEnumeration-xref.html 0664 root bin 1301 45095 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableRowsEnumeration.html 0664 root bin 2445 9970 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortDescriptor-xref.html 0664 root bin 1678 11917 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortDescriptor.html 0664 root bin 6689 48685 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortDescriptor2-xref.html 0664 root bin 2216 58920 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortDescriptor2.html 0664 root bin 5061 37488 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortField-xref.html 0664 root bin 1700 13364 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortField.html 0664 root bin 6379 13638 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortFieldType-xref.html 0664 root bin 1609 4268 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/TableSortFieldType.html 0664 root bin 3638 38866 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XAutoFormattable-xref.html 0664 root bin 3275 22727 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XAutoFormattable.html 0664 root bin 3911 4644 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCell-xref.html 0664 root bin 4369 52316 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCell.html 0664 root bin 7325 26772 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCellCursor-xref.html 0664 root bin 2614 26308 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCellCursor.html 0664 root bin 6995 946 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCellRange-xref.html 0664 root bin 6148 10999 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XCellRange.html 0664 root bin 7673 59330 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XColumnRowRange-xref.html 0664 root bin 3284 22102 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XColumnRowRange.html 0664 root bin 4250 31571 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XMergeableCell-xref.html 0664 root bin 1400 53006 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XMergeableCell.html 0664 root bin 5038 29108 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XMergeableCellRange-xref.html 0664 root bin 1420 54978 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XMergeableCellRange.html 0664 root bin 6260 4584 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTable-xref.html 0664 root bin 1368 49822 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTable.html 0664 root bin 8997 43577 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableChart-xref.html 0664 root bin 2083 46462 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableChart.html 0664 root bin 7317 32623 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableCharts-xref.html 0664 root bin 2427 10479 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableCharts.html 0664 root bin 5978 45706 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableChartsSupplier-xref.html 0664 root bin 2766 44169 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableChartsSupplier.html 0664 root bin 3528 37199 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableColumns-xref.html 0664 root bin 3228 17466 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableColumns.html 0664 root bin 5346 58190 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableRows-xref.html 0664 root bin 3192 13746 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/XTableRows.html 0664 root bin 5297 53220 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/table/module-ix.html 0664 root bin 11737 41351 1224152232
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/AsyncJob-xref.html 0664 root bin 2097 49789 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/AsyncJob.html 0664 root bin 3069 63851 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ClassifiedInteractionRequest-xref.html 0664 root bin 4740 23654 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ClassifiedInteractionRequest.html 0664 root bin 3023 59213 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/DocumentMacroConfirmationRequest-xref.html 0664 root bin 1314 46886 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/DocumentMacroConfirmationRequest.html 0664 root bin 5577 23811 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/DocumentPasswordRequest-xref.html 0664 root bin 1278 43270 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/DocumentPasswordRequest.html 0664 root bin 3346 19681 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ErrorCodeIOException-xref.html 0664 root bin 1266 41546 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ErrorCodeIOException.html 0664 root bin 3237 8032 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ErrorCodeRequest-xref.html 0664 root bin 1250 40146 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/ErrorCodeRequest.html 0664 root bin 2979 53057 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/InteractionClassification-xref.html 0664 root bin 1689 13076 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/InteractionClassification.html 0664 root bin 4771 8610 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/InteractionHandler-xref.html 0664 root bin 1717 15757 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/InteractionHandler.html 0664 root bin 9204 7047 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/InteractionRequestStringResolver.html 0664 root bin 1762 17739 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/Job-xref.html 0664 root bin 2077 47749 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/Job.html 0664 root bin 3052 62114 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/JobExecutor-xref.html 0664 root bin 2261 62784 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/JobExecutor.html 0664 root bin 3041 62823 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/MasterPasswordRequest-xref.html 0664 root bin 1270 42426 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/MasterPasswordRequest.html 0664 root bin 2448 10199 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/NoMasterException-xref.html 0664 root bin 1254 40570 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/NoMasterException.html 0664 root bin 3126 798 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordContainer-xref.html 0664 root bin 1289 43927 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordContainer.html 0664 root bin 3581 47166 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordRequest-xref.html 0664 root bin 1629 8038 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordRequest.html 0664 root bin 3371 22797 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordRequestMode-xref.html 0664 root bin 1713 14155 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/PasswordRequestMode.html 0664 root bin 3926 61334 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UnsupportedOverwriteRequest-xref.html 0664 root bin 1294 45182 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UnsupportedOverwriteRequest.html 0664 root bin 3425 27799 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UrlRecord-xref.html 0664 root bin 1728 15204 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UrlRecord.html 0664 root bin 2953 50002 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UserRecord-xref.html 0664 root bin 1284 42374 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/UserRecord.html 0664 root bin 3043 58669 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XAbortChannel-xref.html 0664 root bin 4190 36413 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XAbortChannel.html 0664 root bin 3290 14527 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XAsyncJob-xref.html 0664 root bin 2541 20252 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XAsyncJob.html 0664 root bin 5265 60421 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionAbort-xref.html 0664 root bin 1412 54494 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionAbort.html 0664 root bin 2489 14864 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionApprove-xref.html 0664 root bin 1420 55410 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionApprove.html 0664 root bin 2453 11551 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionContinuation-xref.html 0664 root bin 3138 13030 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionContinuation.html 0664 root bin 3377 25164 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionDisapprove-xref.html 0664 root bin 1432 56690 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionDisapprove.html 0664 root bin 2467 13054 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionHandler-xref.html 0664 root bin 7051 34827 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionHandler.html 0664 root bin 2980 53848 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionPassword-xref.html 0664 root bin 1424 55882 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionPassword.html 0664 root bin 4477 51635 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRequest-xref.html 0664 root bin 1968 39279 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRequest.html 0664 root bin 4014 12969 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRequestStringResolver-xref.html 0664 root bin 1815 25853 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRequestStringResolver.html 0664 root bin 4254 37974 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRetry-xref.html 0664 root bin 1412 54614 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XInteractionRetry.html 0664 root bin 2491 15101 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJob-xref.html 0664 root bin 3152 11540 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJob.html 0664 root bin 5272 61039 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJobExecutor-xref.html 0664 root bin 2204 57473 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJobExecutor.html 0664 root bin 3903 5275 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJobListener-xref.html 0664 root bin 2089 46444 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XJobListener.html 0664 root bin 4544 58094 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XMasterPasswordHandling-xref.html 0664 root bin 1745 18253 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XMasterPasswordHandling.html 0664 root bin 7775 14270 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XPasswordContainer-xref.html 0664 root bin 1725 16277 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XPasswordContainer.html 0664 root bin 11152 26378 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicator-xref.html 0664 root bin 2980 62002 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicator.html 0664 root bin 8203 44332 1224152232
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicatorFactory-xref.html 0664 root bin 2464 15697 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicatorFactory.html 0664 root bin 3805 61999 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicatorSupplier-xref.html 0664 root bin 1820 25107 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/XStatusIndicatorSupplier.html 0664 root bin 3576 42117 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/task/module-ix.html 0664 root bin 10458 5738 1224152232
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/TestEvent-xref.html 0664 root bin 1825 24111 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/TestEvent.html 0664 root bin 3807 58467 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/TestFactory-xref.html 0664 root bin 1265 41375 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/TestFactory.html 0664 root bin 3055 62422 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XSimpleTest-xref.html 0664 root bin 1388 52006 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XSimpleTest.html 0664 root bin 9663 40463 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XTest-xref.html 0664 root bin 1364 49534 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XTest.html 0664 root bin 12637 46682 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XTestListener-xref.html 0664 root bin 1806 22259 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/XTestListener.html 0664 root bin 6273 11556 1224152233
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestData-xref.html 0664 root bin 2371 4072 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestData.html 0664 root bin 1709 9667 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestDataElements-xref.html 0664 root bin 2671 29793 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestDataElements.html 0664 root bin 2901 45364 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestElement-xref.html 0664 root bin 1600 3417 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestElement.html 0664 root bin 3581 35661 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestEnum-xref.html 0664 root bin 2111 46335 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestEnum.html 0664 root bin 4475 38069 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestSimple-xref.html 0664 root bin 1643 6981 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/TestSimple.html 0664 root bin 6509 15444 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTest-xref.html 0664 root bin 1695 11809 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTest.html 0664 root bin 6951 3563 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTest2-xref.html 0664 root bin 1401 52507 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTest2.html 0664 root bin 20377 21767 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTestBase-xref.html 0664 root bin 1758 17199 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XBridgeTestBase.html 0664 root bin 20847 48098 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XRecursiveCall-xref.html 0664 root bin 1874 28486 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/XRecursiveCall.html 0664 root bin 3183 4088 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/bridge/module-ix.html 0664 root bin 4011 13030 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/module-ix.html 0664 root bin 3805 62302 1224152233
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/ComplexTypes-xref.html 0664 root bin 2697 36648 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/ComplexTypes.html 0664 root bin 4010 6935 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/SimpleTypes-xref.html 0664 root bin 1592 2777 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/SimpleTypes.html 0664 root bin 6155 52243 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/XPerformanceTest-xref.html 0664 root bin 1749 17221 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/XPerformanceTest.html 0664 root bin 22287 40390 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/test/performance/module-ix.html 0664 root bin 2700 31922 1224152233
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleEndnoteView-xref.html 0664 root bin 1305 45335 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleEndnoteView.html 0664 root bin 5767 41238 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleFootnoteView-xref.html 0664 root bin 1309 45851 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleFootnoteView.html 0664 root bin 5761 41258 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleHeaderFooterView-xref.html 0664 root bin 1325 47299 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleHeaderFooterView.html 0664 root bin 5834 46442 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessiblePageView-xref.html 0664 root bin 1293 43991 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessiblePageView.html 0664 root bin 8944 63349 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleParagraphView-xref.html 0664 root bin 1313 46139 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleParagraphView.html 0664 root bin 9749 2148 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextDocumentPageView-xref.html 0664 root bin 1341 48999 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextDocumentPageView.html 0664 root bin 4404 50457 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextDocumentView-xref.html 0664 root bin 1325 47475 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextDocumentView.html 0664 root bin 9315 35141 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextEmbeddedObject-xref.html 0664 root bin 1333 48015 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextEmbeddedObject.html 0664 root bin 5418 8516 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextFrameView-xref.html 0664 root bin 1313 46115 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextFrameView.html 0664 root bin 5910 52570 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextGraphicObject-xref.html 0664 root bin 1329 47711 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AccessibleTextGraphicObject.html 0664 root bin 5085 43992 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AdvancedTextDocument-xref.html 0664 root bin 1301 44967 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AdvancedTextDocument.html 0664 root bin 9255 6874 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AuthorDisplayFormat.html 0664 root bin 4216 22794 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextContainer-xref.html 0664 root bin 1737 17405 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextContainer.html 0664 root bin 2870 46774 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextEntry-xref.html 0664 root bin 1721 15801 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextEntry.html 0664 root bin 3052 61494 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextGroup-xref.html 0664 root bin 1721 15781 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/AutoTextGroup.html 0664 root bin 3304 20118 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseFrame-xref.html 0664 root bin 2792 45510 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseFrame.html 0664 root bin 6215 10373 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseFrameProperties-xref.html 0664 root bin 2382 8335 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseFrameProperties.html 0664 root bin 35183 54609 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseIndex-xref.html 0664 root bin 2413 10648 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseIndex.html 0664 root bin 20000 11973 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseIndexMark-xref.html 0664 root bin 2214 58910 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BaseIndexMark.html 0664 root bin 4219 34694 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bibliography-xref.html 0664 root bin 1657 9824 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bibliography.html 0664 root bin 4093 19081 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BibliographyDataField.html 0664 root bin 19137 12341 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/BibliographyDataType.html 0664 root bin 13582 3979 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bookmark-xref.html 0664 root bin 1359 49872 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bookmark.html 0664 root bin 3210 10066 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bookmarks-xref.html 0664 root bin 1599 4423 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Bookmarks.html 0664 root bin 2832 43224 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Cell-xref.html 0664 root bin 1237 38335 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Cell.html 0664 root bin 4764 15910 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/CellProperties-xref.html 0664 root bin 1556 529 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/CellProperties.html 0664 root bin 14864 23013 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/CellRange-xref.html 0664 root bin 1257 40307 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/CellRange.html 0664 root bin 10623 57095 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ChainedTextFrame-xref.html 0664 root bin 1631 7366 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ChainedTextFrame.html 0664 root bin 4531 57352 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ChapterFormat.html 0664 root bin 4851 10320 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ChapterNumberingRule-xref.html 0664 root bin 1763 20452 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ChapterNumberingRule.html 0664 root bin 4368 43265 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/CharacterCompressionType.html 0664 root bin 3716 47573 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ContentIndex-xref.html 0664 root bin 1657 9788 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ContentIndex.html 0664 root bin 5786 34031 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ContentIndexMark-xref.html 0664 root bin 1681 12147 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ContentIndexMark.html 0664 root bin 3958 8925 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ControlCharacter.html 0664 root bin 6377 11981 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DateDisplayFormat.html 0664 root bin 6260 51715 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DefaultNumberingProvider-xref.html 0664 root bin 1317 46747 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DefaultNumberingProvider.html 0664 root bin 2297 64300 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Defaults-xref.html 0664 root bin 1778 21228 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Defaults.html 0664 root bin 5741 34831 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DependentTextField-xref.html 0664 root bin 2611 30902 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DependentTextField.html 0664 root bin 3233 13166 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndex-xref.html 0664 root bin 1661 10188 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndex.html 0664 root bin 10479 43814 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexFormat-xref.html 0664 root bin 1297 44607 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexFormat.html 0664 root bin 6672 49218 1224152233
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexLevelFormat-xref.html 0664 root bin 1705 14672 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexLevelFormat.html 0664 root bin 4646 458 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexMark-xref.html 0664 root bin 1685 12547 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexMark.html 0664 root bin 5377 900 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexMarkAsian-xref.html 0664 root bin 1309 45687 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexMarkAsian.html 0664 root bin 4595 583 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexParagraphStyles-xref.html 0664 root bin 1333 48387 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexParagraphStyles.html 0664 root bin 2526 18995 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexes-xref.html 0664 root bin 1669 11052 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentIndexes.html 0664 root bin 3091 996 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentSettings-xref.html 0664 root bin 1285 43519 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentSettings.html 0664 root bin 12712 43745 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/DocumentStatistic.html 0664 root bin 3587 34496 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Endnote-xref.html 0664 root bin 1249 39667 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Endnote.html 0664 root bin 2314 63852 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/EndnoteSettings-xref.html 0664 root bin 1281 43063 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/EndnoteSettings.html 0664 root bin 2328 515 1224152234
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/Bibliography-xref.html 0664 root bin 1624 6361 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/Bibliography.html 0664 root bin 8934 45611 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/DDE-xref.html 0664 root bin 1588 2205 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/DDE.html 0664 root bin 6006 47437 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/Database-xref.html 0664 root bin 1608 4541 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/Database.html 0664 root bin 8151 33503 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/SetExpression-xref.html 0664 root bin 1628 6873 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/SetExpression.html 0664 root bin 5100 41205 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/User-xref.html 0664 root bin 1592 3045 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/User.html 0664 root bin 4689 2287 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FieldMaster/module-ix.html 0664 root bin 2965 54274 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FilenameDisplayFormat.html 0664 root bin 4251 26147 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FontEmphasis.html 0664 root bin 7110 62683 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FontRelief.html 0664 root bin 3497 26656 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Footnote-xref.html 0664 root bin 2025 41896 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Footnote.html 0664 root bin 4179 29074 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FootnoteNumbering.html 0664 root bin 3849 60308 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FootnoteSettings-xref.html 0664 root bin 1954 35852 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/FootnoteSettings.html 0664 root bin 10234 21387 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Footnotes-xref.html 0664 root bin 1257 40643 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Footnotes.html 0664 root bin 2338 740 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GenericTextDocument-xref.html 0664 root bin 1816 24615 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GenericTextDocument.html 0664 root bin 15697 27024 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GlobalDocument-xref.html 0664 root bin 1277 42495 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GlobalDocument.html 0664 root bin 2426 7634 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GlobalSettings-xref.html 0664 root bin 1277 42567 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GlobalSettings.html 0664 root bin 2682 31361 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GraphicCrop-xref.html 0664 root bin 1975 35891 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/GraphicCrop.html 0664 root bin 4824 13832 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HoriOrientation.html 0664 root bin 6377 1869 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HoriOrientationFormat-xref.html 0664 root bin 1328 47018 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HoriOrientationFormat.html 0664 root bin 5142 47698 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HorizontalAdjust-xref.html 0664 root bin 1643 8233 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HorizontalAdjust.html 0664 root bin 3511 28818 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HypertextDocument-xref.html 0664 root bin 1600 5249 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/HypertextDocument.html 0664 root bin 3697 53498 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/IllustrationsIndex-xref.html 0664 root bin 1293 44435 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/IllustrationsIndex.html 0664 root bin 4367 41704 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/InvalidTextContentException-xref.html 0664 root bin 1294 44786 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/InvalidTextContentException.html 0664 root bin 3173 7046 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/LabelFollow.html 0664 root bin 3447 22477 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/LineNumberingProperties-xref.html 0664 root bin 1889 32418 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/LineNumberingProperties.html 0664 root bin 9336 12280 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/LineNumberingSettings-xref.html 0664 root bin 1305 45503 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/LineNumberingSettings.html 0664 root bin 8603 12760 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/MailMerge-xref.html 0664 root bin 1257 40331 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/MailMerge.html 0664 root bin 31259 53018 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/MailMergeEvent-xref.html 0664 root bin 1658 9180 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/MailMergeEvent.html 0664 root bin 3330 16839 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/MailMergeType.html 0664 root bin 3547 31213 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NotePrintMode-xref.html 0664 root bin 1606 4352 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NotePrintMode.html 0664 root bin 4069 8733 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingLevel-xref.html 0664 root bin 1739 17992 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingLevel.html 0664 root bin 20207 9093 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingRules-xref.html 0664 root bin 2038 43681 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingRules.html 0664 root bin 8503 6979 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingStyle-xref.html 0664 root bin 1696 13867 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/NumberingStyle.html 0664 root bin 2532 17577 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ObjectIndex-xref.html 0664 root bin 1653 9260 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ObjectIndex.html 0664 root bin 7114 16745 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PageFootnoteInfo-xref.html 0664 root bin 1285 43291 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PageFootnoteInfo.html 0664 root bin 6908 8595 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PageNumberType-xref.html 0664 root bin 1671 9845 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PageNumberType.html 0664 root bin 3771 52079 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PagePrintSettings-xref.html 0664 root bin 1733 17488 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PagePrintSettings.html 0664 root bin 7280 28489 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Paragraph-xref.html 0664 root bin 2132 53447 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Paragraph.html 0664 root bin 7567 64642 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ParagraphEnumeration-xref.html 0664 root bin 1301 45107 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ParagraphEnumeration.html 0664 root bin 2379 4629 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ParagraphVertAlign.html 0664 root bin 4862 10275 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PlaceholderType.html 0664 root bin 4736 212 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PositionAndSpaceMode.html 0664 root bin 3381 20057 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PositionLayoutDir.html 0664 root bin 3623 45815 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PrintPreviewSettings-xref.html 0664 root bin 1604 5757 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PrintPreviewSettings.html 0664 root bin 7506 57841 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PrintSettings-xref.html 0664 root bin 1576 2805 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/PrintSettings.html 0664 root bin 10781 7035 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/RedlinePortion-xref.html 0664 root bin 1615 6031 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/RedlinePortion.html 0664 root bin 9801 54921 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceFieldPart.html 0664 root bin 9081 36170 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceFieldSource.html 0664 root bin 4632 53990 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceMark-xref.html 0664 root bin 1385 52387 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceMark.html 0664 root bin 2919 51907 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceMarks-xref.html 0664 root bin 1631 7454 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ReferenceMarks.html 0664 root bin 2681 30478 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/RelOrientation.html 0664 root bin 7500 29490 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/RubyAdjust-xref.html 0664 root bin 1257 39861 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/RubyAdjust.html 0664 root bin 4466 40901 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/SectionFileLink-xref.html 0664 root bin 1613 4623 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/SectionFileLink.html 0664 root bin 3803 57488 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/SetVariableType.html 0664 root bin 4021 5375 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Shape-xref.html 0664 root bin 1926 33637 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Shape.html 0664 root bin 22290 16909 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/SizeType.html 0664 root bin 3807 55878 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableColumnSeparator-xref.html 0664 root bin 1899 31887 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableColumnSeparator.html 0664 root bin 4474 54516 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableColumns-xref.html 0664 root bin 1269 41699 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableColumns.html 0664 root bin 2526 16054 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableIndex-xref.html 0664 root bin 1649 8816 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableIndex.html 0664 root bin 5107 40107 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableRows-xref.html 0664 root bin 1257 40459 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TableRows.html 0664 root bin 2504 13749 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TemplateDisplayFormat.html 0664 root bin 5076 27997 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Text-xref.html 0664 root bin 3028 3110 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/Text.html 0664 root bin 8274 53051 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumn-xref.html 0664 root bin 1622 5934 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumn.html 0664 root bin 3986 5179 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumnSequence-xref.html 0664 root bin 1298 44133 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumnSequence.html 0664 root bin 1596 1641 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumns-xref.html 0664 root bin 1707 14492 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextColumns.html 0664 root bin 8439 8997 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContent-xref.html 0664 root bin 10366 10596 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContent.html 0664 root bin 6637 45574 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContentAnchorType-xref.html 0664 root bin 2238 60157 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContentAnchorType.html 0664 root bin 5051 22668 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContentCollection-xref.html 0664 root bin 1305 45551 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextContentCollection.html 0664 root bin 2811 42223 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextCursor-xref.html 0664 root bin 2134 51557 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextCursor.html 0664 root bin 5746 33783 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextDocument-xref.html 0664 root bin 3810 8636 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextDocument.html 0664 root bin 2767 39842 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextDocumentView-xref.html 0664 root bin 1902 33676 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextDocumentView.html 0664 root bin 7514 52796 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextEmbeddedObject-xref.html 0664 root bin 1932 35018 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextEmbeddedObject.html 0664 root bin 5685 23790 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextEmbeddedObjects-xref.html 0664 root bin 1689 12769 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextEmbeddedObjects.html 0664 root bin 3078 314 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextField-xref.html 0664 root bin 8380 27199 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextField.html 0664 root bin 5892 43526 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldEnumeration-xref.html 0664 root bin 1301 45055 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldEnumeration.html 0664 root bin 2404 7365 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldMaster-xref.html 0664 root bin 2182 56295 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldMaster.html 0664 root bin 5556 17678 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldMasters-xref.html 0664 root bin 1631 7528 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFieldMasters.html 0664 root bin 2559 19861 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFields-xref.html 0664 root bin 1607 5048 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFields.html 0664 root bin 2889 48345 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFrame-xref.html 0664 root bin 2352 5769 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFrame.html 0664 root bin 12137 62908 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFrames-xref.html 0664 root bin 1653 9225 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextFrames.html 0664 root bin 3535 39326 1224152234
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextGraphicObject-xref.html 0664 root bin 1926 34562 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextGraphicObject.html 0664 root bin 17962 28921 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextGraphicObjects-xref.html 0664 root bin 1685 12465 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextGraphicObjects.html 0664 root bin 3148 6550 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextGridMode.html 0664 root bin 3625 39746 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextLayoutCursor-xref.html 0664 root bin 1946 34928 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextLayoutCursor.html 0664 root bin 3116 2570 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextMarkupType.html 0664 root bin 4441 42292 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPageStyle-xref.html 0664 root bin 1273 42123 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPageStyle.html 0664 root bin 13661 55104 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPortion-xref.html 0664 root bin 2081 46813 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPortion.html 0664 root bin 8524 10239 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPortionEnumeration-xref.html 0664 root bin 1309 46107 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextPortionEnumeration.html 0664 root bin 2584 24673 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextRange-xref.html 0664 root bin 2746 40721 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextRange.html 0664 root bin 5938 52350 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextRanges-xref.html 0664 root bin 1261 40915 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextRanges.html 0664 root bin 2379 4215 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSection-xref.html 0664 root bin 1910 33505 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSection.html 0664 root bin 27022 53497 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSections-xref.html 0664 root bin 1269 41843 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSections.html 0664 root bin 2679 30355 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortDescriptor-xref.html 0664 root bin 1842 27397 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortDescriptor.html 0664 root bin 9899 60685 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortDescriptor2-xref.html 0664 root bin 1297 44599 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortDescriptor2.html 0664 root bin 4190 29119 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortable-xref.html 0664 root bin 1269 41795 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextSortable.html 0664 root bin 2615 23514 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTable-xref.html 0664 root bin 2708 39371 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTable.html 0664 root bin 24993 48714 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTableCursor-xref.html 0664 root bin 2146 55265 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTableCursor.html 0664 root bin 5109 47243 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTableRow-xref.html 0664 root bin 1705 14236 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTableRow.html 0664 root bin 8957 41760 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTables-xref.html 0664 root bin 1635 7867 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextTables.html 0664 root bin 2661 28429 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextViewCursor-xref.html 0664 root bin 1875 30271 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TextViewCursor.html 0664 root bin 3626 47937 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/TimeDisplayFormat.html 0664 root bin 5518 54260 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserDataPart.html 0664 root bin 9511 60338 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserDefinedIndex-xref.html 0664 root bin 1285 43223 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserDefinedIndex.html 0664 root bin 8956 47818 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserFieldFormat.html 0664 root bin 3645 41695 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserIndex-xref.html 0664 root bin 1645 8524 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserIndex.html 0664 root bin 8710 24814 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserIndexMark-xref.html 0664 root bin 1669 10883 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/UserIndexMark.html 0664 root bin 3915 4775 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/VertOrientation.html 0664 root bin 7307 13391 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/VertOrientationFormat-xref.html 0664 root bin 1328 47078 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/VertOrientationFormat.html 0664 root bin 4313 39601 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ViewSettings-xref.html 0664 root bin 1609 5505 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/ViewSettings.html 0664 root bin 29047 4296 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WebDocument-xref.html 0664 root bin 1265 41267 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WebDocument.html 0664 root bin 2406 5614 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WrapInfluenceOnPosition.html 0664 root bin 4323 36587 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WrapTextMode-xref.html 0664 root bin 2190 55398 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WrapTextMode.html 0664 root bin 5107 29275 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WritingMode-xref.html 0664 root bin 2066 44390 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WritingMode.html 0664 root bin 4066 12796 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/WritingMode2.html 0664 root bin 5450 63795 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextContainer-xref.html 0664 root bin 1725 16151 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextContainer.html 0664 root bin 5824 35773 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextEntry-xref.html 0664 root bin 2033 42009 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextEntry.html 0664 root bin 3246 9052 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextGroup-xref.html 0664 root bin 2045 43197 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XAutoTextGroup.html 0664 root bin 7772 5463 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XBookmarkInsertTool-xref.html 0664 root bin 1420 55330 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XBookmarkInsertTool.html 0664 root bin 3265 13713 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XBookmarksSupplier-xref.html 0664 root bin 2664 34671 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XBookmarksSupplier.html 0664 root bin 3154 4451 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XChapterNumberingSupplier-xref.html 0664 root bin 2492 19668 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XChapterNumberingSupplier.html 0664 root bin 3329 20790 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDefaultNumberingProvider-xref.html 0664 root bin 2177 56081 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDefaultNumberingProvider.html 0664 root bin 5670 26426 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDependentTextField-xref.html 0664 root bin 3149 12249 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDependentTextField.html 0664 root bin 6252 8143 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndex-xref.html 0664 root bin 2603 27752 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndex.html 0664 root bin 5388 61054 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndexMark-xref.html 0664 root bin 1944 35968 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndexMark.html 0664 root bin 5107 39385 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndexesSupplier-xref.html 0664 root bin 2579 27148 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XDocumentIndexesSupplier.html 0664 root bin 3191 7647 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XEndnotesSettingsSupplier-xref.html 0664 root bin 1444 58002 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XEndnotesSettingsSupplier.html 0664 root bin 3138 3525 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XEndnotesSupplier-xref.html 0664 root bin 2531 22679 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XEndnotesSupplier.html 0664 root bin 3754 54225 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraph-xref.html 0664 root bin 3780 1937 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraph.html 0664 root bin 13925 64213 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraphIterator-xref.html 0664 root bin 1830 26000 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraphIterator.html 0664 root bin 7464 39584 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraphIteratorProvider-xref.html 0664 root bin 1945 36281 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFlatParagraphIteratorProvider.html 0664 root bin 3942 5859 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnote-xref.html 0664 root bin 2078 45980 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnote.html 0664 root bin 4394 40419 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnotesSettingsSupplier-xref.html 0664 root bin 1448 58518 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnotesSettingsSupplier.html 0664 root bin 3146 4600 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnotesSupplier-xref.html 0664 root bin 2535 23195 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XFootnotesSupplier.html 0664 root bin 3819 60998 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XHeaderFooter-xref.html 0664 root bin 1874 28648 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XHeaderFooter.html 0664 root bin 3680 46137 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XHeaderFooterPageStyle-xref.html 0664 root bin 1432 56342 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XHeaderFooterPageStyle.html 0664 root bin 3597 38155 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XLineNumberingProperties-xref.html 0664 root bin 1985 40219 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XLineNumberingProperties.html 0664 root bin 3132 3556 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XLineNumberingSupplier-xref.html 0664 root bin 2018 42955 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XLineNumberingSupplier.html 0664 root bin 4345 39834 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XMailMergeBroadcaster-xref.html 0664 root bin 1721 15403 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XMailMergeBroadcaster.html 0664 root bin 4523 56330 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XMailMergeListener-xref.html 0664 root bin 1962 37633 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XMailMergeListener.html 0664 root bin 3554 38122 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XModule-xref.html 0664 root bin 1372 50326 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XModule.html 0664 root bin 1852 22714 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingFormatter-xref.html 0664 root bin 1420 55402 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingFormatter.html 0664 root bin 3872 888 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingRulesSupplier-xref.html 0664 root bin 1436 57110 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingRulesSupplier.html 0664 root bin 3220 11106 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingTypeInfo-xref.html 0664 root bin 1416 54866 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XNumberingTypeInfo.html 0664 root bin 5830 41493 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XPageCursor-xref.html 0664 root bin 2100 48366 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XPageCursor.html 0664 root bin 8102 28150 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XPagePrintable-xref.html 0664 root bin 2586 28013 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XPagePrintable.html 0664 root bin 6370 19449 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XParagraphAppend-xref.html 0664 root bin 1771 19306 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XParagraphAppend.html 0664 root bin 5469 6153 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XParagraphCursor-xref.html 0664 root bin 2179 55607 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XParagraphCursor.html 0664 root bin 8143 37139 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRedline-xref.html 0664 root bin 1376 50698 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRedline.html 0664 root bin 3834 61360 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XReferenceMarksSupplier-xref.html 0664 root bin 2541 23550 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XReferenceMarksSupplier.html 0664 root bin 3157 3675 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRelativeTextContentInsert-xref.html 0664 root bin 2399 10711 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRelativeTextContentInsert.html 0664 root bin 5588 20520 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRelativeTextContentRemove-xref.html 0664 root bin 1448 58278 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRelativeTextContentRemove.html 0664 root bin 4874 21762 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRubySelection-xref.html 0664 root bin 1946 35664 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XRubySelection.html 0664 root bin 5041 37581 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XSentenceCursor-xref.html 0664 root bin 2175 55219 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XSentenceCursor.html 0664 root bin 8158 38477 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XSimpleText-xref.html 0664 root bin 6652 56244 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XSimpleText.html 0664 root bin 8950 41561 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XText-xref.html 0664 root bin 11717 51487 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XText.html 0664 root bin 6534 34060 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextAppend-xref.html 0664 root bin 1704 13412 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextAppend.html 0664 root bin 3112 63218 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextAppendAndConvert-xref.html 0664 root bin 1428 56002 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextAppendAndConvert.html 0664 root bin 3306 13709 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextColumns-xref.html 0664 root bin 2741 38281 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextColumns.html 0664 root bin 6254 945 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextContent-xref.html 0664 root bin 14383 43176 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextContent.html 0664 root bin 5929 47210 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextContentAppend-xref.html 0664 root bin 1732 16336 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextContentAppend.html 0664 root bin 4218 29753 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextConvert-xref.html 0664 root bin 1708 13960 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextConvert.html 0664 root bin 6623 38999 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextCopy-xref.html 0664 root bin 1687 11441 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextCopy.html 0664 root bin 3091 63287 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextCursor-xref.html 0664 root bin 3060 866 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextCursor.html 0664 root bin 10010 59853 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextDocument-xref.html 0664 root bin 2521 21021 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextDocument.html 0664 root bin 4662 63858 1224152235
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextEmbeddedObject-xref.html 0664 root bin 1420 55062 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextEmbeddedObject.html 0664 root bin 4669 63232 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextEmbeddedObjectsSupplier-xref.html 0664 root bin 2599 28865 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextEmbeddedObjectsSupplier.html 0664 root bin 3092 64343 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextField-xref.html 0664 root bin 8850 1892 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextField.html 0664 root bin 4288 34701 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFieldsSupplier-xref.html 0664 root bin 3107 9390 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFieldsSupplier.html 0664 root bin 4296 36905 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFrame-xref.html 0664 root bin 2794 42782 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFrame.html 0664 root bin 3925 2379 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFramesSupplier-xref.html 0664 root bin 2563 25321 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextFramesSupplier.html 0664 root bin 3106 65261 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextGraphicObjectsSupplier-xref.html 0664 root bin 2595 28561 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextGraphicObjectsSupplier.html 0664 root bin 3137 3163 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextMarkup-xref.html 0664 root bin 2126 49734 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextMarkup.html 0664 root bin 5108 40083 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextPortionAppend-xref.html 0664 root bin 1779 20306 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextPortionAppend.html 0664 root bin 4118 21191 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRange-xref.html 0664 root bin 12707 5805 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRange.html 0664 root bin 5728 19807 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRangeCompare-xref.html 0664 root bin 1810 22731 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRangeCompare.html 0664 root bin 5233 46681 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRangeMover-xref.html 0664 root bin 2148 51689 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextRangeMover.html 0664 root bin 3398 23869 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextSection-xref.html 0664 root bin 2545 20340 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextSection.html 0664 root bin 4575 59244 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextSectionsSupplier-xref.html 0664 root bin 2529 22590 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextSectionsSupplier.html 0664 root bin 3027 58656 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextShapesSupplier-xref.html 0664 root bin 1420 55410 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextShapesSupplier.html 0664 root bin 3264 12638 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTable-xref.html 0664 root bin 2549 21086 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTable.html 0664 root bin 9251 57549 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTableCursor-xref.html 0664 root bin 2483 15728 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTableCursor.html 0664 root bin 11980 26323 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTablesSupplier-xref.html 0664 root bin 2545 23963 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextTablesSupplier.html 0664 root bin 3136 1784 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextViewCursor-xref.html 0664 root bin 1759 19056 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextViewCursor.html 0664 root bin 4928 21096 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextViewCursorSupplier-xref.html 0664 root bin 2337 5299 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XTextViewCursorSupplier.html 0664 root bin 3112 65496 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XWordCursor-xref.html 0664 root bin 2159 53583 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/XWordCursor.html 0664 root bin 8346 52142 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/module-ix.html 0664 root bin 51036 52434 1224152233
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Annotation-xref.html 0664 root bin 1616 5589 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Annotation.html 0664 root bin 4952 23704 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Author-xref.html 0664 root bin 1600 3893 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Author.html 0664 root bin 6793 51293 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Bibliography-xref.html 0664 root bin 1624 6361 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Bibliography.html 0664 root bin 4015 11173 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Chapter-xref.html 0664 root bin 1604 4229 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Chapter.html 0664 root bin 4643 65072 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/CharacterCount-xref.html 0664 root bin 1632 7105 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/CharacterCount.html 0664 root bin 4116 21153 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/CombinedCharacters-xref.html 0664 root bin 1648 8685 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/CombinedCharacters.html 0664 root bin 3855 63720 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ConditionalText-xref.html 0664 root bin 1636 7629 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ConditionalText.html 0664 root bin 6486 29570 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DDE-xref.html 0664 root bin 1588 2205 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DDE.html 0664 root bin 2907 46935 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Database-xref.html 0664 root bin 1608 4541 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Database.html 0664 root bin 5971 50061 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseName-xref.html 0664 root bin 1624 6081 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseName.html 0664 root bin 6776 48823 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseNextSet-xref.html 0664 root bin 1636 7401 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseNextSet.html 0664 root bin 7389 36730 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseNumberOfSet-xref.html 0664 root bin 1652 8933 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseNumberOfSet.html 0664 root bin 7967 20541 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseSetNumber-xref.html 0664 root bin 1644 8209 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DatabaseSetNumber.html 0664 root bin 8128 33556 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DateTime-xref.html 0664 root bin 1608 4509 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DateTime.html 0664 root bin 9778 40779 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DropDown-xref.html 0664 root bin 1262 40468 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/DropDown.html 0664 root bin 5152 42405 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/EmbeddedObjectCount-xref.html 0664 root bin 1652 8977 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/EmbeddedObjectCount.html 0664 root bin 4137 23089 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ExtendedUser-xref.html 0664 root bin 1624 6313 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ExtendedUser.html 0664 root bin 5840 36595 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/FileName-xref.html 0664 root bin 1608 4461 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/FileName.html 0664 root bin 5355 61642 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GetExpression-xref.html 0664 root bin 1628 6825 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GetExpression.html 0664 root bin 9161 60017 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GetReference-xref.html 0664 root bin 1751 17768 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GetReference.html 0664 root bin 6891 63753 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GraphicObjectCount-xref.html 0664 root bin 1648 8673 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/GraphicObjectCount.html 0664 root bin 4133 22785 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/HiddenParagraph-xref.html 0664 root bin 1636 7409 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/HiddenParagraph.html 0664 root bin 4473 51287 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/HiddenText-xref.html 0664 root bin 1616 5421 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/HiddenText.html 0664 root bin 5075 36703 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Input-xref.html 0664 root bin 1596 3497 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Input.html 0664 root bin 5361 58602 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/InputUser-xref.html 0664 root bin 1612 5157 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/InputUser.html 0664 root bin 4632 63114 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/JumpEdit-xref.html 0664 root bin 1797 22092 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/JumpEdit.html 0664 root bin 5134 40982 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Macro-xref.html 0664 root bin 1596 3377 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Macro.html 0664 root bin 4851 15283 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/PageCount-xref.html 0664 root bin 1612 4993 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/PageCount.html 0664 root bin 4096 19041 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/PageNumber-xref.html 0664 root bin 1616 5377 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/PageNumber.html 0664 root bin 5989 47547 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ParagraphCount-xref.html 0664 root bin 1632 7141 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ParagraphCount.html 0664 root bin 4116 21189 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ReferencePageGet-xref.html 0664 root bin 1640 7705 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ReferencePageGet.html 0664 root bin 4244 32580 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ReferencePageSet-xref.html 0664 root bin 1640 7753 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/ReferencePageSet.html 0664 root bin 4535 56840 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Script-xref.html 0664 root bin 1600 3901 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/Script.html 0664 root bin 4999 29719 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/SetExpression-xref.html 0664 root bin 1628 6873 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/SetExpression.html 0664 root bin 11491 62569 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TableCount-xref.html 0664 root bin 1616 5421 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TableCount.html 0664 root bin 4100 19469 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TableFormula-xref.html 0664 root bin 1624 6241 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TableFormula.html 0664 root bin 5855 38262 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TemplateName-xref.html 0664 root bin 1624 6237 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/TemplateName.html 0664 root bin 4163 25579 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/URL-xref.html 0664 root bin 1626 6193 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/URL.html 0664 root bin 5601 14148 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/User-xref.html 0664 root bin 1747 17197 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/User.html 0664 root bin 6127 59937 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/WordCount-xref.html 0664 root bin 1612 5117 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/WordCount.html 0664 root bin 4096 19165 1224152236
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/ChangeAuthor-xref.html 0664 root bin 1633 6638 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/ChangeAuthor.html 0664 root bin 5334 57605 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/ChangeDateTime-xref.html 0664 root bin 1641 7254 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/ChangeDateTime.html 0664 root bin 7708 63316 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/CreateAuthor-xref.html 0664 root bin 1633 6694 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/CreateAuthor.html 0664 root bin 5340 58309 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/CreateDateTime-xref.html 0664 root bin 1641 7310 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/CreateDateTime.html 0664 root bin 7705 62975 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Description-xref.html 0664 root bin 1629 6426 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Description.html 0664 root bin 4420 46632 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/EditTime-xref.html 0664 root bin 1617 4958 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/EditTime.html 0664 root bin 6963 569 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info0-xref.html 0664 root bin 1605 3578 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info0.html 0664 root bin 4402 44300 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info1-xref.html 0664 root bin 1605 3582 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info1.html 0664 root bin 4402 44304 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info2-xref.html 0664 root bin 1605 3586 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info2.html 0664 root bin 4402 44308 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info3-xref.html 0664 root bin 1605 3590 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Info3.html 0664 root bin 4402 44312 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Keywords-xref.html 0664 root bin 1617 5226 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Keywords.html 0664 root bin 4409 45524 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/PrintAuthor-xref.html 0664 root bin 1629 6410 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/PrintAuthor.html 0664 root bin 5340 58386 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/PrintDateTime-xref.html 0664 root bin 1637 7026 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/PrintDateTime.html 0664 root bin 7705 63189 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Revision-xref.html 0664 root bin 1617 5190 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Revision.html 0664 root bin 4408 45396 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Subject-xref.html 0664 root bin 1613 4682 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Subject.html 0664 root bin 4404 44888 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Title-xref.html 0664 root bin 1605 3858 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/Title.html 0664 root bin 4396 44064 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/docinfo/module-ix.html 0664 root bin 5532 22650 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/text/textfield/module-ix.html 0664 root bin 9672 57308 1224152236
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AlreadyInitializedException-xref.html 0664 root bin 1942 36959 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AlreadyInitializedException.html 0664 root bin 2088 45103 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AnyCompareFactory-xref.html 0664 root bin 1289 43739 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AnyCompareFactory.html 0664 root bin 2400 5804 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AuthenticationRequest-xref.html 0664 root bin 1270 42430 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/AuthenticationRequest.html 0664 root bin 8615 7794 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CHAOSProgressStart-xref.html 0664 root bin 1316 45266 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CHAOSProgressStart.html 0664 root bin 3929 1354 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSet-xref.html 0664 root bin 1309 45751 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSet.html 0664 root bin 5076 42007 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetFactory-xref.html 0664 root bin 1337 48663 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetFactory.html 0664 root bin 2437 11295 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetStub-xref.html 0664 root bin 1325 47407 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetStub.html 0664 root bin 3301 20068 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetStubFactory-xref.html 0664 root bin 1353 50319 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedContentResultSetStubFactory.html 0664 root bin 2473 15021 1224152236
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSet-xref.html 0664 root bin 1309 45663 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSet.html 0664 root bin 3684 56663 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetFactory-xref.html 0664 root bin 1337 48575 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetFactory.html 0664 root bin 2437 11097 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetStub-xref.html 0664 root bin 1325 47319 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetStub.html 0664 root bin 3772 64957 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetStubFactory-xref.html 0664 root bin 1353 50231 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CachedDynamicResultSetStubFactory.html 0664 root bin 2473 14823 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CertificateValidationRequest-xref.html 0664 root bin 1298 45174 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CertificateValidationRequest.html 0664 root bin 4328 38135 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Command-xref.html 0664 root bin 2248 61215 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Command.html 0664 root bin 4146 21028 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandAbortedException-xref.html 0664 root bin 5792 50372 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandAbortedException.html 0664 root bin 2101 45553 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandFailedException-xref.html 0664 root bin 4053 26357 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandFailedException.html 0664 root bin 3605 44033 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandInfo-xref.html 0664 root bin 1754 17188 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandInfo.html 0664 root bin 3781 53771 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandInfoChange.html 0664 root bin 3524 31231 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandInfoChangeEvent-xref.html 0664 root bin 1708 14068 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CommandInfoChangeEvent.html 0664 root bin 4302 33816 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ConnectionMode.html 0664 root bin 3238 6722 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Content-xref.html 0664 root bin 2712 35711 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Content.html 0664 root bin 29751 13403 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentAction.html 0664 root bin 8695 10198 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentCreationError-xref.html 0664 root bin 1641 8047 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentCreationError.html 0664 root bin 5334 44866 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentCreationException-xref.html 0664 root bin 1282 43542 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentCreationException.html 0664 root bin 2964 52318 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentEvent-xref.html 0664 root bin 1643 8088 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentEvent.html 0664 root bin 6043 50641 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentInfo-xref.html 0664 root bin 2071 44695 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentInfo.html 0664 root bin 6060 61972 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentInfoAttribute.html 0664 root bin 5267 45036 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProvider-xref.html 0664 root bin 2041 43806 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProvider.html 0664 root bin 3677 57099 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderInfo-xref.html 0664 root bin 1676 11069 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderInfo.html 0664 root bin 3306 16346 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderProxy-xref.html 0664 root bin 1301 45279 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderProxy.html 0664 root bin 4197 37123 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderProxyFactory-xref.html 0664 root bin 1329 48191 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentProviderProxyFactory.html 0664 root bin 2409 9141 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentResultSet-xref.html 0664 root bin 1677 12303 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentResultSet.html 0664 root bin 10697 3109 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentResultSetCapability.html 0664 root bin 2927 51204 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentTransmitter-xref.html 0664 root bin 1293 44447 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ContentTransmitter.html 0664 root bin 2450 10022 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Cookie-xref.html 0664 root bin 1644 7914 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Cookie.html 0664 root bin 5656 13264 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CookiePolicy-xref.html 0664 root bin 1929 31525 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CookiePolicy.html 0664 root bin 3576 34738 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CookieRequest-xref.html 0664 root bin 1603 4048 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CookieRequest.html 0664 root bin 2961 47293 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CrossReference-xref.html 0664 root bin 1300 44018 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/CrossReference.html 0664 root bin 3334 17482 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DefaultHierarchyDataSource-xref.html 0664 root bin 1325 47355 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DefaultHierarchyDataSource.html 0664 root bin 3250 19204 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DocumentHeaderField-xref.html 0664 root bin 1320 45886 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DocumentHeaderField.html 0664 root bin 3175 2443 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DocumentStoreMode-xref.html 0664 root bin 1285 42693 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DocumentStoreMode.html 0664 root bin 3211 5312 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DuplicateCommandIdentifierException-xref.html 0664 root bin 1326 47946 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DuplicateCommandIdentifierException.html 0664 root bin 2567 22816 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DuplicateProviderException-xref.html 0664 root bin 1663 11573 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DuplicateProviderException.html 0664 root bin 2189 54282 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DynamicResultSet-xref.html 0664 root bin 1831 25946 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/DynamicResultSet.html 0664 root bin 3066 609 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Error.html 0664 root bin 44851 3039 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ExpandContentProvider-xref.html 0664 root bin 1305 45527 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ExpandContentProvider.html 0664 root bin 2916 50559 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ExportStreamInfo-xref.html 0664 root bin 1308 44918 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ExportStreamInfo.html 0664 root bin 3356 20383 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FTPContent-xref.html 0664 root bin 1261 40659 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FTPContent.html 0664 root bin 7467 49733 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FTPContentProvider-xref.html 0664 root bin 1293 44031 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FTPContentProvider.html 0664 root bin 2711 32822 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FetchError.html 0664 root bin 4418 44075 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FetchResult-xref.html 0664 root bin 2150 55422 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FetchResult.html 0664 root bin 6304 15314 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FileContent-xref.html 0664 root bin 1265 41259 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FileContent.html 0664 root bin 8698 27198 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FileContentProvider-xref.html 0664 root bin 1297 44631 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FileContentProvider.html 0664 root bin 4142 28264 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FileSystemNotation.html 0664 root bin 4705 64011 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderList-xref.html 0664 root bin 1284 42350 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderList.html 0664 root bin 3438 26326 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderListCommand-xref.html 0664 root bin 1589 2350 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderListCommand.html 0664 root bin 3577 32723 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderListEntry-xref.html 0664 root bin 1304 44470 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/FolderListEntry.html 0664 root bin 5480 243 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GIOContentProvider-xref.html 0664 root bin 1293 43987 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GIOContentProvider.html 0664 root bin 2212 55906 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GlobalTransferCommandArgument-xref.html 0664 root bin 1738 17085 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GlobalTransferCommandArgument.html 0664 root bin 5375 60394 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSContentProvider-xref.html 0664 root bin 1313 46059 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSContentProvider.html 0664 root bin 2227 57460 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSDocumentContent-xref.html 0664 root bin 1313 46011 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSDocumentContent.html 0664 root bin 4773 17302 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSFolderContent-xref.html 0664 root bin 1305 45103 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/GnomeVFSFolderContent.html 0664 root bin 5047 40915 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HandleCookiesRequest-xref.html 0664 root bin 1266 41762 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HandleCookiesRequest.html 0664 root bin 4159 21627 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HelpContent-xref.html 0664 root bin 1265 41295 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HelpContent.html 0664 root bin 7324 41032 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HelpContentProvider-xref.html 0664 root bin 1297 44667 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HelpContentProvider.html 0664 root bin 2642 27769 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyContentProvider-xref.html 0664 root bin 1317 46803 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyContentProvider.html 0664 root bin 3901 1583 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataReadAccess-xref.html 0664 root bin 1640 8669 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataReadAccess.html 0664 root bin 7191 30605 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataReadWriteAccess-xref.html 0664 root bin 1333 48007 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataReadWriteAccess.html 0664 root bin 5619 28631 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataSource-xref.html 0664 root bin 1620 6947 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyDataSource.html 0664 root bin 6747 7343 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyFolderContent-xref.html 0664 root bin 1309 45847 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyFolderContent.html 0664 root bin 7698 8135 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyLinkContent-xref.html 0664 root bin 1301 45023 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyLinkContent.html 0664 root bin 6564 41063 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyRootFolderContent-xref.html 0664 root bin 1325 47527 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/HierarchyRootFolderContent.html 0664 root bin 7808 17725 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/IOErrorCode-xref.html 0664 root bin 1595 2725 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/IOErrorCode.html 0664 root bin 20871 1986 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/IllegalIdentifierException-xref.html 0664 root bin 1620 7020 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/IllegalIdentifierException.html 0664 root bin 2157 50701 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InsertCommandArgument-xref.html 0664 root bin 1835 25607 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InsertCommandArgument.html 0664 root bin 3756 55217 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveAppException-xref.html 0664 root bin 1278 43090 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveAppException.html 0664 root bin 3083 61651 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveAugmentedIOException-xref.html 0664 root bin 1310 46230 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveAugmentedIOException.html 0664 root bin 3370 22427 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveBadTransferURLException-xref.html 0664 root bin 1322 47306 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveBadTransferURLException.html 0664 root bin 2196 54524 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveCHAOSException-xref.html 0664 root bin 1286 43398 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveCHAOSException.html 0664 root bin 3995 6831 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveFileIOException-xref.html 0664 root bin 1290 44078 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveFileIOException.html 0664 root bin 3486 31001 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveIOException-xref.html 0664 root bin 1683 12940 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveIOException.html 0664 root bin 3060 60051 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkConnectException-xref.html 0664 root bin 1322 47774 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkConnectException.html 0664 root bin 3235 11602 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkException-xref.html 0664 root bin 2079 52262 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkException.html 0664 root bin 2240 58257 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkGeneralException-xref.html 0664 root bin 1322 47726 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkGeneralException.html 0664 root bin 2282 62340 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkOffLineException-xref.html 0664 root bin 1322 47618 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkOffLineException.html 0664 root bin 2286 62602 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkReadException-xref.html 0664 root bin 1310 46438 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkReadException.html 0664 root bin 3333 20552 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkResolveNameException-xref.html 0664 root bin 1338 49402 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkResolveNameException.html 0664 root bin 3244 12807 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkWriteException-xref.html 0664 root bin 1314 47010 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveNetworkWriteException.html 0664 root bin 3338 21267 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveWrongMediumException-xref.html 0664 root bin 1310 46470 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/InteractiveWrongMediumException.html 0664 root bin 3221 10755 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Link-xref.html 0664 root bin 1260 39878 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Link.html 0664 root bin 3180 3385 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListAction-xref.html 0664 root bin 1284 42358 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListAction.html 0664 root bin 6464 22949 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListActionType.html 0664 root bin 10815 5584 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListEvent-xref.html 0664 root bin 1631 6797 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListEvent.html 0664 root bin 3260 12724 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListenerAlreadySetException-xref.html 0664 root bin 2071 48632 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ListenerAlreadySetException.html 0664 root bin 2056 42302 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Lock-xref.html 0664 root bin 1260 39858 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Lock.html 0664 root bin 4719 1707 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockDepth-xref.html 0664 root bin 1535 62312 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockDepth.html 0664 root bin 3552 30178 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockEntry-xref.html 0664 root bin 1559 65247 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockEntry.html 0664 root bin 3125 63613 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockScope-xref.html 0664 root bin 1550 63932 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockScope.html 0664 root bin 3042 53844 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockType-xref.html 0664 root bin 1544 63404 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/LockType.html 0664 root bin 2582 16997 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/MissingInputStreamException-xref.html 0664 root bin 1294 44846 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/MissingInputStreamException.html 0664 root bin 2405 6963 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/MissingPropertiesException-xref.html 0664 root bin 1290 44530 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/MissingPropertiesException.html 0664 root bin 3263 14588 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NameClash.html 0664 root bin 5243 43328 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NameClashException-xref.html 0664 root bin 1258 40838 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NameClashException.html 0664 root bin 3019 56247 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NameClashResolveRequest-xref.html 0664 root bin 1278 42990 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NameClashResolveRequest.html 0664 root bin 5289 59552 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NumberedSortingInfo-xref.html 0664 root bin 1320 46110 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/NumberedSortingInfo.html 0664 root bin 3593 41969 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ODMAContent-xref.html 0664 root bin 1265 40879 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ODMAContent.html 0664 root bin 6779 54857 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ODMAContentProvider-xref.html 0664 root bin 1297 44251 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ODMAContentProvider.html 0664 root bin 3668 47137 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OpenCommandArgument-xref.html 0664 root bin 1631 6974 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OpenCommandArgument.html 0664 root bin 6318 11085 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OpenCommandArgument2-xref.html 0664 root bin 2039 44144 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OpenCommandArgument2.html 0664 root bin 3923 7124 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OpenMode.html 0664 root bin 6403 11863 1224152237
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OutgoingMessageState-xref.html 0664 root bin 1606 4291 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/OutgoingMessageState.html 0664 root bin 6838 40028 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageContentProvider-xref.html 0664 root bin 1309 45831 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageContentProvider.html 0664 root bin 4209 17686 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageFolderContent-xref.html 0664 root bin 1301 44875 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageFolderContent.html 0664 root bin 8881 46608 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageStreamContent-xref.html 0664 root bin 1301 44939 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PackageStreamContent.html 0664 root bin 6946 7833 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PersistentPropertySet-xref.html 0664 root bin 1305 45767 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PersistentPropertySet.html 0664 root bin 3372 27237 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PostCommandArgument-xref.html 0664 root bin 1631 7094 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PostCommandArgument.html 0664 root bin 3936 3181 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PostCommandArgument2-xref.html 0664 root bin 1324 46326 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PostCommandArgument2.html 0664 root bin 3501 31191 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Priority-xref.html 0664 root bin 1249 39177 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Priority.html 0664 root bin 4346 29830 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertiesManager-xref.html 0664 root bin 1289 43871 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertiesManager.html 0664 root bin 2619 25828 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertySetRegistry-xref.html 0664 root bin 1297 44903 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertySetRegistry.html 0664 root bin 2724 36513 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertyValueInfo-xref.html 0664 root bin 1312 45382 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertyValueInfo.html 0664 root bin 3054 60306 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertyValueState-xref.html 0664 root bin 1620 5950 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/PropertyValueState.html 0664 root bin 4398 37325 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RecipientInfo-xref.html 0664 root bin 1296 43594 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RecipientInfo.html 0664 root bin 9869 46541 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RememberAuthentication-xref.html 0664 root bin 2700 40344 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RememberAuthentication.html 0664 root bin 3782 53794 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteAccessContentProvider-xref.html 0664 root bin 1329 47951 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteAccessContentProvider.html 0664 root bin 3762 64810 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderAcceptor-xref.html 0664 root bin 1337 48843 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderAcceptor.html 0664 root bin 2995 61784 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderChangeAction-xref.html 0664 root bin 1717 15630 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderChangeAction.html 0664 root bin 3436 27055 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderChangeEvent-xref.html 0664 root bin 1798 23923 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteContentProviderChangeEvent.html 0664 root bin 3930 7981 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteProxyContentProvider-xref.html 0664 root bin 1325 47759 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RemoteProxyContentProvider.html 0664 root bin 4009 21038 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ResultSetException-xref.html 0664 root bin 1258 41090 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ResultSetException.html 0664 root bin 2182 52339 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Rule-xref.html 0664 root bin 1260 39918 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Rule.html 0664 root bin 4463 45794 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleAction.html 0664 root bin 8924 11963 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleOperator.html 0664 root bin 7413 21836 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleSet-xref.html 0664 root bin 1272 41118 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleSet.html 0664 root bin 3518 33422 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleTerm-xref.html 0664 root bin 1276 41550 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/RuleTerm.html 0664 root bin 5273 53698 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchCommandArgument-xref.html 0664 root bin 1328 46830 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchCommandArgument.html 0664 root bin 3573 39521 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchCriterium-xref.html 0664 root bin 1304 44470 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchCriterium.html 0664 root bin 2693 28479 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchInfo-xref.html 0664 root bin 1615 4769 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchInfo.html 0664 root bin 6175 6296 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchRecursion-xref.html 0664 root bin 1585 2118 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SearchRecursion.html 0664 root bin 3741 49475 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SendInfo-xref.html 0664 root bin 1276 41446 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SendInfo.html 0664 root bin 3235 6807 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SendMediaTypes-xref.html 0664 root bin 1300 43914 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SendMediaTypes.html 0664 root bin 3300 13379 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ServiceNotFoundException-xref.html 0664 root bin 1619 6702 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/ServiceNotFoundException.html 0664 root bin 2029 39669 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SimpleFileAccess-xref.html 0664 root bin 1792 21652 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SimpleFileAccess.html 0664 root bin 2389 5357 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SortedDynamicResultSetFactory-xref.html 0664 root bin 1337 48803 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SortedDynamicResultSetFactory.html 0664 root bin 2475 14888 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SortingInfo-xref.html 0664 root bin 1288 42838 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SortingInfo.html 0664 root bin 3258 11029 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Store-xref.html 0664 root bin 1241 38899 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/Store.html 0664 root bin 2336 1530 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SynchronizePolicy-xref.html 0664 root bin 1285 42929 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/SynchronizePolicy.html 0664 root bin 3707 44007 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferCommandOperation-xref.html 0664 root bin 1678 11754 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferCommandOperation.html 0664 root bin 3744 50750 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferInfo-xref.html 0664 root bin 1292 43218 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferInfo.html 0664 root bin 5267 51717 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferResult-xref.html 0664 root bin 1300 44190 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransferResult.html 0664 root bin 3822 58874 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsContentProvider-xref.html 0664 root bin 1353 50687 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsContentProvider.html 0664 root bin 5857 39544 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsDocumentContent-xref.html 0664 root bin 1353 50639 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsDocumentContent.html 0664 root bin 8287 61563 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsFolderContent-xref.html 0664 root bin 1345 49731 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsFolderContent.html 0664 root bin 8557 18326 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsRootContent-xref.html 0664 root bin 1337 48995 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsRootContent.html 0664 root bin 6998 14810 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsStreamContent-xref.html 0664 root bin 1345 49795 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/TransientDocumentsStreamContent.html 0664 root bin 6892 4863 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UniversalContentBroker-xref.html 0664 root bin 2263 64423 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UniversalContentBroker.html 0664 root bin 8787 41050 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedCommandException-xref.html 0664 root bin 1758 19292 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedCommandException.html 0664 root bin 2146 50106 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedDataSinkException-xref.html 0664 root bin 1298 45238 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedDataSinkException.html 0664 root bin 3320 18059 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedNameClashException-xref.html 0664 root bin 1302 45610 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedNameClashException.html 0664 root bin 4071 20075 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedOpenModeException-xref.html 0664 root bin 1298 45270 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/UnsupportedOpenModeException.html 0664 root bin 3293 15634 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/VerificationMode-xref.html 0664 root bin 1281 42273 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/VerificationMode.html 0664 root bin 3486 25021 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVContentProvider-xref.html 0664 root bin 1305 45115 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVContentProvider.html 0664 root bin 4329 42218 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVDocumentContent-xref.html 0664 root bin 1305 45067 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVDocumentContent.html 0664 root bin 7404 46869 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVFolderContent-xref.html 0664 root bin 1297 44159 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WebDAVFolderContent.html 0664 root bin 8273 55682 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct-xref.html 0664 root bin 1360 50322 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct.html 0664 root bin 3762 56318 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XAnyCompare-xref.html 0664 root bin 1746 17119 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XAnyCompare.html 0664 root bin 3476 26391 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory-xref.html 0664 root bin 2315 3651 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory.html 0664 root bin 3278 14047 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory-xref.html 0664 root bin 1797 23381 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory.html 0664 root bin 4240 34049 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory-xref.html 0664 root bin 1821 25865 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory.html 0664 root bin 3842 65119 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory-xref.html 0664 root bin 1797 23249 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory.html 0664 root bin 4714 14628 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory-xref.html 0664 root bin 1821 25733 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.html 0664 root bin 7233 39538 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandEnvironment-xref.html 0664 root bin 4806 27230 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandEnvironment.html 0664 root bin 4255 33915 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfo-xref.html 0664 root bin 1392 52266 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfo.html 0664 root bin 7566 53296 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener-xref.html 0664 root bin 2036 44961 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener.html 0664 root bin 4167 25572 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier-xref.html 0664 root bin 4743 27009 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier.html 0664 root bin 4596 41 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandProcessor-xref.html 0664 root bin 5990 5084 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandProcessor.html 0664 root bin 9047 62608 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandProcessor2-xref.html 0664 root bin 3942 18089 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XCommandProcessor2.html 0664 root bin 5651 33177 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContent-xref.html 0664 root bin 7403 65299 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContent.html 0664 root bin 6455 27101 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentAccess-xref.html 0664 root bin 2261 63053 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentAccess.html 0664 root bin 5306 59082 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentCreator-xref.html 0664 root bin 5558 35028 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentCreator.html 0664 root bin 6070 65337 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentEventListener-xref.html 0664 root bin 1888 30781 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentEventListener.html 0664 root bin 3898 1347 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifier-xref.html 0664 root bin 3742 63931 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifier.html 0664 root bin 4860 23086 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory-xref.html 0664 root bin 2591 28858 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory.html 0664 root bin 3632 46070 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping-xref.html 0664 root bin 2050 46875 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping.html 0664 root bin 8706 31241 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProvider-xref.html 0664 root bin 5470 29149 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProvider.html 0664 root bin 5743 31709 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderFactory-xref.html 0664 root bin 1765 20489 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderFactory.html 0664 root bin 3495 34927 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderManager-xref.html 0664 root bin 3249 18817 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderManager.html 0664 root bin 11450 5387 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier-xref.html 0664 root bin 1755 19529 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier.html 0664 root bin 3118 1293 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentTransmitter-xref.html 0664 root bin 1731 17057 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XContentTransmitter.html 0664 root bin 3109 63884 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDataContainer-xref.html 0664 root bin 1400 53106 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDataContainer.html 0664 root bin 8277 37034 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDynamicResultSet-xref.html 0664 root bin 4617 17501 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDynamicResultSet.html 0664 root bin 12315 22244 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener-xref.html 0664 root bin 1781 21117 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener.html 0664 root bin 4906 25620 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFetchProvider-xref.html 0664 root bin 1727 16221 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFetchProvider.html 0664 root bin 3910 3197 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFetchProviderForContentAccess-xref.html 0664 root bin 1791 22701 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFetchProviderForContentAccess.html 0664 root bin 7605 62091 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFileIdentifierConverter-xref.html 0664 root bin 1753 18953 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XFileIdentifierConverter.html 0664 root bin 6177 2594 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionCookieHandling-xref.html 0664 root bin 1448 58106 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionCookieHandling.html 0664 root bin 5785 33318 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionHandlerSupplier-xref.html 0664 root bin 1452 58694 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionHandlerSupplier.html 0664 root bin 3788 60364 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionReplaceExistingData-xref.html 0664 root bin 1468 60162 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionReplaceExistingData.html 0664 root bin 2960 56823 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionSupplyAuthentication-xref.html 0664 root bin 1472 60978 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionSupplyAuthentication.html 0664 root bin 16776 4307 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionSupplyName-xref.html 0664 root bin 1432 56630 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XInteractionSupplyName.html 0664 root bin 4103 20487 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XParameterizedContentProvider-xref.html 0664 root bin 2053 47693 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XParameterizedContentProvider.html 0664 root bin 7223 37633 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPersistentPropertySet-xref.html 0664 root bin 2099 49458 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPersistentPropertySet.html 0664 root bin 4584 60788 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XProgressHandler-xref.html 0664 root bin 1761 19070 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XProgressHandler.html 0664 root bin 5855 43446 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertyMatcher-xref.html 0664 root bin 1779 21105 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertyMatcher.html 0664 root bin 3671 49222 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertyMatcherFactory-xref.html 0664 root bin 1436 57090 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertyMatcherFactory.html 0664 root bin 3388 25653 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertySetRegistry-xref.html 0664 root bin 2266 65468 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertySetRegistry.html 0664 root bin 4459 52332 1224152238
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertySetRegistryFactory-xref.html 0664 root bin 1737 17651 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XPropertySetRegistryFactory.html 0664 root bin 3295 17393 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRecycler-xref.html 0664 root bin 1380 51170 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRecycler.html 0664 root bin 3934 7261 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderAcceptor-xref.html 0664 root bin 2436 16859 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderAcceptor.html 0664 root bin 5851 48990 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderActivator-xref.html 0664 root bin 1801 24147 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderActivator.html 0664 root bin 4912 37903 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderChangeListener-xref.html 0664 root bin 2176 60291 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderChangeListener.html 0664 root bin 4214 33693 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderChangeNotifier-xref.html 0664 root bin 1488 62302 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.html 0664 root bin 4570 2383 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderConnectionControl-xref.html 0664 root bin 1500 63754 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderConnectionControl.html 0664 root bin 4362 49823 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderDistributor-xref.html 0664 root bin 1476 61362 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderDistributor.html 0664 root bin 6664 51150 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderDoneListener-xref.html 0664 root bin 1882 31592 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderDoneListener.html 0664 root bin 3785 64686 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderSupplier-xref.html 0664 root bin 1464 60054 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XRemoteContentProviderSupplier.html 0664 root bin 3786 63238 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess-xref.html 0664 root bin 2430 9861 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess.html 0664 root bin 22688 13871 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess2-xref.html 0664 root bin 2373 4905 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess2.html 0664 root bin 4206 25950 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess3-xref.html 0664 root bin 1416 54458 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSimpleFileAccess3.html 0664 root bin 5576 10639 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSortedDynamicResultSetFactory-xref.html 0664 root bin 1797 23591 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSortedDynamicResultSetFactory.html 0664 root bin 4113 24714 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSourceInitialization-xref.html 0664 root bin 1824 25591 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XSourceInitialization.html 0664 root bin 4222 32176 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XWebDAVCommandEnvironment-xref.html 0664 root bin 1444 57394 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/XWebDAVCommandEnvironment.html 0664 root bin 4373 43485 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ucb/module-ix.html 0664 root bin 53040 23219 1224152236
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTrigger-xref.html 0664 root bin 1960 38336 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTrigger.html 0664 root bin 5392 60776 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTriggerContainer-xref.html 0664 root bin 2210 62037 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTriggerContainer.html 0664 root bin 4827 25743 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTriggerSeparator-xref.html 0664 root bin 1996 42116 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTriggerSeparator.html 0664 root bin 3190 10869 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ActionTriggerSeparatorType.html 0664 root bin 3590 35842 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ConfigurableUIElement-xref.html 0664 root bin 1305 45219 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ConfigurableUIElement.html 0664 root bin 6331 23865 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ConfigurationEvent-xref.html 0664 root bin 1984 40169 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ConfigurationEvent.html 0664 root bin 3999 11824 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ContextMenuExecuteEvent-xref.html 0664 root bin 2378 9528 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ContextMenuExecuteEvent.html 0664 root bin 5111 44591 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ContextMenuInterceptorAction-xref.html 0664 root bin 2167 55901 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ContextMenuInterceptorAction.html 0664 root bin 5245 52564 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/DockingArea-xref.html 0664 root bin 1668 8960 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/DockingArea.html 0664 root bin 5383 49401 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/GlobalAcceleratorConfiguration.html 0664 root bin 2240 57382 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ImageType.html 0664 root bin 4441 38132 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ItemDescriptor-xref.html 0664 root bin 1277 42615 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ItemDescriptor.html 0664 root bin 9045 46835 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ItemStyle.html 0664 root bin 12224 46005 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ItemType.html 0664 root bin 4308 26125 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUICategoryDescription-xref.html 0664 root bin 1329 47831 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUICategoryDescription.html 0664 root bin 3294 17917 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUICommandDescription-xref.html 0664 root bin 1325 47323 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUICommandDescription.html 0664 root bin 4126 26980 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUIConfigurationManager-xref.html 0664 root bin 1333 48155 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUIConfigurationManager.html 0664 root bin 5719 40416 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUIConfigurationManagerSupplier-xref.html 0664 root bin 1365 51563 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleUIConfigurationManagerSupplier.html 0664 root bin 3038 63368 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleWindowStateConfiguration-xref.html 0664 root bin 1341 49307 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/ModuleWindowStateConfiguration.html 0664 root bin 5230 58254 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UICategoryDescription-xref.html 0664 root bin 1305 45375 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UICategoryDescription.html 0664 root bin 3593 44086 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UICommandDescription-xref.html 0664 root bin 1301 44867 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UICommandDescription.html 0664 root bin 3458 32488 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIConfigurationManager-xref.html 0664 root bin 1309 45699 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIConfigurationManager.html 0664 root bin 4109 25091 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElement-xref.html 0664 root bin 1570 1647 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElement.html 0664 root bin 7057 12414 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementFactory-xref.html 0664 root bin 1285 43199 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementFactory.html 0664 root bin 2993 57536 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementFactoryManager-xref.html 0664 root bin 1313 45995 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementFactoryManager.html 0664 root bin 3313 20529 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementSettings-xref.html 0664 root bin 1289 43683 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementSettings.html 0664 root bin 5248 55033 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/UIElementType.html 0664 root bin 6441 7609 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/WindowStateConfiguration-xref.html 0664 root bin 1317 46851 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/WindowStateConfiguration.html 0664 root bin 3596 45713 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XAcceleratorConfiguration-xref.html 0664 root bin 1779 21729 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XAcceleratorConfiguration.html 0664 root bin 18767 47814 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XContextMenuInterception-xref.html 0664 root bin 4539 9561 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XContextMenuInterception.html 0664 root bin 5363 11967 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XContextMenuInterceptor-xref.html 0664 root bin 2832 52870 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XContextMenuInterceptor.html 0664 root bin 3579 45900 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XDockingAreaAcceptor-xref.html 0664 root bin 2282 63126 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XDockingAreaAcceptor.html 0664 root bin 7221 24396 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XImageManager-xref.html 0664 root bin 1396 52598 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XImageManager.html 0664 root bin 18258 58324 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XModuleUIConfigurationManager-xref.html 0664 root bin 1791 22619 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XModuleUIConfigurationManager.html 0664 root bin 6613 46663 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XModuleUIConfigurationManagerSupplier-xref.html 0664 root bin 1839 27731 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.html 0664 root bin 4295 40456 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfiguration-xref.html 0664 root bin 2264 63790 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfiguration.html 0664 root bin 5436 8233 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationListener-xref.html 0664 root bin 2325 3646 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationListener.html 0664 root bin 6132 63913 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationManager-xref.html 0664 root bin 2811 47676 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationManager.html 0664 root bin 21488 21871 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationManagerSupplier-xref.html 0664 root bin 2233 60546 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationManagerSupplier.html 0664 root bin 3529 37009 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationPersistence-xref.html 0664 root bin 2308 2883 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationPersistence.html 0664 root bin 9439 22406 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationStorage-xref.html 0664 root bin 2164 55018 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIConfigurationStorage.html 0664 root bin 5351 61278 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElement-xref.html 0664 root bin 2278 62676 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElement.html 0664 root bin 3795 59880 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementFactory-xref.html 0664 root bin 2157 53535 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementFactory.html 0664 root bin 6818 246 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementFactoryRegistration-xref.html 0664 root bin 1781 21683 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementFactoryRegistration.html 0664 root bin 11421 7118 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementSettings-xref.html 0664 root bin 1733 16679 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIElementSettings.html 0664 root bin 6438 26810 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIFunctionListener-xref.html 0664 root bin 1420 55206 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/XUIFunctionListener.html 0664 root bin 4384 43765 1224152239
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/CommonFilePickerElementIds.html 0664 root bin 6452 8273 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ControlActions.html 0664 root bin 9101 37465 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/DialogClosedEvent-xref.html 0664 root bin 1672 10102 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/DialogClosedEvent.html 0664 root bin 3472 27424 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ExecutableDialogException-xref.html 0664 root bin 1295 44223 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ExecutableDialogException.html 0664 root bin 2097 44146 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ExecutableDialogResults.html 0664 root bin 3203 4049 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.html 0664 root bin 9340 39139 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilePicker-xref.html 0664 root bin 1856 26613 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilePicker.html 0664 root bin 7222 27312 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilePickerEvent-xref.html 0664 root bin 2091 48554 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilePickerEvent.html 0664 root bin 3139 457 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilePreviewImageFormats.html 0664 root bin 3019 56802 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilterOptionsDialog-xref.html 0664 root bin 1668 10793 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FilterOptionsDialog.html 0664 root bin 4919 30144 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FolderPicker-xref.html 0664 root bin 1622 5781 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/FolderPicker.html 0664 root bin 3331 18294 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/ListboxControlActions.html 0664 root bin 7185 9161 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/TemplateDescription.html 0664 root bin 10153 48740 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog-xref.html 0664 root bin 1887 30534 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.html 0664 root bin 4364 40706 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XControlAccess-xref.html 0664 root bin 1409 53611 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XControlAccess.html 0664 root bin 6061 57904 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XControlInformation-xref.html 0664 root bin 1429 55867 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XControlInformation.html 0664 root bin 7541 57801 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XDialogClosedListener-xref.html 0664 root bin 1822 24712 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XDialogClosedListener.html 0664 root bin 4607 61575 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XExecutableDialog-xref.html 0664 root bin 3063 221 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XExecutableDialog.html 0664 root bin 3912 65118 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePicker-xref.html 0664 root bin 2059 43327 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePicker.html 0664 root bin 9910 60727 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePicker2-xref.html 0664 root bin 1401 52447 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePicker2.html 0664 root bin 4727 5635 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerControlAccess-xref.html 0664 root bin 1744 17266 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerControlAccess.html 0664 root bin 10681 60494 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerListener-xref.html 0664 root bin 1947 35704 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerListener.html 0664 root bin 9045 51128 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerNotifier-xref.html 0664 root bin 1724 15270 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePickerNotifier.html 0664 root bin 4703 8700 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePreview-xref.html 0664 root bin 1696 12470 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilePreview.html 0664 root bin 10297 27695 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilterGroupManager-xref.html 0664 root bin 1724 15334 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilterGroupManager.html 0664 root bin 4813 18299 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilterManager-xref.html 0664 root bin 1704 13234 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFilterManager.html 0664 root bin 5892 39670 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFolderPicker-xref.html 0664 root bin 1704 13262 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/XFolderPicker.html 0664 root bin 7569 57638 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/dialogs/module-ix.html 0664 root bin 8149 57658 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/ui/module-ix.html 0664 root bin 13636 33625 1224152239
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/DeploymentException-xref.html 0664 root bin 3788 1229 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/DeploymentException.html 0664 root bin 2020 38001 1224152239
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/Exception-xref.html 0664 root bin 61810 53650 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/Exception.html 0664 root bin 4377 44546 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/NamingService-xref.html 0664 root bin 1273 42091 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/NamingService.html 0664 root bin 2250 58474 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/RuntimeException-xref.html 0664 root bin 7509 7995 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/RuntimeException.html 0664 root bin 3174 10879 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/SecurityException-xref.html 0664 root bin 5793 54839 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/SecurityException.html 0664 root bin 1972 34468 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/TypeClass-xref.html 0664 root bin 4130 28201 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/TypeClass.html 0664 root bin 18126 54395 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/Uik-xref.html 0664 root bin 2521 17816 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/Uik.html 0664 root bin 4774 2167 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XAdapter-xref.html 0664 root bin 2057 43058 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XAdapter.html 0664 root bin 4840 12727 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XAggregation-xref.html 0664 root bin 2767 40796 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XAggregation.html 0664 root bin 8354 498 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XComponentContext-xref.html 0664 root bin 6839 17209 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XComponentContext.html 0664 root bin 5909 50536 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XCurrentContext-xref.html 0664 root bin 2222 57532 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XCurrentContext.html 0664 root bin 3387 23361 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XInterface-xref.html 0664 root bin 412569 3253 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XInterface.html 0664 root bin 8490 14966 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XNamingService-xref.html 0664 root bin 2262 62511 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XNamingService.html 0664 root bin 5230 48703 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XReference-xref.html 0664 root bin 2182 54297 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XReference.html 0664 root bin 3272 12922 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XUnloadingPreference-xref.html 0664 root bin 1424 55678 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XUnloadingPreference.html 0664 root bin 4100 26500 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XWeak-xref.html 0664 root bin 2689 37337 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/XWeak.html 0664 root bin 5483 10473 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uno/module-ix.html 0664 root bin 6801 338 1224152239
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/ExternalUriReferenceTranslator.html 0664 root bin 1885 27571 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/RelativeUriExcessParentSegments-xref.html 0664 root bin 1689 12879 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/RelativeUriExcessParentSegments.html 0664 root bin 4104 17697 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/UriReferenceFactory.html 0664 root bin 3766 63358 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.html 0664 root bin 2590 24817 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.html 0664 root bin 2590 24943 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.html 0664 root bin 1891 27765 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XExternalUriReferenceTranslator-xref.html 0664 root bin 1803 24281 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XExternalUriReferenceTranslator.html 0664 root bin 5861 49713 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriReference-xref.html 0664 root bin 3685 60976 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriReference.html 0664 root bin 18912 41904 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriReferenceFactory-xref.html 0664 root bin 1737 17243 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriReferenceFactory.html 0664 root bin 10270 30147 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriSchemeParser-xref.html 0664 root bin 1872 29857 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XUriSchemeParser.html 0664 root bin 4186 27644 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarExpandUrl-xref.html 0664 root bin 1756 18670 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarExpandUrl.html 0664 root bin 4426 45722 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarExpandUrlReference-xref.html 0664 root bin 1460 59238 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarExpandUrlReference.html 0664 root bin 2929 52328 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory-xref.html 0664 root bin 1815 25097 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.html 0664 root bin 3745 56274 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarScriptUrl-xref.html 0664 root bin 1756 18796 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarScriptUrl.html 0664 root bin 9062 40936 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarScriptUrlReference-xref.html 0664 root bin 1460 59322 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/XVndSunStarScriptUrlReference.html 0664 root bin 2909 51159 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/uri/module-ix.html 0664 root bin 5471 19403 1224152240
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AliasProgrammaticPair-xref.html 0664 root bin 1328 46846 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AliasProgrammaticPair.html 0664 root bin 3467 30706 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AtomClassRequest-xref.html 0664 root bin 1308 44878 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AtomClassRequest.html 0664 root bin 3670 48604 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AtomDescription-xref.html 0664 root bin 1304 44514 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/AtomDescription.html 0664 root bin 3156 2167 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/BootstrapMacroExpander-xref.html 0664 root bin 1309 45915 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/BootstrapMacroExpander.html 0664 root bin 3379 27075 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/CellProtection-xref.html 0664 root bin 1711 13421 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/CellProtection.html 0664 root bin 4325 36487 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ChangesEvent-xref.html 0664 root bin 1634 6858 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ChangesEvent.html 0664 root bin 3978 7206 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ChangesSet-xref.html 0664 root bin 1909 29109 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ChangesSet.html 0664 root bin 1900 27151 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/CloseVetoException-xref.html 0664 root bin 2480 16874 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/CloseVetoException.html 0664 root bin 2095 44939 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Color-xref.html 0664 root bin 26119 22615 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Color.html 0664 root bin 1711 10152 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DataEditorEvent-xref.html 0664 root bin 1667 10124 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DataEditorEvent.html 0664 root bin 2953 50585 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DataEditorEventType-xref.html 0664 root bin 1606 4077 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DataEditorEventType.html 0664 root bin 3216 5119 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Date-xref.html 0664 root bin 4679 3859 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Date.html 0664 root bin 3585 34654 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DateTime-xref.html 0664 root bin 6324 19007 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DateTime.html 0664 root bin 5564 2685 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DateTimeRange-xref.html 0664 root bin 1296 43382 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DateTimeRange.html 0664 root bin 9913 46345 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DiskFullException-xref.html 0664 root bin 1254 40526 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/DiskFullException.html 0664 root bin 2027 38322 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ElementChange-xref.html 0664 root bin 1296 43470 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ElementChange.html 0664 root bin 3884 64837 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Endianness.html 0664 root bin 3851 59054 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/FileIOException-xref.html 0664 root bin 1554 206 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/FileIOException.html 0664 root bin 1950 31568 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/JobManager.html 0664 root bin 1991 33755 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Language-xref.html 0664 root bin 1258 39877 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Language.html 0664 root bin 1604 1686 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/MacroExpander-xref.html 0664 root bin 2303 587 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/MacroExpander.html 0664 root bin 2919 51544 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/MalformedNumberFormatException-xref.html 0664 root bin 2080 50062 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/MalformedNumberFormatException.html 0664 root bin 3054 61562 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/MeasureUnit.html 0664 root bin 10892 53150 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ModeChangeEvent-xref.html 0664 root bin 1809 22916 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ModeChangeEvent.html 0664 root bin 3234 9128 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NotNumericException-xref.html 0664 root bin 1744 18404 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NotNumericException.html 0664 root bin 1999 36657 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormat.html 0664 root bin 8531 48809 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatProperties-xref.html 0664 root bin 1745 18706 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatProperties.html 0664 root bin 4901 22283 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatSettings-xref.html 0664 root bin 1301 45131 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatSettings.html 0664 root bin 5297 56575 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormats-xref.html 0664 root bin 2195 60235 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormats.html 0664 root bin 2793 41200 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatsSupplier-xref.html 0664 root bin 1305 45603 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatsSupplier.html 0664 root bin 3402 28607 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatter-xref.html 0664 root bin 1980 40332 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/NumberFormatter.html 0664 root bin 3079 1449 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/OfficeInstallationDirectories-xref.html 0664 root bin 1664 11885 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/OfficeInstallationDirectories.html 0664 root bin 3183 13532 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/PathSettings-xref.html 0664 root bin 1744 17955 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/PathSettings.html 0664 root bin 18999 52018 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/PathSubstitution-xref.html 0664 root bin 1794 22819 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/PathSubstitution.html 0664 root bin 4244 35480 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ReplaceDescriptor-xref.html 0664 root bin 1289 43819 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/ReplaceDescriptor.html 0664 root bin 2735 35392 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/RevisionTag-xref.html 0664 root bin 1288 42810 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/RevisionTag.html 0664 root bin 4823 13328 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchAlgorithms-xref.html 0664 root bin 1606 4420 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchAlgorithms.html 0664 root bin 3109 59384 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchDescriptor-xref.html 0664 root bin 2100 48990 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchDescriptor.html 0664 root bin 10336 36737 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchFlags.html 0664 root bin 8167 28317 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchOptions-xref.html 0664 root bin 1613 4906 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchOptions.html 0664 root bin 7587 55792 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchResult-xref.html 0664 root bin 1722 14458 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SearchResult.html 0664 root bin 4909 27015 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortDescriptor-xref.html 0664 root bin 1923 33448 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortDescriptor.html 0664 root bin 7433 43748 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortDescriptor2-xref.html 0664 root bin 2333 3442 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortDescriptor2.html 0664 root bin 2333 1249 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortField-xref.html 0664 root bin 1280 41918 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortField.html 0664 root bin 3936 559 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortFieldType-xref.html 0664 root bin 1574 852 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/SortFieldType.html 0664 root bin 3736 46508 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Sortable-xref.html 0664 root bin 1253 40111 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Sortable.html 0664 root bin 2530 15957 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/TextSearch-xref.html 0664 root bin 1261 40875 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/TextSearch.html 0664 root bin 2327 65212 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Time-xref.html 0664 root bin 3956 5437 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/Time.html 0664 root bin 4078 11926 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/TriState-xref.html 0664 root bin 1843 24253 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/TriState.html 0664 root bin 3775 49059 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/URL-xref.html 0664 root bin 6137 9354 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/URL.html 0664 root bin 10211 10754 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/URLTransformer-xref.html 0664 root bin 1777 21014 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/URLTransformer.html 0664 root bin 2727 36148 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/UriAbbreviation.html 0664 root bin 2115 45565 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/VetoException-xref.html 0664 root bin 4121 33278 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/VetoException.html 0664 root bin 1992 34882 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XArchiver-xref.html 0664 root bin 1380 51150 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XArchiver.html 0664 root bin 5501 2845 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XAtomServer-xref.html 0664 root bin 1388 51998 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XAtomServer.html 0664 root bin 8677 20128 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XBroadcaster-xref.html 0664 root bin 1392 52390 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XBroadcaster.html 0664 root bin 5336 63620 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCancelManager-xref.html 0664 root bin 1400 52994 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCancelManager.html 0664 root bin 3971 6261 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCancellable-xref.html 0664 root bin 3924 8914 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCancellable.html 0664 root bin 2928 48376 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChainable-xref.html 0664 root bin 2226 57374 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChainable.html 0664 root bin 5600 12474 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesBatch-xref.html 0664 root bin 2770 43282 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesBatch.html 0664 root bin 5622 20852 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesListener-xref.html 0664 root bin 1896 31185 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesListener.html 0664 root bin 3917 3349 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesNotifier-xref.html 0664 root bin 2962 60657 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesNotifier.html 0664 root bin 4138 24127 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesSet-xref.html 0664 root bin 1388 51858 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XChangesSet.html 0664 root bin 4253 32670 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloneable-xref.html 0664 root bin 17227 11474 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloneable.html 0664 root bin 2934 49254 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseBroadcaster-xref.html 0664 root bin 3086 1434 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseBroadcaster.html 0664 root bin 4679 7439 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseListener-xref.html 0664 root bin 2747 42146 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseListener.html 0664 root bin 8632 24205 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseable-xref.html 0664 root bin 4072 24445 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XCloseable.html 0664 root bin 9086 4126 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XDataEditor-xref.html 0664 root bin 1388 51842 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XDataEditor.html 0664 root bin 6273 6112 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XDataEditorListener-xref.html 0664 root bin 1890 30337 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XDataEditorListener.html 0664 root bin 3238 11530 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XFlushListener-xref.html 0664 root bin 1844 26055 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XFlushListener.html 0664 root bin 3741 52551 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XFlushable-xref.html 0664 root bin 3320 26416 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XFlushable.html 0664 root bin 4545 56283 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XImportable-xref.html 0664 root bin 2552 22874 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XImportable.html 0664 root bin 3970 7900 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XIndent-xref.html 0664 root bin 3179 14030 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XIndent.html 0664 root bin 3959 8001 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XJobManager-xref.html 0664 root bin 1683 11477 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XJobManager.html 0664 root bin 4330 34939 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XLinkUpdate-xref.html 0664 root bin 1388 51906 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XLinkUpdate.html 0664 root bin 3021 58153 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XLocalizedAliases-xref.html 0664 root bin 1795 21793 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XLocalizedAliases.html 0664 root bin 11950 34216 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XMacroExpander-xref.html 0664 root bin 2492 16318 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XMacroExpander.html 0664 root bin 3483 31292 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XMergeable-xref.html 0664 root bin 2737 40075 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XMergeable.html 0664 root bin 4016 11320 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeApproveListener-xref.html 0664 root bin 2012 42673 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeApproveListener.html 0664 root bin 4397 44918 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeBroadcaster-xref.html 0664 root bin 1432 56274 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeBroadcaster.html 0664 root bin 7144 24460 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeListener-xref.html 0664 root bin 1956 36809 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeChangeListener.html 0664 root bin 3933 4273 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeSelector-xref.html 0664 root bin 1950 35871 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModeSelector.html 0664 root bin 5134 38193 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifiable-xref.html 0664 root bin 5854 55022 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifiable.html 0664 root bin 5120 40978 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifiable2-xref.html 0664 root bin 1392 52086 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifiable2.html 0664 root bin 6355 19220 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifyBroadcaster-xref.html 0664 root bin 8332 7352 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifyBroadcaster.html 0664 root bin 4089 20240 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifyListener-xref.html 0664 root bin 2790 46480 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XModifyListener.html 0664 root bin 3974 7419 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatPreviewer-xref.html 0664 root bin 2510 21921 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatPreviewer.html 0664 root bin 7109 21040 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatTypes-xref.html 0664 root bin 2476 18121 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatTypes.html 0664 root bin 7688 62253 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormats-xref.html 0664 root bin 2810 46691 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormats.html 0664 root bin 10623 49069 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatsSupplier-xref.html 0664 root bin 5957 62459 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatsSupplier.html 0664 root bin 4362 44720 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatter-xref.html 0664 root bin 2768 45241 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XNumberFormatter.html 0664 root bin 11672 17917 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XOfficeInstallationDirectories-xref.html 0664 root bin 2142 54179 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XOfficeInstallationDirectories.html 0664 root bin 7927 28508 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XPropertyReplace-xref.html 0664 root bin 1792 21820 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XPropertyReplace.html 0664 root bin 8860 37357 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XProtectable-xref.html 0664 root bin 2577 26787 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XProtectable.html 0664 root bin 4808 14150 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XRefreshListener-xref.html 0664 root bin 1872 28925 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XRefreshListener.html 0664 root bin 3765 55011 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XRefreshable-xref.html 0664 root bin 5277 1026 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XRefreshable.html 0664 root bin 4934 26010 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XReplaceDescriptor-xref.html 0664 root bin 2749 38537 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XReplaceDescriptor.html 0664 root bin 4342 39715 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XReplaceable-xref.html 0664 root bin 3869 7903 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XReplaceable.html 0664 root bin 5459 7821 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSearchDescriptor-xref.html 0664 root bin 3099 2645 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSearchDescriptor.html 0664 root bin 4342 38948 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSearchable-xref.html 0664 root bin 4131 29932 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSearchable.html 0664 root bin 8073 37224 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSimpleErrorHandler-xref.html 0664 root bin 1420 55238 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSimpleErrorHandler.html 0664 root bin 2929 48591 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSortable-xref.html 0664 root bin 3698 58884 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XSortable.html 0664 root bin 6690 52942 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringAbbreviation-xref.html 0664 root bin 1725 16145 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringAbbreviation.html 0664 root bin 4507 58524 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringEscape-xref.html 0664 root bin 2556 25504 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringEscape.html 0664 root bin 5197 53309 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringMapping-xref.html 0664 root bin 1795 21929 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringMapping.html 0664 root bin 3108 184 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringSubstitution-xref.html 0664 root bin 2272 64874 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringSubstitution.html 0664 root bin 8054 42583 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringWidth-xref.html 0664 root bin 1745 17420 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XStringWidth.html 0664 root bin 3468 31267 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XTextSearch-xref.html 0664 root bin 1683 11699 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XTextSearch.html 0664 root bin 5417 1712 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XTimeStamped-xref.html 0664 root bin 1972 37945 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XTimeStamped.html 0664 root bin 3454 30092 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XURLTransformer-xref.html 0664 root bin 1707 14069 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XURLTransformer.html 0664 root bin 9167 58064 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XUniqueIDFactory-xref.html 0664 root bin 1408 53870 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XUniqueIDFactory.html 0664 root bin 2936 50122 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XUpdatable-xref.html 0664 root bin 2482 15192 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XUpdatable.html 0664 root bin 2937 49796 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XVeto-xref.html 0664 root bin 2362 8444 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/XVeto.html 0664 root bin 3561 37504 1224152241
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/LogLevel.html 0664 root bin 5835 14628 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/Logger-xref.html 0664 root bin 1254 39648 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/Logger.html 0664 root bin 2585 18206 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/LoggerRemote-xref.html 0664 root bin 1278 42128 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/LoggerRemote.html 0664 root bin 2615 21306 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/XLogger-xref.html 0664 root bin 1967 34467 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/XLogger.html 0664 root bin 6161 51439 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/XLoggerRemote-xref.html 0664 root bin 1704 13370 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/XLoggerRemote.html 0664 root bin 6483 15805 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/logging/module-ix.html 0664 root bin 3790 54956 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/module-ix.html 0664 root bin 25850 50534 1224152240
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/theMacroExpander.html 0664 root bin 2078 45815 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/util/theOfficeInstallationDirectories.html 0664 root bin 1993 36827 1224152241
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/DocumentZoomType.html 0664 root bin 5301 49938 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/OfficeDocumentView-xref.html 0664 root bin 1665 10475 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/OfficeDocumentView.html 0664 root bin 3136 5803 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PaperFormat-xref.html 0664 root bin 2486 19103 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PaperFormat.html 0664 root bin 6311 59063 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PaperOrientation-xref.html 0664 root bin 3058 6423 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PaperOrientation.html 0664 root bin 3083 59402 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintJobEvent-xref.html 0664 root bin 1637 7239 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintJobEvent.html 0664 root bin 3204 6382 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintOptions-xref.html 0664 root bin 2320 6509 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintOptions.html 0664 root bin 6816 54863 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintSettings-xref.html 0664 root bin 1273 42295 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintSettings.html 0664 root bin 8940 38756 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintableState-xref.html 0664 root bin 1697 12269 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintableState.html 0664 root bin 5859 29290 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintableStateEvent-xref.html 0664 root bin 1662 9884 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrintableStateEvent.html 0664 root bin 3213 8033 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrinterDescriptor-xref.html 0664 root bin 2219 63124 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/PrinterDescriptor.html 0664 root bin 9237 10969 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/RenderDescriptor-xref.html 0664 root bin 1285 43451 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/RenderDescriptor.html 0664 root bin 3072 61802 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/RenderOptions-xref.html 0664 root bin 1273 42223 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/RenderOptions.html 0664 root bin 6995 3691 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/SelectionType-xref.html 0664 root bin 1697 12054 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/SelectionType.html 0664 root bin 4346 32648 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/ViewSettings-xref.html 0664 root bin 1269 41839 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/ViewSettings.html 0664 root bin 6227 5074 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XControlAccess-xref.html 0664 root bin 3472 38774 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XControlAccess.html 0664 root bin 3602 41669 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XFormLayerAccess-xref.html 0664 root bin 2083 47900 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XFormLayerAccess.html 0664 root bin 7350 37893 1224152241
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XLineCursor-xref.html 0664 root bin 1740 16932 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XLineCursor.html 0664 root bin 5987 47174 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XMultiSelectionSupplier-xref.html 0664 root bin 2195 56342 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XMultiSelectionSupplier.html 0664 root bin 10967 33531 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJob-xref.html 0664 root bin 1380 51102 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJob.html 0664 root bin 5402 63159 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJobBroadcaster-xref.html 0664 root bin 3266 21250 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJobBroadcaster.html 0664 root bin 4527 59061 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJobListener-xref.html 0664 root bin 1928 34527 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintJobListener.html 0664 root bin 4299 37296 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintPreview-xref.html 0664 root bin 1396 52922 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintPreview.html 0664 root bin 3416 25784 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintSettingsSupplier-xref.html 0664 root bin 1804 23253 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintSettingsSupplier.html 0664 root bin 3172 6123 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintable-xref.html 0664 root bin 4984 44100 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintable.html 0664 root bin 6538 35805 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintableBroadcaster-xref.html 0664 root bin 1428 56106 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintableBroadcaster.html 0664 root bin 4539 61443 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintableListener-xref.html 0664 root bin 1942 36221 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XPrintableListener.html 0664 root bin 4212 30117 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XRenderable-xref.html 0664 root bin 1388 51918 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XRenderable.html 0664 root bin 7160 18924 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XScreenCursor-xref.html 0664 root bin 2120 49866 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XScreenCursor.html 0664 root bin 3590 39610 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XSelectionChangeListener-xref.html 0664 root bin 3294 23712 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XSelectionChangeListener.html 0664 root bin 4219 29838 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XSelectionSupplier-xref.html 0664 root bin 6146 16739 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XSelectionSupplier.html 0664 root bin 6759 57445 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XViewCursor-xref.html 0664 root bin 1740 17008 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XViewCursor.html 0664 root bin 7323 27921 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XViewSettingsSupplier-xref.html 0664 root bin 2327 3117 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/XViewSettingsSupplier.html 0664 root bin 3108 291 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/view/module-ix.html 0664 root bin 8611 30883 1224152241
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/Binding-xref.html 0664 root bin 1595 3863 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/Binding.html 0664 root bin 4273 35907 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/InvalidDataOnSubmitException-xref.html 0664 root bin 1298 44958 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/InvalidDataOnSubmitException.html 0664 root bin 2549 17985 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XDataTypeRepository-xref.html 0664 root bin 1740 16907 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XDataTypeRepository.html 0664 root bin 9786 48891 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsEvent-xref.html 0664 root bin 1388 52002 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsEvent.html 0664 root bin 3540 35878 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsSupplier-xref.html 0664 root bin 1400 53354 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsSupplier.html 0664 root bin 3272 12868 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsUIHelper1-xref.html 0664 root bin 1404 53206 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XFormsUIHelper1.html 0664 root bin 21036 7513 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XModel-xref.html 0664 root bin 1689 11116 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XModel.html 0664 root bin 22054 42881 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XSubmission-xref.html 0664 root bin 1890 29459 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/XSubmission.html 0664 root bin 4071 19148 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xforms/module-ix.html 0664 root bin 4088 22553 1224152242
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/Attribute-xref.html 0664 root bin 1280 42078 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/Attribute.html 0664 root bin 3699 45230 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/AttributeContainer-xref.html 0664 root bin 1293 44315 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/AttributeContainer.html 0664 root bin 2765 39313 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/AttributeData-xref.html 0664 root bin 1296 43590 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/AttributeData.html 0664 root bin 3763 51897 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ExportFilter-xref.html 0664 root bin 1798 23521 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ExportFilter.html 0664 root bin 3978 15842 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ImportFilter-xref.html 0664 root bin 1798 23493 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ImportFilter.html 0664 root bin 2695 32762 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/NamespaceContainer-xref.html 0664 root bin 1293 44159 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/NamespaceContainer.html 0664 root bin 2502 15572 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ParaUserDefinedAttributesSupplier-xref.html 0664 root bin 1724 16667 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/ParaUserDefinedAttributesSupplier.html 0664 root bin 3997 17222 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/TextUserDefinedAttributesSupplier-xref.html 0664 root bin 1353 50551 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/TextUserDefinedAttributesSupplier.html 0664 root bin 3987 16492 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/UserDefinedAttributeSupplier-xref.html 0664 root bin 3913 8385 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/UserDefinedAttributeSupplier.html 0664 root bin 4657 8536 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/UserDefinedAttributesSupplier-xref.html 0664 root bin 4312 43633 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/UserDefinedAttributesSupplier.html 0664 root bin 3935 11406 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XExportFilter-xref.html 0664 root bin 2121 50659 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XExportFilter.html 0664 root bin 4042 13607 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XImportFilter-xref.html 0664 root bin 1695 13079 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XImportFilter.html 0664 root bin 4333 39077 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XMLExportFilter-xref.html 0664 root bin 1677 11958 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XMLExportFilter.html 0664 root bin 2884 49169 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XMLImportFilter-xref.html 0664 root bin 2009 43062 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/XMLImportFilter.html 0664 root bin 3613 47932 1224152242
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SEInitializer-xref.html 0664 root bin 1282 42448 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SEInitializer.html 0664 root bin 2852 43253 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment-xref.html 0664 root bin 1306 45332 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment.html 0664 root bin 3666 48616 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SecurityOperationStatus-xref.html 0664 root bin 2944 61091 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/SecurityOperationStatus.html 0664 root bin 26334 5112 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryption-xref.html 0664 root bin 1282 42448 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryption.html 0664 root bin 3150 2648 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryptionException-xref.html 0664 root bin 1703 13313 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryptionException.html 0664 root bin 2588 19078 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryptionTemplate-xref.html 0664 root bin 1314 45760 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLEncryptionTemplate.html 0664 root bin 3207 8508 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSecurityContext-xref.html 0664 root bin 1302 44568 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSecurityContext.html 0664 root bin 3186 6422 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignature-xref.html 0664 root bin 1278 41964 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignature.html 0664 root bin 3143 1801 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignatureException-xref.html 0664 root bin 1697 12401 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignatureException.html 0664 root bin 2582 18352 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignatureTemplate-xref.html 0664 root bin 1310 45276 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XMLSignatureTemplate.html 0664 root bin 3200 7661 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XSEInitializer-xref.html 0664 root bin 1710 13850 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XSEInitializer.html 0664 root bin 4381 41845 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XSecurityEnvironment-xref.html 0664 root bin 2848 49841 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XSecurityEnvironment.html 0664 root bin 12626 30212 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XUriBinding-xref.html 0664 root bin 2599 25096 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XUriBinding.html 0664 root bin 5062 27905 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLEncryption-xref.html 0664 root bin 1710 13850 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLEncryption.html 0664 root bin 5621 20263 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLEncryptionTemplate-xref.html 0664 root bin 2606 25694 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLEncryptionTemplate.html 0664 root bin 5904 46811 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSecurityContext-xref.html 0664 root bin 2639 29089 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSecurityContext.html 0664 root bin 8065 39588 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSecurityTemplate-xref.html 0664 root bin 2196 56863 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSecurityTemplate.html 0664 root bin 7452 40473 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature-xref.html 0664 root bin 1704 13124 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature.html 0664 root bin 5581 15290 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate-xref.html 0664 root bin 2596 24112 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate.html 0664 root bin 6167 60423 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/module-ix.html 0664 root bin 5899 46725 1224152242
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ConstOfSecurityId.html 0664 root bin 2838 37041 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/Decryptor-xref.html 0664 root bin 1275 41457 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/Decryptor.html 0664 root bin 4154 22557 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority-xref.html 0664 root bin 1859 27626 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority.html 0664 root bin 4112 11007 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkType-xref.html 0664 root bin 1295 42655 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkType.html 0664 root bin 3328 9827 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementStackItem-xref.html 0664 root bin 1326 45580 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/ElementStackItem.html 0664 root bin 4164 20581 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/Encryptor-xref.html 0664 root bin 1275 41497 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/Encryptor.html 0664 root bin 4382 42292 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SAXEventKeeper-xref.html 0664 root bin 1295 43049 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SAXEventKeeper.html 0664 root bin 4134 21332 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SignatureCreator-xref.html 0664 root bin 1303 44297 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SignatureCreator.html 0664 root bin 4457 50125 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SignatureVerifier-xref.html 0664 root bin 1307 44729 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/SignatureVerifier.html 0664 root bin 4484 51292 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XBlockerMonitor-xref.html 0664 root bin 1815 23183 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XBlockerMonitor.html 0664 root bin 3616 37050 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster-xref.html 0664 root bin 1767 19635 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XDecryptionResultBroadcaster.html 0664 root bin 5019 32250 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XDecryptionResultListener-xref.html 0664 root bin 2058 47793 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XDecryptionResultListener.html 0664 root bin 3819 58429 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper-xref.html 0664 root bin 1438 55984 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper.html 0664 root bin 5116 32540 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster-xref.html 0664 root bin 1767 19695 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XEncryptionResultBroadcaster.html 0664 root bin 5021 32710 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XEncryptionResultListener-xref.html 0664 root bin 2058 47933 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XEncryptionResultListener.html 0664 root bin 3804 57193 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XKeyCollector-xref.html 0664 root bin 1866 27753 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XKeyCollector.html 0664 root bin 3723 46198 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker-xref.html 0664 root bin 1866 27789 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker.html 0664 root bin 3378 17500 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceCollector-xref.html 0664 root bin 1847 26403 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceCollector.html 0664 root bin 4858 11736 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster-xref.html 0664 root bin 1781 20635 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.html 0664 root bin 5362 62459 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceResolvedListener-xref.html 0664 root bin 2524 22628 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.html 0664 root bin 3830 58272 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeper-xref.html 0664 root bin 2045 41890 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeper.html 0664 root bin 12409 57813 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster-xref.html 0664 root bin 1817 23967 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.html 0664 root bin 4995 30687 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener-xref.html 0664 root bin 2198 60169 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeListener.html 0664 root bin 5730 25865 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSecurityController-xref.html 0664 root bin 1438 56368 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSecurityController.html 0664 root bin 2234 54396 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper-xref.html 0664 root bin 1757 17967 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.html 0664 root bin 6852 53263 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster-xref.html 0664 root bin 1809 23895 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureCreationResultBroadcaster.html 0664 root bin 5184 48707 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener-xref.html 0664 root bin 2156 57733 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.html 0664 root bin 3876 64085 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster-xref.html 0664 root bin 1803 23343 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureVerifyResultBroadcaster.html 0664 root bin 5139 44409 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener-xref.html 0664 root bin 2128 55045 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.html 0664 root bin 3869 63569 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/crypto/sax/module-ix.html 0664 root bin 7986 36375 1224152242
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax/XCompressedDocumentHandler-xref.html 0664 root bin 1457 58599 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax/XCompressedDocumentHandler.html 0664 root bin 9852 44734 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax/XMLAttribute-xref.html 0664 root bin 1301 43459 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax/XMLAttribute.html 0664 root bin 3293 10779 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/csax/module-ix.html 0664 root bin 2513 14795 1224152242
1 d none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom 0755 root bin
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DOMException-xref.html 0664 root bin 5510 20282 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DOMException.html 0664 root bin 3038 55339 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DOMExceptionType-xref.html 0664 root bin 1594 2036 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DOMExceptionType.html 0664 root bin 8303 18215 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DocumentBuilder-xref.html 0664 root bin 1290 43384 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/DocumentBuilder.html 0664 root bin 2217 55060 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/NodeType-xref.html 0664 root bin 1555 63925 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/NodeType.html 0664 root bin 6906 35898 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/SAXDocumentBuilder-xref.html 0664 root bin 1302 44328 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/SAXDocumentBuilder.html 0664 root bin 2540 17309 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/SAXDocumentBuilderState-xref.html 0664 root bin 1651 7896 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/SAXDocumentBuilderState.html 0664 root bin 4084 5733 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/XAttr-xref.html 0664 root bin 2887 50746 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/XAttr.html 0664 root bin 6622 31195 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/XCDATASection-xref.html 0664 root bin 1728 14082 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/xml/dom/XCDATASection.html 0664 root bin 2270 56253 1224152242
1 f none opt/openoffice.org/basis3.0/sdk/docs/common/ref/com/sun/star/x