#!/bin/sh

linenum=88

UNPACKDIR=/var/tmp/unpack_openofficeorg
diskSpaceRequired=16936
checksum=26315

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/                                                                                           0000775 0000000 0000002 00000000000 11331627236 0012473 5                                                                                                    ustar 00root                            bin                             0000557 0044254                                                                                                                                                                        packages/ooobasis32-sdk/                                                                            0000775 0000000 0000002 00000000000 11331627215 0015232 5                                                                                                    ustar 00root                            bin                             0000557 0044254                                                                                                                                                                        packages/ooobasis32-sdk/pkgmap                                                                      0000664 0000000 0000002 00007265450 11331627215 0016457 0                                                                                                    ustar 00root                            bin                             0000557 0044254                                                                                                                                                                        : 1 314848 14963
1 i copyright 43796 5959 1265053023
1 i depend 122 10363 1265053031
1 d none opt/openoffice.org 0755 root bin
1 d none opt/openoffice.org/basis3.2 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/bin 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/bin/autodoc 0775 root bin 2749900 32384 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/cppumaker 0775 root bin 473980 40147 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/idlc 0775 root bin 343244 41339 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/idlcpp 0775 root bin 54924 6064 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/javamaker 0775 root bin 293016 30876 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/regcompare 0775 root bin 100940 40485 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/uno-skeletonmaker 0775 root bin 437056 25057 1260811426
1 f none opt/openoffice.org/basis3.2/sdk/bin/unoapploader 0775 root bin 12312 46430 1265053025
1 d none opt/openoffice.org/basis3.2/sdk/classes 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/classes/com 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/classes/com/sun 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/InstallationFinder$StreamGobbler.class 0664 root bin 739 43745 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/InstallationFinder.class 0664 root bin 6963 4601 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/Loader$CustomURLClassLoader.class 0664 root bin 876 50199 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/Loader$Drain.class 0664 root bin 586 32735 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/Loader.class 0664 root bin 7231 3206 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/WinRegKey.class 0664 root bin 3977 12646 1260812006
1 f none opt/openoffice.org/basis3.2/sdk/classes/com/sun/star/lib/loader/WinRegKeyException.class 0664 root bin 323 16239 1260812006
1 d none opt/openoffice.org/basis3.2/sdk/classes/win 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/classes/win/unowinreg.dll 0664 root bin 6144 65404 1260812110
1 f none opt/openoffice.org/basis3.2/sdk/config.guess 0755 root bin 43458 38190 1260811430
1 f none opt/openoffice.org/basis3.2/sdk/config.sub 0755 root bin 31467 28583 1260811430
1 f none opt/openoffice.org/basis3.2/sdk/configure.pl 0755 root bin 23289 34187 1260811432
1 d none opt/openoffice.org/basis3.2/sdk/docs 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/docs/common 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/Autodoc_DiagnosticMessages.txt 0664 root bin 200033 53533 1260812110
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/module-ix.html 0664 root bin 1851 25629 1260812036
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/module-ix.html 0664 root bin 1840 24796 1260812036
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star 0755 root bin
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessBridge-xref.html 0664 root bin 1269 41532 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessBridge.html 0664 root bin 3412 26744 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/Accessible-xref.html 0664 root bin 1685 12712 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/Accessible.html 0664 root bin 3689 51398 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleContext-xref.html 0664 root bin 3983 18425 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleContext.html 0664 root bin 5331 4180 1260812036
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventId.html 0664 root bin 51223 54713 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventObject-xref.html 0664 root bin 2412 12393 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleEventObject.html 0664 root bin 4741 6147 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelation-xref.html 0664 root bin 2328 4114 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelation.html 0664 root bin 4390 45133 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRelationType.html 0664 root bin 9188 44614 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleRole.html 0664 root bin 54580 16429 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleStateType.html 0664 root bin 22429 40025 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChange-xref.html 0664 root bin 1348 48579 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChange.html 0664 root bin 6034 52434 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTableModelChangeType.html 0664 root bin 4945 23641 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/AccessibleTextType.html 0664 root bin 6872 47282 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/IllegalAccessibleComponentStateException-xref.html 0664 root bin 1676 12526 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/IllegalAccessibleComponentStateException.html 0664 root bin 2556 21448 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/TextSegment-xref.html 0664 root bin 2348 6906 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/TextSegment.html 0664 root bin 6072 1491 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessible-xref.html 0664 root bin 13175 48080 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessible.html 0664 root bin 5438 14065 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleAction-xref.html 0664 root bin 4087 26619 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleAction.html 0664 root bin 9223 9604 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleComponent-xref.html 0664 root bin 11580 32968 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleComponent.html 0664 root bin 16229 29940 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleContext-xref.html 0664 root bin 12872 21702 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleContext.html 0664 root bin 15246 574 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEditableText-xref.html 0664 root bin 2629 31316 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEditableText.html 0664 root bin 16620 52418 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventBroadcaster-xref.html 0664 root bin 9923 19433 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventBroadcaster.html 0664 root bin 4948 33563 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventListener-xref.html 0664 root bin 2750 43824 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleEventListener.html 0664 root bin 4569 63348 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleExtendedComponent-xref.html 0664 root bin 6408 32860 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleExtendedComponent.html 0664 root bin 6942 8545 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHyperlink-xref.html 0664 root bin 2431 14099 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHyperlink.html 0664 root bin 10995 33299 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHypertext-xref.html 0664 root bin 1932 35631 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleHypertext.html 0664 root bin 8222 53897 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleImage-xref.html 0664 root bin 2599 27703 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleImage.html 0664 root bin 5840 40356 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleKeyBinding-xref.html 0664 root bin 2457 15966 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleKeyBinding.html 0664 root bin 6920 9844 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleMultiLineText-xref.html 0664 root bin 1440 57239 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleMultiLineText.html 0664 root bin 10206 29217 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleRelationSet-xref.html 0664 root bin 2308 2485 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleRelationSet.html 0664 root bin 8192 49904 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleSelection-xref.html 0664 root bin 4775 22874 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleSelection.html 0664 root bin 13659 4834 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleStateSet-xref.html 0664 root bin 2281 65167 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleStateSet.html 0664 root bin 7429 43398 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTable-xref.html 0664 root bin 3441 37757 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTable.html 0664 root bin 31756 56105 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleText-xref.html 0664 root bin 5631 33752 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleText.html 0664 root bin 35082 25106 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextAttributes-xref.html 0664 root bin 1834 26096 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextAttributes.html 0664 root bin 6551 41400 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextMarkup-xref.html 0664 root bin 1428 56075 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleTextMarkup.html 0664 root bin 9522 34130 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleValue-xref.html 0664 root bin 3303 22535 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/XAccessibleValue.html 0664 root bin 7547 58793 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/accessibility/module-ix.html 0664 root bin 12336 42845 1260812036
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationAdditiveMode.html 0664 root bin 4579 51348 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationCalcMode.html 0664 root bin 5993 49726 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationColorSpace.html 0664 root bin 3635 42329 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationEndSync.html 0664 root bin 7238 36122 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationFill.html 0664 root bin 9955 4262 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationNodeType.html 0664 root bin 8679 63089 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationRestart.html 0664 root bin 6287 7726 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationTransformType.html 0664 root bin 4973 20783 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/AnimationValueType.html 0664 root bin 3806 54540 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/Event-xref.html 0664 root bin 1264 40343 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/Event.html 0664 root bin 4961 25042 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/EventTrigger.html 0664 root bin 9389 59305 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TargetProperties-xref.html 0664 root bin 1308 45023 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TargetProperties.html 0664 root bin 3675 48330 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TargetPropertiesCreator.html 0664 root bin 1732 14484 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TimeFilterPair-xref.html 0664 root bin 1300 43923 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TimeFilterPair.html 0664 root bin 3032 55665 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/Timing-xref.html 0664 root bin 1241 38178 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/Timing.html 0664 root bin 3377 18816 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TransitionSubType.html 0664 root bin 49994 32993 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/TransitionType.html 0664 root bin 19500 5543 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/ValuePair-xref.html 0664 root bin 1280 41907 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/ValuePair.html 0664 root bin 2986 51465 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimate-xref.html 0664 root bin 1878 28799 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimate.html 0664 root bin 14018 12843 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateColor-xref.html 0664 root bin 1396 52727 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateColor.html 0664 root bin 5599 16447 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateMotion-xref.html 0664 root bin 1400 53203 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateMotion.html 0664 root bin 4999 28015 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateSet-xref.html 0664 root bin 1388 51883 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateSet.html 0664 root bin 3837 60700 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateTransform-xref.html 0664 root bin 1412 54507 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimateTransform.html 0664 root bin 5110 39527 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationListener-xref.html 0664 root bin 1819 24276 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationListener.html 0664 root bin 6869 58108 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationNode-xref.html 0664 root bin 4956 39805 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationNode.html 0664 root bin 20744 3462 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationNodeSupplier-xref.html 0664 root bin 1432 56551 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAnimationNodeSupplier.html 0664 root bin 3004 55704 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAudio-xref.html 0664 root bin 1368 49863 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XAudio.html 0664 root bin 3904 65435 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XCommand-xref.html 0664 root bin 1376 50683 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XCommand.html 0664 root bin 5137 44709 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XIterateContainer-xref.html 0664 root bin 1412 54467 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XIterateContainer.html 0664 root bin 6375 21956 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTargetPropertiesCreator-xref.html 0664 root bin 1761 20010 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTargetPropertiesCreator.html 0664 root bin 4321 43956 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTimeContainer-xref.html 0664 root bin 1708 13881 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTimeContainer.html 0664 root bin 10567 51342 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTransitionFilter-xref.html 0664 root bin 1412 54595 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/XTransitionFilter.html 0664 root bin 8907 43998 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/animations/module-ix.html 0664 root bin 9729 64557 1260812038
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/AuthenticationFailedException-xref.html 0664 root bin 2106 49123 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/AuthenticationFailedException.html 0664 root bin 2093 45182 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidArgumentException-xref.html 0664 root bin 2354 6814 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidArgumentException.html 0664 root bin 2054 40910 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidContextException-xref.html 0664 root bin 1723 15881 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidContextException.html 0664 root bin 2071 42708 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidCredentialException-xref.html 0664 root bin 1987 39541 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidCredentialException.html 0664 root bin 2085 44009 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidPrincipalException-xref.html 0664 root bin 1746 17977 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/InvalidPrincipalException.html 0664 root bin 2051 40899 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/PersistenceFailureException-xref.html 0664 root bin 1877 29885 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/PersistenceFailureException.html 0664 root bin 2073 43367 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/SSOManagerFactory-xref.html 0664 root bin 1289 43488 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/SSOManagerFactory.html 0664 root bin 4616 5070 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/SSOPasswordCache-xref.html 0664 root bin 1285 43056 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/SSOPasswordCache.html 0664 root bin 3266 16041 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/UnsupportedException-xref.html 0664 root bin 1726 16185 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/UnsupportedException.html 0664 root bin 2043 40415 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOAcceptorContext-xref.html 0664 root bin 1755 17889 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOAcceptorContext.html 0664 root bin 4714 9779 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOContext-xref.html 0664 root bin 1761 18415 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOContext.html 0664 root bin 5517 7975 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOInitiatorContext-xref.html 0664 root bin 1761 18669 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOInitiatorContext.html 0664 root bin 5159 51572 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOManager-xref.html 0664 root bin 1728 14793 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOManager.html 0664 root bin 6431 28620 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOManagerFactory-xref.html 0664 root bin 1725 15618 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOManagerFactory.html 0664 root bin 3285 13896 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOPasswordCache-xref.html 0664 root bin 1719 14970 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/XSSOPasswordCache.html 0664 root bin 6767 54536 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/auth/module-ix.html 0664 root bin 5547 27402 1260812038
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleButton-xref.html 0664 root bin 1285 43368 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleButton.html 0664 root bin 12686 61489 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleCheckBox-xref.html 0664 root bin 1293 43924 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleCheckBox.html 0664 root bin 12685 59349 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleComboBox-xref.html 0664 root bin 1293 43996 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleComboBox.html 0664 root bin 9766 2338 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownComboBox-xref.html 0664 root bin 1325 47248 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownComboBox.html 0664 root bin 11049 50379 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownListBox-xref.html 0664 root bin 1321 46912 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleDropDownListBox.html 0664 root bin 10953 41957 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleEdit-xref.html 0664 root bin 1277 42384 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleEdit.html 0664 root bin 12252 25147 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleFixedText-xref.html 0664 root bin 1297 44492 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleFixedText.html 0664 root bin 10691 19503 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControl-xref.html 0664 root bin 1329 47692 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControl.html 0664 root bin 7941 31180 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControlEntry-xref.html 0664 root bin 1349 49812 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleIconChoiceControlEntry.html 0664 root bin 7738 14147 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleList-xref.html 0664 root bin 1590 3876 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleList.html 0664 root bin 12167 14949 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBox-xref.html 0664 root bin 1289 43660 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBox.html 0664 root bin 9668 59395 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBoxList-xref.html 0664 root bin 1305 45308 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListBoxList.html 0664 root bin 3454 32006 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListItem-xref.html 0664 root bin 1293 44068 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleListItem.html 0664 root bin 7533 59513 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenu-xref.html 0664 root bin 1277 42444 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenu.html 0664 root bin 13999 45011 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuBar-xref.html 0664 root bin 1289 43552 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuBar.html 0664 root bin 10889 37311 1260812038
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuItem-xref.html 0664 root bin 1293 44040 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuItem.html 0664 root bin 13010 23652 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuSeparator-xref.html 0664 root bin 1313 46224 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleMenuSeparator.html 0664 root bin 10011 26448 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessiblePopupMenu-xref.html 0664 root bin 1297 44572 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessiblePopupMenu.html 0664 root bin 10916 40594 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleRadioButton-xref.html 0664 root bin 1305 45348 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleRadioButton.html 0664 root bin 12876 12901 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleScrollBar-xref.html 0664 root bin 1297 44424 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleScrollBar.html 0664 root bin 11962 64482 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBar-xref.html 0664 root bin 1297 44508 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBar.html 0664 root bin 9689 64173 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBarItem-xref.html 0664 root bin 1313 46104 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleStatusBarItem.html 0664 root bin 10591 12163 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBar-xref.html 0664 root bin 1285 43048 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBar.html 0664 root bin 9989 23819 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPage-xref.html 0664 root bin 1301 44572 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPage.html 0664 root bin 9893 15290 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPageList-xref.html 0664 root bin 1317 46220 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabBarPageList.html 0664 root bin 10668 18217 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabControl-xref.html 0664 root bin 1301 44888 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabControl.html 0664 root bin 10722 22639 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabPage-xref.html 0664 root bin 1289 43464 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTabPage.html 0664 root bin 10849 32212 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTextField-xref.html 0664 root bin 1297 44444 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTextField.html 0664 root bin 10704 19391 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBox-xref.html 0664 root bin 1289 43668 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBox.html 0664 root bin 9851 9758 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBoxItem-xref.html 0664 root bin 1305 45264 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleToolBoxItem.html 0664 root bin 13184 37981 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBox-xref.html 0664 root bin 1305 45260 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBox.html 0664 root bin 7913 28165 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBoxEntry-xref.html 0664 root bin 1325 47380 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleTreeListBoxEntry.html 0664 root bin 10187 30312 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleWindow-xref.html 0664 root bin 1285 43352 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AccessibleWindow.html 0664 root bin 10420 58342 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ActionEvent-xref.html 0664 root bin 2101 48497 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ActionEvent.html 0664 root bin 3659 49740 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AdjustmentEvent-xref.html 0664 root bin 2053 44314 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AdjustmentEvent.html 0664 root bin 3440 26964 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AdjustmentType-xref.html 0664 root bin 1586 2456 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AdjustmentType.html 0664 root bin 3894 60777 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/AsyncCallback.html 0664 root bin 2157 49355 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/CharSet.html 0664 root bin 8428 36348 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Command.html 0664 root bin 10211 58130 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ContainerWindowProvider.html 0664 root bin 2112 46222 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DeviceCapability.html 0664 root bin 3917 65468 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DeviceInfo-xref.html 0664 root bin 1579 1049 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DeviceInfo.html 0664 root bin 7441 38118 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DialogProvider.html 0664 root bin 2066 41223 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DialogProvider2.html 0664 root bin 2070 41423 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DockingData-xref.html 0664 root bin 1631 6460 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DockingData.html 0664 root bin 3608 41065 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DockingEvent-xref.html 0664 root bin 1782 20660 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/DockingEvent.html 0664 root bin 5219 51133 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EndDockingEvent-xref.html 0664 root bin 1657 9095 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EndDockingEvent.html 0664 root bin 4316 35598 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EndPopupModeEvent-xref.html 0664 root bin 1669 10403 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EndPopupModeEvent.html 0664 root bin 4062 15929 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EnhancedMouseEvent-xref.html 0664 root bin 1836 25814 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/EnhancedMouseEvent.html 0664 root bin 3242 8461 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FieldUnit.html 0664 root bin 7910 56994 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FocusChangeReason.html 0664 root bin 5873 27872 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FocusEvent-xref.html 0664 root bin 2056 43041 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FocusEvent.html 0664 root bin 5193 51083 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontDescriptor-xref.html 0664 root bin 6673 6420 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontDescriptor.html 0664 root bin 11941 23896 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontEmphasisMark.html 0664 root bin 5721 15576 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontFamily.html 0664 root bin 5704 14553 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontPitch.html 0664 root bin 3756 50310 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontRelief.html 0664 root bin 3554 31679 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontSlant-xref.html 0664 root bin 3550 47377 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontSlant.html 0664 root bin 5241 40505 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontStrikeout.html 0664 root bin 5787 22950 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontType.html 0664 root bin 4096 10749 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontUnderline.html 0664 root bin 12015 9409 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontWeight.html 0664 root bin 7123 55284 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/FontWidth.html 0664 root bin 7568 24756 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Gradient-xref.html 0664 root bin 3053 65336 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Gradient.html 0664 root bin 7642 54813 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/GradientStyle-xref.html 0664 root bin 1563 65428 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/GradientStyle.html 0664 root bin 4958 15452 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ImageAlign.html 0664 root bin 3929 62673 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ImagePosition.html 0664 root bin 10682 62046 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ImageScaleMode.html 0664 root bin 4338 39792 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ImageStatus.html 0664 root bin 4792 5302 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/InputEvent-xref.html 0664 root bin 1673 9993 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/InputEvent.html 0664 root bin 3278 14121 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/InvalidateStyle.html 0664 root bin 5841 25115 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ItemEvent-xref.html 0664 root bin 1615 4921 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ItemEvent.html 0664 root bin 3888 63202 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Key.html 0664 root bin 52389 36522 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyEvent-xref.html 0664 root bin 3090 4809 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyEvent.html 0664 root bin 4263 28852 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyFunction.html 0664 root bin 9101 21754 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyGroup.html 0664 root bin 5118 28543 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyModifier.html 0664 root bin 4123 11996 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyStroke-xref.html 0664 root bin 1664 10047 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/KeyStroke.html 0664 root bin 4639 61467 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/LineEndFormat.html 0664 root bin 4332 33031 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MaxChildrenException-xref.html 0664 root bin 1588 3486 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MaxChildrenException.html 0664 root bin 1879 26391 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuBar-xref.html 0664 root bin 1249 39528 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuBar.html 0664 root bin 3064 60862 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuEvent-xref.html 0664 root bin 2407 8822 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuEvent.html 0664 root bin 2806 36925 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuItemStyle.html 0664 root bin 3847 57984 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuItemType-xref.html 0664 root bin 1589 2294 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuItemType.html 0664 root bin 4970 17424 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuLogo-xref.html 0664 root bin 1936 32099 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MenuLogo.html 0664 root bin 4215 25237 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MessageBoxButtons.html 0664 root bin 9366 44856 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MessageBoxCommand.html 0664 root bin 4095 9741 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MouseButton.html 0664 root bin 3658 42988 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MouseEvent-xref.html 0664 root bin 4416 58336 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MouseEvent.html 0664 root bin 6001 48909 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/MouseWheelBehavior.html 0664 root bin 4513 51356 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PaintEvent-xref.html 0664 root bin 1612 4776 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PaintEvent.html 0664 root bin 3911 2878 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Point-xref.html 0664 root bin 11805 56001 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Point.html 0664 root bin 3023 54717 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PopupMenu-xref.html 0664 root bin 1257 40548 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PopupMenu.html 0664 root bin 3111 731 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PopupMenuDirection.html 0664 root bin 5710 11343 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PosSize.html 0664 root bin 5354 47862 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PrinterException-xref.html 0664 root bin 1802 21465 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PrinterException.html 0664 root bin 2076 42856 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PushButtonType-xref.html 0664 root bin 1623 6017 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/PushButtonType.html 0664 root bin 3908 59471 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/RasterOperation-xref.html 0664 root bin 1962 34702 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/RasterOperation.html 0664 root bin 4873 12884 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Rectangle-xref.html 0664 root bin 12913 29909 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Rectangle.html 0664 root bin 3920 63561 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/RoadmapItem-xref.html 0664 root bin 1770 19599 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/RoadmapItem.html 0664 root bin 5708 28727 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/ScrollBarOrientation.html 0664 root bin 3125 63608 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Selection-xref.html 0664 root bin 2048 42635 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Selection.html 0664 root bin 3061 58189 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SimpleFontMetric-xref.html 0664 root bin 1712 13405 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SimpleFontMetric.html 0664 root bin 6101 54030 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Size-xref.html 0664 root bin 12564 55533 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Size.html 0664 root bin 3036 56006 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SpinEvent-xref.html 0664 root bin 1880 28112 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SpinEvent.html 0664 root bin 2855 41479 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Style.html 0664 root bin 2968 48746 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SystemDependentXWindow-xref.html 0664 root bin 1332 47423 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SystemDependentXWindow.html 0664 root bin 3678 47998 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/SystemPointer.html 0664 root bin 42247 52513 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TabController-xref.html 0664 root bin 1273 42156 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TabController.html 0664 root bin 3000 57319 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TabControllerModel-xref.html 0664 root bin 1293 44144 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TabControllerModel.html 0664 root bin 3793 59644 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TextAlign.html 0664 root bin 3482 26211 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TextEvent-xref.html 0664 root bin 1605 4093 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/TextEvent.html 0664 root bin 2848 40834 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Toolkit-xref.html 0664 root bin 2424 14486 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/Toolkit.html 0664 root bin 5094 42343 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControl-xref.html 0664 root bin 6950 26815 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControl.html 0664 root bin 6898 65337 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlButton-xref.html 0664 root bin 2153 53193 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlButton.html 0664 root bin 4754 10771 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlButtonModel-xref.html 0664 root bin 2052 44266 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlButtonModel.html 0664 root bin 23074 61773 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBox-xref.html 0664 root bin 2018 40454 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBox.html 0664 root bin 4785 12974 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBoxModel-xref.html 0664 root bin 2364 5853 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCheckBoxModel.html 0664 root bin 20041 57439 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBox-xref.html 0664 root bin 2131 50545 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBox.html 0664 root bin 4163 25123 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBoxModel-xref.html 0664 root bin 2364 6069 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlComboBoxModel.html 0664 root bin 20082 3799 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainer-xref.html 0664 root bin 1600 5116 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainer.html 0664 root bin 5839 40654 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainerModel-xref.html 0664 root bin 1317 46684 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlContainerModel.html 0664 root bin 8554 3437 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyField-xref.html 0664 root bin 2181 55885 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyField.html 0664 root bin 4993 30085 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyFieldModel-xref.html 0664 root bin 1897 32150 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlCurrencyFieldModel.html 0664 root bin 23444 34332 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateField-xref.html 0664 root bin 2260 61908 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateField.html 0664 root bin 4937 23710 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateFieldModel-xref.html 0664 root bin 2376 6945 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDateFieldModel.html 0664 root bin 23136 63666 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialog-xref.html 0664 root bin 1818 24856 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialog.html 0664 root bin 4820 16107 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogElement-xref.html 0664 root bin 12276 48598 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogElement.html 0664 root bin 6527 26845 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogModel-xref.html 0664 root bin 1983 40122 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlDialogModel.html 0664 root bin 18071 27944 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlEdit-xref.html 0664 root bin 3876 10160 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlEdit.html 0664 root bin 5472 8503 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlEditModel-xref.html 0664 root bin 2823 48013 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlEditModel.html 0664 root bin 23529 34483 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControl-xref.html 0664 root bin 1774 20552 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControl.html 0664 root bin 3065 62478 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControlModel-xref.html 0664 root bin 1718 15812 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFileControlModel.html 0664 root bin 14376 40560 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlink-xref.html 0664 root bin 1317 46756 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlink.html 0664 root bin 5039 35492 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlinkModel-xref.html 0664 root bin 1337 48744 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedHyperlinkModel.html 0664 root bin 15054 30481 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLine-xref.html 0664 root bin 1828 26000 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLine.html 0664 root bin 2943 51462 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLineModel-xref.html 0664 root bin 1703 14553 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedLineModel.html 0664 root bin 10617 49918 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedText-xref.html 0664 root bin 1762 19108 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedText.html 0664 root bin 4759 11279 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedTextModel-xref.html 0664 root bin 2050 43796 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFixedTextModel.html 0664 root bin 14360 38555 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedField-xref.html 0664 root bin 2191 56795 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedField.html 0664 root bin 4243 31297 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedFieldModel-xref.html 0664 root bin 2589 27651 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlFormattedFieldModel.html 0664 root bin 25727 29985 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBox-xref.html 0664 root bin 2131 50835 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBox.html 0664 root bin 2939 51198 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBoxModel-xref.html 0664 root bin 1700 14018 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlGroupBoxModel.html 0664 root bin 11396 50734 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControl-xref.html 0664 root bin 2312 1758 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControl.html 0664 root bin 4129 23337 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControlModel-xref.html 0664 root bin 2235 60812 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlImageControlModel.html 0664 root bin 12210 47267 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBox-xref.html 0664 root bin 2121 49705 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBox.html 0664 root bin 5582 17459 1260812040
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBoxModel-xref.html 0664 root bin 2352 5061 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlListBoxModel.html 0664 root bin 18771 23618 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlModel-xref.html 0664 root bin 12833 33864 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlModel.html 0664 root bin 10325 33128 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericField-xref.html 0664 root bin 2294 165 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericField.html 0664 root bin 4992 29587 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericFieldModel-xref.html 0664 root bin 2412 11037 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlNumericFieldModel.html 0664 root bin 22294 65286 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternField-xref.html 0664 root bin 2171 54795 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternField.html 0664 root bin 5009 31323 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternFieldModel-xref.html 0664 root bin 1889 31278 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlPatternFieldModel.html 0664 root bin 18696 17500 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBar-xref.html 0664 root bin 1774 20624 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBar.html 0664 root bin 4082 17808 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBarModel-xref.html 0664 root bin 1671 11485 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlProgressBarModel.html 0664 root bin 10477 37718 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButton-xref.html 0664 root bin 2044 43578 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButton.html 0664 root bin 4838 18902 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButtonModel-xref.html 0664 root bin 2400 10125 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRadioButtonModel.html 0664 root bin 19492 11751 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmap-xref.html 0664 root bin 1641 8439 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmap.html 0664 root bin 5900 48496 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmapModel-xref.html 0664 root bin 1837 26449 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlRoadmapModel.html 0664 root bin 13605 45934 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBar-xref.html 0664 root bin 1796 22695 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBar.html 0664 root bin 4184 27146 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBarModel-xref.html 0664 root bin 2048 43566 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlScrollBarModel.html 0664 root bin 15980 47418 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimation-xref.html 0664 root bin 1321 47156 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimation.html 0664 root bin 4509 55552 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimationModel-xref.html 0664 root bin 1341 49144 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSimpleAnimationModel.html 0664 root bin 5519 11356 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButton-xref.html 0664 root bin 1301 45156 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButton.html 0664 root bin 4569 60203 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButtonModel-xref.html 0664 root bin 1712 15362 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlSpinButtonModel.html 0664 root bin 15023 39927 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobber-xref.html 0664 root bin 1293 44268 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobber.html 0664 root bin 4425 46888 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobberModel-xref.html 0664 root bin 1313 46256 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlThrobberModel.html 0664 root bin 3666 48704 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeField-xref.html 0664 root bin 2022 40812 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeField.html 0664 root bin 4939 23985 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeFieldModel-xref.html 0664 root bin 2376 7149 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/UnoControlTimeFieldModel.html 0664 root bin 21824 19203 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/VclContainerEvent-xref.html 0664 root bin 1800 22602 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/VclContainerEvent.html 0664 root bin 3199 6655 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/VclWindowPeerAttribute.html 0664 root bin 12472 27721 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/VisualEffect.html 0664 root bin 3819 54112 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowAttribute.html 0664 root bin 8829 13829 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowClass-xref.html 0664 root bin 1937 32365 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowClass.html 0664 root bin 4219 21870 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowDescriptor-xref.html 0664 root bin 2060 44554 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowDescriptor.html 0664 root bin 7376 35923 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowEvent-xref.html 0664 root bin 2335 3984 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/WindowEvent.html 0664 root bin 6940 58761 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XActionListener-xref.html 0664 root bin 4133 36019 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XActionListener.html 0664 root bin 3708 50829 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XActivateListener-xref.html 0664 root bin 1412 54491 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XActivateListener.html 0664 root bin 5239 50447 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XAdjustmentListener-xref.html 0664 root bin 2476 16689 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XAdjustmentListener.html 0664 root bin 3779 58330 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XBitmap-xref.html 0664 root bin 4288 42936 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XBitmap.html 0664 root bin 4237 26438 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XButton-xref.html 0664 root bin 2178 54870 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XButton.html 0664 root bin 5405 64722 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCallback-xref.html 0664 root bin 1714 13748 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCallback.html 0664 root bin 3281 12871 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCheckBox-xref.html 0664 root bin 2309 747 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCheckBox.html 0664 root bin 6637 34293 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XComboBox-xref.html 0664 root bin 2283 63575 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XComboBox.html 0664 root bin 11557 61875 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowEventHandler-xref.html 0664 root bin 1880 30732 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowEventHandler.html 0664 root bin 6476 34467 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowProvider-xref.html 0664 root bin 1761 20022 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XContainerWindowProvider.html 0664 root bin 6763 60200 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControl-xref.html 0664 root bin 8562 35344 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControl.html 0664 root bin 10940 5520 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControlContainer-xref.html 0664 root bin 2963 57753 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControlContainer.html 0664 root bin 6202 1023 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControlModel-xref.html 0664 root bin 13409 13681 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XControlModel.html 0664 root bin 1778 17505 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCurrencyField-xref.html 0664 root bin 1866 28528 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XCurrencyField.html 0664 root bin 13774 48792 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDataTransferProviderAccess-xref.html 0664 root bin 1741 17678 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDataTransferProviderAccess.html 0664 root bin 6774 53586 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDateField-xref.html 0664 root bin 1834 24840 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDateField.html 0664 root bin 13727 41183 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDevice-xref.html 0664 root bin 3415 29448 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDevice.html 0664 root bin 8643 10263 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialog-xref.html 0664 root bin 3803 740 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialog.html 0664 root bin 4987 23846 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialog2-xref.html 0664 root bin 1376 50439 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialog2.html 0664 root bin 4420 44012 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogEventHandler-xref.html 0664 root bin 1894 31807 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogEventHandler.html 0664 root bin 6400 26203 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider-xref.html 0664 root bin 2786 43807 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider.html 0664 root bin 3798 56039 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider2-xref.html 0664 root bin 2171 55076 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDialogProvider2.html 0664 root bin 6842 63229 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDisplayBitmap-xref.html 0664 root bin 2018 39356 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDisplayBitmap.html 0664 root bin 1926 30403 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDisplayConnection-xref.html 0664 root bin 1416 54935 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDisplayConnection.html 0664 root bin 7310 32576 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDockableWindow-xref.html 0664 root bin 1800 22274 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDockableWindow.html 0664 root bin 11359 50549 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDockableWindowListener-xref.html 0664 root bin 1946 36330 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XDockableWindowListener.html 0664 root bin 10063 7151 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XEnhancedMouseClickHandler-xref.html 0664 root bin 2222 60996 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XEnhancedMouseClickHandler.html 0664 root bin 4674 2407 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XEventHandler-xref.html 0664 root bin 2158 55330 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XEventHandler.html 0664 root bin 3327 18968 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XExtendedToolkit-xref.html 0664 root bin 1935 35360 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XExtendedToolkit.html 0664 root bin 17004 31772 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFileDialog-xref.html 0664 root bin 1388 51775 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFileDialog.html 0664 root bin 5916 37256 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFixedHyperlink-xref.html 0664 root bin 1727 16348 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFixedHyperlink.html 0664 root bin 8258 39273 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFixedText-xref.html 0664 root bin 1697 13174 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFixedText.html 0664 root bin 5051 30133 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFocusListener-xref.html 0664 root bin 2458 14707 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFocusListener.html 0664 root bin 4915 23362 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFont-xref.html 0664 root bin 2883 48009 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFont.html 0664 root bin 8487 62244 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFont2-xref.html 0664 root bin 1368 49699 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XFont2.html 0664 root bin 4042 10688 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XGraphics-xref.html 0664 root bin 2650 28204 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XGraphics.html 0664 root bin 30050 40177 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageButton-xref.html 0664 root bin 1392 52347 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageButton.html 0664 root bin 4657 1694 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageConsumer-xref.html 0664 root bin 1848 26330 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageConsumer.html 0664 root bin 9464 19614 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageProducer-xref.html 0664 root bin 2157 52240 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XImageProducer.html 0664 root bin 5801 40092 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XInfoPrinter-xref.html 0664 root bin 1728 15658 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XInfoPrinter.html 0664 root bin 3746 53427 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XItemEventBroadcaster-xref.html 0664 root bin 2414 9426 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XItemEventBroadcaster.html 0664 root bin 4107 19582 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XItemListener-xref.html 0664 root bin 3571 49308 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XItemListener.html 0664 root bin 3752 54421 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XKeyHandler-xref.html 0664 root bin 2534 21823 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XKeyHandler.html 0664 root bin 7022 15908 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XKeyListener-xref.html 0664 root bin 2182 54596 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XKeyListener.html 0664 root bin 4423 44322 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutConstrains-xref.html 0664 root bin 5596 33090 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutConstrains.html 0664 root bin 4512 54173 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutContainer-xref.html 0664 root bin 2176 54764 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutContainer.html 0664 root bin 2791 38306 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutFlow-xref.html 0664 root bin 1388 52055 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutFlow.html 0664 root bin 3674 48982 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutRoot-xref.html 0664 root bin 1388 52103 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutRoot.html 0664 root bin 3572 39481 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutUnit-xref.html 0664 root bin 2060 44177 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XLayoutUnit.html 0664 root bin 2776 36761 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XListBox-xref.html 0664 root bin 2271 62567 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XListBox.html 0664 root bin 19318 2774 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenu-xref.html 0664 root bin 2662 29398 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenu.html 0664 root bin 12770 30501 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuBar-xref.html 0664 root bin 3027 61520 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuBar.html 0664 root bin 2225 54067 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuBarExtended-xref.html 0664 root bin 1408 53867 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuBarExtended.html 0664 root bin 3070 59146 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended-xref.html 0664 root bin 1816 22929 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended.html 0664 root bin 6257 2643 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended2-xref.html 0664 root bin 1763 18593 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuExtended2.html 0664 root bin 7351 29795 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuListener-xref.html 0664 root bin 1806 22106 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMenuListener.html 0664 root bin 5931 40446 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMessageBox-xref.html 0664 root bin 1734 15967 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMessageBox.html 0664 root bin 5750 23731 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMessageBoxFactory-xref.html 0664 root bin 2049 43298 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMessageBoxFactory.html 0664 root bin 5031 34229 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMetricField-xref.html 0664 root bin 1392 52255 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMetricField.html 0664 root bin 16402 9070 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseClickHandler-xref.html 0664 root bin 2336 4371 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseClickHandler.html 0664 root bin 5251 52929 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseListener-xref.html 0664 root bin 2666 33537 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseListener.html 0664 root bin 6752 51002 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionHandler-xref.html 0664 root bin 1808 22984 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionHandler.html 0664 root bin 5489 9015 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionListener-xref.html 0664 root bin 2738 41097 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XMouseMotionListener.html 0664 root bin 4858 18726 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XNumericField-xref.html 0664 root bin 1858 27568 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XNumericField.html 0664 root bin 13766 47832 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPaintListener-xref.html 0664 root bin 2664 33125 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPaintListener.html 0664 root bin 3800 58646 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPatternField-xref.html 0664 root bin 1858 27656 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPatternField.html 0664 root bin 6769 48175 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPointer-xref.html 0664 root bin 1693 12060 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPointer.html 0664 root bin 3761 54733 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPopupMenu-xref.html 0664 root bin 2804 41549 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPopupMenu.html 0664 root bin 7469 39225 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPopupMenuExtended-xref.html 0664 root bin 1416 54887 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPopupMenuExtended.html 0664 root bin 29528 25708 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinter-xref.html 0664 root bin 1704 13282 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinter.html 0664 root bin 8249 40023 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinterPropertySet-xref.html 0664 root bin 1755 18387 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinterPropertySet.html 0664 root bin 8430 63186 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinterServer-xref.html 0664 root bin 1400 53355 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XPrinterServer.html 0664 root bin 4756 8895 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XProgressBar-xref.html 0664 root bin 2361 4578 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XProgressBar.html 0664 root bin 6380 14516 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XProgressMonitor-xref.html 0664 root bin 1408 54259 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XProgressMonitor.html 0664 root bin 5648 16904 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRadioButton-xref.html 0664 root bin 2216 58713 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRadioButton.html 0664 root bin 5998 46905 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRegion-xref.html 0664 root bin 2864 47242 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRegion.html 0664 root bin 11641 4452 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRequestCallback-xref.html 0664 root bin 1709 14272 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XRequestCallback.html 0664 root bin 3617 42129 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XReschedule-xref.html 0664 root bin 1734 15988 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XReschedule.html 0664 root bin 3377 21250 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XScrollBar-xref.html 0664 root bin 2039 42152 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XScrollBar.html 0664 root bin 13790 59175 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSimpleAnimation-xref.html 0664 root bin 1733 16948 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSimpleAnimation.html 0664 root bin 4536 52028 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSimpleTabController-xref.html 0664 root bin 1424 55699 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSimpleTabController.html 0664 root bin 12125 45087 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinField-xref.html 0664 root bin 2894 54729 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinField.html 0664 root bin 7120 9680 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinListener-xref.html 0664 root bin 2188 55196 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinListener.html 0664 root bin 5915 38137 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinValue-xref.html 0664 root bin 1699 13440 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSpinValue.html 0664 root bin 13137 6600 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemChildFactory-xref.html 0664 root bin 2147 52772 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemChildFactory.html 0664 root bin 3965 5858 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentMenuPeer-xref.html 0664 root bin 1440 57331 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentMenuPeer.html 0664 root bin 4336 38303 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentWindowPeer-xref.html 0664 root bin 1870 29166 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XSystemDependentWindowPeer.html 0664 root bin 4446 48758 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabController-xref.html 0664 root bin 2825 45856 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabController.html 0664 root bin 8621 6696 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabControllerModel-xref.html 0664 root bin 3270 18684 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabControllerModel.html 0664 root bin 8925 37628 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabListener-xref.html 0664 root bin 1888 30410 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTabListener.html 0664 root bin 7415 32447 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextArea-xref.html 0664 root bin 1380 51063 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextArea.html 0664 root bin 2928 49409 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextComponent-xref.html 0664 root bin 3824 5746 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextComponent.html 0664 root bin 10938 7647 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextEditField-xref.html 0664 root bin 1400 53051 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextEditField.html 0664 root bin 2999 55246 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextLayoutConstrains-xref.html 0664 root bin 3583 51574 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextLayoutConstrains.html 0664 root bin 4084 18580 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextListener-xref.html 0664 root bin 2200 56878 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTextListener.html 0664 root bin 3677 47555 1260812042
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XThrobber-xref.html 0664 root bin 1691 12616 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XThrobber.html 0664 root bin 3664 43759 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTimeField-xref.html 0664 root bin 1834 24976 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTimeField.html 0664 root bin 12358 57191 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XToggleButton-xref.html 0664 root bin 1396 52855 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XToggleButton.html 0664 root bin 2775 37582 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XToolkit-xref.html 0664 root bin 2986 58267 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XToolkit.html 0664 root bin 7917 18793 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTopWindow-xref.html 0664 root bin 3128 9319 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTopWindow.html 0664 root bin 6985 8300 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTopWindowListener-xref.html 0664 root bin 2554 24889 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XTopWindowListener.html 0664 root bin 9100 49937 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUnitConversion-xref.html 0664 root bin 1404 53783 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUnitConversion.html 0664 root bin 9214 62130 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUnoControlContainer-xref.html 0664 root bin 1794 22594 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUnoControlContainer.html 0664 root bin 5489 8249 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUserInputInterception-xref.html 0664 root bin 3089 7695 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XUserInputInterception.html 0664 root bin 7227 30439 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainer-xref.html 0664 root bin 1396 52767 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainer.html 0664 root bin 5050 36921 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainerListener-xref.html 0664 root bin 1918 33572 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainerListener.html 0664 root bin 5032 33064 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainerPeer-xref.html 0664 root bin 1412 54351 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclContainerPeer.html 0664 root bin 4891 17255 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclWindowPeer-xref.html 0664 root bin 1780 20414 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XVclWindowPeer.html 0664 root bin 10683 50849 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XView-xref.html 0664 root bin 7101 36759 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XView.html 0664 root bin 6371 9707 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindow-xref.html 0664 root bin 18620 20813 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindow.html 0664 root bin 18369 65199 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindow2-xref.html 0664 root bin 1738 16203 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindow2.html 0664 root bin 7320 27722 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowListener-xref.html 0664 root bin 2548 21242 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowListener.html 0664 root bin 6436 21634 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowListener2-xref.html 0664 root bin 1408 53951 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowListener2.html 0664 root bin 4931 22679 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowPeer-xref.html 0664 root bin 5099 50592 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/XWindowPeer.html 0664 root bin 7733 3267 1260812044
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/DefaultGridColumnModel-xref.html 0664 root bin 1318 46089 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/DefaultGridColumnModel.html 0664 root bin 3929 7577 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/DefaultGridDataModel-xref.html 0664 root bin 1310 45113 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/DefaultGridDataModel.html 0664 root bin 3893 3181 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridColumn-xref.html 0664 root bin 1270 41265 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridColumn.html 0664 root bin 3463 29612 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridColumnEvent-xref.html 0664 root bin 1922 33021 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridColumnEvent.html 0664 root bin 5584 11365 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridControlEvent-xref.html 0664 root bin 1317 45268 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridControlEvent.html 0664 root bin 2781 35473 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridDataEvent-xref.html 0664 root bin 1880 28121 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridDataEvent.html 0664 root bin 6051 49764 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridSelectionEvent-xref.html 0664 root bin 1687 11857 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/GridSelectionEvent.html 0664 root bin 4525 52772 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/ScrollBarMode-xref.html 0664 root bin 1278 41287 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/ScrollBarMode.html 0664 root bin 3933 62646 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/SelectionEventType-xref.html 0664 root bin 1624 5692 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/SelectionEventType.html 0664 root bin 3545 33039 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/UnoControlGrid-xref.html 0664 root bin 1286 42949 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/UnoControlGrid.html 0664 root bin 6274 11414 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/UnoControlGridModel-xref.html 0664 root bin 1306 44937 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/UnoControlGridModel.html 0664 root bin 9396 12914 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridCell-xref.html 0664 root bin 1389 51384 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridCell.html 0664 root bin 3306 13335 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridCellRenderer-xref.html 0664 root bin 1421 54676 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridCellRenderer.html 0664 root bin 2174 50132 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumn-xref.html 0664 root bin 2665 28735 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumn.html 0664 root bin 4294 34517 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumnListener-xref.html 0664 root bin 1913 32443 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumnListener.html 0664 root bin 5240 49776 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumnModel-xref.html 0664 root bin 2075 45345 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridColumnModel.html 0664 root bin 9128 54546 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridControl-xref.html 0664 root bin 1704 13377 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridControl.html 0664 root bin 5754 25958 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridControlListener-xref.html 0664 root bin 1433 56148 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridControlListener.html 0664 root bin 1795 18714 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridDataListener-xref.html 0664 root bin 1885 29027 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridDataListener.html 0664 root bin 5856 33335 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridDataModel-xref.html 0664 root bin 2059 43393 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridDataModel.html 0664 root bin 10473 29960 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridSelection-xref.html 0664 root bin 2010 39346 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridSelection.html 0664 root bin 11306 42313 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridSelectionListener-xref.html 0664 root bin 1925 33829 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/XGridSelectionListener.html 0664 root bin 4368 41831 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/grid/module-ix.html 0664 root bin 7962 38098 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/module-ix.html 0664 root bin 57594 51179 1260812038
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/ExpandVetoException-xref.html 0664 root bin 2097 49663 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/ExpandVetoException.html 0664 root bin 3560 36072 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/MutableTreeDataModel.html 0664 root bin 2277 59088 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/MutableTreeNode.html 0664 root bin 2161 48501 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControl.html 0664 root bin 5825 46033 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControlModel-xref.html 0664 root bin 1294 43753 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeControlModel.html 0664 root bin 10708 61426 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeDataModelEvent-xref.html 0664 root bin 2141 53327 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeDataModelEvent.html 0664 root bin 4455 46156 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeExpansionEvent-xref.html 0664 root bin 2584 27338 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/TreeExpansionEvent.html 0664 root bin 3271 10873 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeDataModel-xref.html 0664 root bin 1752 17937 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeDataModel.html 0664 root bin 6707 43658 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeNode-xref.html 0664 root bin 2660 30465 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XMutableTreeNode.html 0664 root bin 13430 27126 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeControl-xref.html 0664 root bin 1698 12825 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeControl.html 0664 root bin 27290 41465 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModel-xref.html 0664 root bin 2366 3945 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModel.html 0664 root bin 6700 45498 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModelListener-xref.html 0664 root bin 1941 34703 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeDataModelListener.html 0664 root bin 9820 59885 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeEditListener-xref.html 0664 root bin 1889 29995 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeEditListener.html 0664 root bin 6770 51674 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeExpansionListener-xref.html 0664 root bin 1929 34467 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeExpansionListener.html 0664 root bin 8759 26765 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeNode-xref.html 0664 root bin 4557 64861 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/XTreeNode.html 0664 root bin 10893 3526 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/awt/tree/module-ix.html 0664 root bin 6344 26048 1260812044
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Ambiguous-xref.html 0664 root bin 1781 20214 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Ambiguous.html 0664 root bin 3857 63175 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Defaulted-xref.html 0664 root bin 1622 5701 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Defaulted.html 0664 root bin 3854 62508 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/GetDirectPropertyTolerantResult-xref.html 0664 root bin 1368 51247 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/GetDirectPropertyTolerantResult.html 0664 root bin 3202 10727 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/GetPropertyTolerantResult-xref.html 0664 root bin 1677 12263 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/GetPropertyTolerantResult.html 0664 root bin 4163 22833 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/IllegalTypeException-xref.html 0664 root bin 3015 63094 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/IllegalTypeException.html 0664 root bin 2206 54527 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Introspection-xref.html 0664 root bin 2259 65147 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Introspection.html 0664 root bin 3648 49687 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/IntrospectionException-xref.html 0664 root bin 2341 5826 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/IntrospectionException.html 0664 root bin 2340 100 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/MethodConcept.html 0664 root bin 8535 61523 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/NamedValue-xref.html 0664 root bin 2147 54439 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/NamedValue.html 0664 root bin 3093 61001 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/NotRemoveableException-xref.html 0664 root bin 1614 6575 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/NotRemoveableException.html 0664 root bin 2089 45163 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Optional-xref.html 0664 root bin 2836 48162 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Optional.html 0664 root bin 3922 3672 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Property-xref.html 0664 root bin 2759 43389 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/Property.html 0664 root bin 4993 28820 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyAttribute.html 0664 root bin 9295 61705 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyBag-xref.html 0664 root bin 10027 36032 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyBag.html 0664 root bin 4861 23105 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyChangeEvent-xref.html 0664 root bin 1828 25517 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyChangeEvent.html 0664 root bin 5784 32901 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyConcept.html 0664 root bin 6454 24661 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyExistException-xref.html 0664 root bin 1608 6113 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyExistException.html 0664 root bin 2156 51353 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertySet-xref.html 0664 root bin 3203 11793 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertySet.html 0664 root bin 5409 3134 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChange.html 0664 root bin 3606 40963 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChangeEvent-xref.html 0664 root bin 1744 18263 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertySetInfoChangeEvent.html 0664 root bin 4327 37169 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyState-xref.html 0664 root bin 3495 43586 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyState.html 0664 root bin 5456 727 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyStateChangeEvent-xref.html 0664 root bin 1726 16616 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyStateChangeEvent.html 0664 root bin 5373 64002 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyValue-xref.html 0664 root bin 6819 21590 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyValue.html 0664 root bin 4650 63814 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyValues-xref.html 0664 root bin 7617 9485 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyValues.html 0664 root bin 1792 18977 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyVetoException-xref.html 0664 root bin 4095 33564 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/PropertyVetoException.html 0664 root bin 2117 47366 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/SetPropertyTolerantFailed-xref.html 0664 root bin 1344 48651 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/SetPropertyTolerantFailed.html 0664 root bin 3568 38866 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/StringPair-xref.html 0664 root bin 2165 52497 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/StringPair.html 0664 root bin 3101 62535 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/TolerantPropertySetResultType.html 0664 root bin 6591 26951 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/UnknownPropertyException-xref.html 0664 root bin 9991 50648 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/UnknownPropertyException.html 0664 root bin 2127 48564 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XExactName-xref.html 0664 root bin 2679 36238 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XExactName.html 0664 root bin 3688 49116 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XFastPropertySet-xref.html 0664 root bin 12590 62727 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XFastPropertySet.html 0664 root bin 6736 57268 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XFastPropertyState-xref.html 0664 root bin 1416 54991 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XFastPropertyState.html 0664 root bin 8269 55361 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySet-xref.html 0664 root bin 2841 50973 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySet.html 0664 root bin 9333 27341 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySetInfo-xref.html 0664 root bin 2045 46806 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XHierarchicalPropertySetInfo.html 0664 root bin 4969 32437 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntroTest-xref.html 0664 root bin 1698 12573 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntroTest.html 0664 root bin 21053 62096 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntrospection-xref.html 0664 root bin 2237 60790 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntrospection.html 0664 root bin 6408 27267 1260812044
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntrospectionAccess-xref.html 0664 root bin 2359 5657 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XIntrospectionAccess.html 0664 root bin 20720 26424 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMaterialHolder-xref.html 0664 root bin 1843 26362 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMaterialHolder.html 0664 root bin 3597 43777 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiHierarchicalPropertySet-xref.html 0664 root bin 3016 1904 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiHierarchicalPropertySet.html 0664 root bin 9400 36588 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertySet-xref.html 0664 root bin 19201 62532 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertySet.html 0664 root bin 11480 14701 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertyStates-xref.html 0664 root bin 4912 34272 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XMultiPropertyStates.html 0664 root bin 8183 51732 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeListener-xref.html 0664 root bin 3016 5846 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeListener.html 0664 root bin 4029 15075 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeNotifier-xref.html 0664 root bin 5927 59689 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertiesChangeNotifier.html 0664 root bin 4709 13053 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XProperty-xref.html 0664 root bin 2709 39742 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XProperty.html 0664 root bin 3176 5461 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyAccess-xref.html 0664 root bin 12390 44925 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyAccess.html 0664 root bin 4907 27955 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyChangeListener-xref.html 0664 root bin 4040 29001 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyChangeListener.html 0664 root bin 3824 61989 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyContainer-xref.html 0664 root bin 15859 28813 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyContainer.html 0664 root bin 5813 39546 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySet-xref.html 0664 root bin 91799 45144 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySet.html 0664 root bin 14476 10892 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfo-xref.html 0664 root bin 4207 41673 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfo.html 0664 root bin 5480 6943 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeListener-xref.html 0664 root bin 2092 51486 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeListener.html 0664 root bin 4186 30049 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeNotifier-xref.html 0664 root bin 5947 61673 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertySetInfoChangeNotifier.html 0664 root bin 4877 29158 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyState-xref.html 0664 root bin 13415 6323 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyState.html 0664 root bin 8385 65046 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyStateChangeListener-xref.html 0664 root bin 1456 59079 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyStateChangeListener.html 0664 root bin 3972 10037 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyWithState-xref.html 0664 root bin 3127 11200 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XPropertyWithState.html 0664 root bin 6602 40692 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XTolerantMultiPropertySet-xref.html 0664 root bin 7649 12502 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XTolerantMultiPropertySet.html 0664 root bin 8134 53774 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XVetoableChangeListener-xref.html 0664 root bin 2272 64289 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/XVetoableChangeListener.html 0664 root bin 4195 29015 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/beans/module-ix.html 0664 root bin 15186 33541 1260812044
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/Bridge-xref.html 0664 root bin 1245 39156 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/Bridge.html 0664 root bin 5511 12866 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/BridgeExistsException-xref.html 0664 root bin 1594 4106 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/BridgeExistsException.html 0664 root bin 2033 39649 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/BridgeFactory-xref.html 0664 root bin 1921 33700 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/BridgeFactory.html 0664 root bin 4188 28834 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/IiopBridge-xref.html 0664 root bin 1261 40760 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/IiopBridge.html 0664 root bin 4947 26372 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/InvalidProtocolChangeException-xref.html 0664 root bin 1645 9596 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/InvalidProtocolChangeException.html 0664 root bin 3842 64404 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/ModelDependent.html 0664 root bin 3723 46245 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleApplicationRegistration-xref.html 0664 root bin 1325 47612 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleApplicationRegistration.html 0664 root bin 4353 43851 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier-xref.html 0664 root bin 1289 43716 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier.html 0664 root bin 3604 43542 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier2-xref.html 0664 root bin 1606 5216 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplier2.html 0664 root bin 4592 1649 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplierVar1-xref.html 0664 root bin 1305 45100 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleBridgeSupplierVar1.html 0664 root bin 3666 50165 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleObjectFactory-xref.html 0664 root bin 1285 43260 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/OleObjectFactory.html 0664 root bin 4270 36584 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/ProtocolProperty-xref.html 0664 root bin 1688 12952 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/ProtocolProperty.html 0664 root bin 2849 40540 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/UnoUrlResolver.html 0664 root bin 2704 35189 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/UrpBridge-xref.html 0664 root bin 1257 40400 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/UrpBridge.html 0664 root bin 4947 26664 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridge-xref.html 0664 root bin 2696 33295 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridge.html 0664 root bin 5012 30315 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeFactory-xref.html 0664 root bin 2186 55998 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeFactory.html 0664 root bin 7019 10231 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier-xref.html 0664 root bin 1713 14808 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier.html 0664 root bin 5376 63086 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier2-xref.html 0664 root bin 2319 2405 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XBridgeSupplier2.html 0664 root bin 6136 4364 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XInstanceProvider-xref.html 0664 root bin 2108 48420 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XInstanceProvider.html 0664 root bin 4200 29881 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XProtocolProperties-xref.html 0664 root bin 1420 55547 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XProtocolProperties.html 0664 root bin 7028 13820 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XUnoUrlResolver-xref.html 0664 root bin 2777 43638 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/XUnoUrlResolver.html 0664 root bin 4546 61106 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/module-ix.html 0664 root bin 7280 40389 1260812046
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/ApplicationRegistration-xref.html 0664 root bin 1447 58391 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/ApplicationRegistration.html 0664 root bin 4977 30901 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/BridgeSupplier-xref.html 0664 root bin 1893 31271 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/BridgeSupplier.html 0664 root bin 5447 8094 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Currency-xref.html 0664 root bin 1661 8871 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Currency.html 0664 root bin 3727 50907 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Date-xref.html 0664 root bin 1645 7027 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Date.html 0664 root bin 3665 44718 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Decimal-xref.html 0664 root bin 1830 23845 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Decimal.html 0664 root bin 5057 25474 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Factory-xref.html 0664 root bin 1823 24579 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/Factory.html 0664 root bin 4627 670 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/NamedArgument-xref.html 0664 root bin 1765 18645 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/NamedArgument.html 0664 root bin 4460 48472 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/PropertyPutArgument-xref.html 0664 root bin 1809 23616 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/PropertyPutArgument.html 0664 root bin 4709 7139 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/SCode-xref.html 0664 root bin 1649 7347 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/SCode.html 0664 root bin 3522 32733 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/XAutomationObject-xref.html 0664 root bin 1421 54912 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/XAutomationObject.html 0664 root bin 2662 28600 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/bridge/oleautomation/module-ix.html 0664 root bin 4168 28011 1260812046
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartDocumentView-xref.html 0664 root bin 1329 47784 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartDocumentView.html 0664 root bin 8675 35115 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartElement-xref.html 0664 root bin 1309 45672 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AccessibleChartElement.html 0664 root bin 11888 54382 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AreaDiagram-xref.html 0664 root bin 1673 11023 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/AreaDiagram.html 0664 root bin 7533 54628 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/BarDiagram-xref.html 0664 root bin 1965 37289 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/BarDiagram.html 0664 root bin 12808 50458 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/BubbleDiagram-xref.html 0664 root bin 1273 41924 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/BubbleDiagram.html 0664 root bin 4970 28918 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Chart3DBarProperties-xref.html 0664 root bin 2221 59704 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Chart3DBarProperties.html 0664 root bin 4728 9098 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartArea-xref.html 0664 root bin 1663 10351 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartArea.html 0664 root bin 6581 37657 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxis-xref.html 0664 root bin 1257 40412 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxis.html 0664 root bin 26648 46889 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisArrangeOrderType-xref.html 0664 root bin 1797 20547 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisArrangeOrderType.html 0664 root bin 4582 55721 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisAssign.html 0664 root bin 3131 63417 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisLabelPosition-xref.html 0664 root bin 1789 19843 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisLabelPosition.html 0664 root bin 6220 7404 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisMarkPosition-xref.html 0664 root bin 1781 19163 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisMarkPosition.html 0664 root bin 4325 33719 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisMarks.html 0664 root bin 3785 53022 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisPosition-xref.html 0664 root bin 1785 19867 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisPosition.html 0664 root bin 4502 50023 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisXSupplier-xref.html 0664 root bin 1945 35024 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisXSupplier.html 0664 root bin 6719 46572 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisYSupplier-xref.html 0664 root bin 1990 38900 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisYSupplier.html 0664 root bin 6619 37369 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisZSupplier-xref.html 0664 root bin 1721 15002 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartAxisZSupplier.html 0664 root bin 6646 40041 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartData-xref.html 0664 root bin 2000 38987 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartData.html 0664 root bin 3385 24684 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataArray-xref.html 0664 root bin 1844 26645 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataArray.html 0664 root bin 4736 9954 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataCaption.html 0664 root bin 5912 36414 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeEvent-xref.html 0664 root bin 1707 13804 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeEvent.html 0664 root bin 5090 35297 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeType-xref.html 0664 root bin 1621 5277 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataChangeType.html 0664 root bin 5814 23553 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataPoint-xref.html 0664 root bin 1282 42254 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataPoint.html 0664 root bin 1815 18963 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataPointProperties-xref.html 0664 root bin 1707 15378 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataPointProperties.html 0664 root bin 15812 44552 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRow-xref.html 0664 root bin 1292 43039 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRow.html 0664 root bin 3479 27604 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowProperties-xref.html 0664 root bin 1309 45828 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowProperties.html 0664 root bin 11400 62264 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowSource-xref.html 0664 root bin 2210 56781 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataRowSource.html 0664 root bin 3362 19371 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataValue-xref.html 0664 root bin 1300 43827 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDataValue.html 0664 root bin 3840 58535 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDocument-xref.html 0664 root bin 2399 10774 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartDocument.html 0664 root bin 8280 51903 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartErrorCategory-xref.html 0664 root bin 1620 5820 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartErrorCategory.html 0664 root bin 6768 47668 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartErrorIndicatorType-xref.html 0664 root bin 1642 8062 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartErrorIndicatorType.html 0664 root bin 4022 5954 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartGrid-xref.html 0664 root bin 1257 40352 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartGrid.html 0664 root bin 5900 43876 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLegend-xref.html 0664 root bin 1265 41156 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLegend.html 0664 root bin 7886 20781 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLegendPosition-xref.html 0664 root bin 1604 3910 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLegendPosition.html 0664 root bin 5207 40181 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLine-xref.html 0664 root bin 1257 40360 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartLine.html 0664 root bin 4525 56564 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartPieSegmentProperties-xref.html 0664 root bin 1778 21449 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartPieSegmentProperties.html 0664 root bin 6274 11251 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartRegressionCurveType-xref.html 0664 root bin 1650 9054 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartRegressionCurveType.html 0664 root bin 5739 16939 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartSeriesAddress-xref.html 0664 root bin 1316 45595 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartSeriesAddress.html 0664 root bin 4220 29261 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartSolidType.html 0664 root bin 4117 12155 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartStatistics-xref.html 0664 root bin 2286 64536 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartStatistics.html 0664 root bin 13771 5774 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartSymbolType.html 0664 root bin 8871 13235 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTableAddressSupplier-xref.html 0664 root bin 1321 46992 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTableAddressSupplier.html 0664 root bin 5792 36815 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTitle-xref.html 0664 root bin 1261 40848 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTitle.html 0664 root bin 7715 4966 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisXSupplier-xref.html 0664 root bin 1707 14795 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisXSupplier.html 0664 root bin 6920 1471 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisYSupplier-xref.html 0664 root bin 1833 25022 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ChartTwoAxisYSupplier.html 0664 root bin 6778 54253 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/DataLabelPlacement.html 0664 root bin 7062 53223 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Diagram-xref.html 0664 root bin 2448 12738 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Diagram.html 0664 root bin 12062 53183 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Dim3DDiagram-xref.html 0664 root bin 2380 6388 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/Dim3DDiagram.html 0664 root bin 7267 25392 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/DonutDiagram-xref.html 0664 root bin 1269 41660 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/DonutDiagram.html 0664 root bin 3019 57472 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/ErrorBarStyle.html 0664 root bin 8488 63877 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/FilledNetDiagram-xref.html 0664 root bin 1285 43120 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/FilledNetDiagram.html 0664 root bin 5195 47754 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/LineDiagram-xref.html 0664 root bin 2183 55827 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/LineDiagram.html 0664 root bin 14106 28855 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/MissingValueTreatment.html 0664 root bin 3293 11033 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/NetDiagram-xref.html 0664 root bin 1261 40752 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/NetDiagram.html 0664 root bin 4457 49554 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/PieDiagram-xref.html 0664 root bin 1844 26642 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/PieDiagram.html 0664 root bin 3746 54661 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/StackableDiagram-xref.html 0664 root bin 2223 58420 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/StackableDiagram.html 0664 root bin 3757 54520 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/StockDiagram-xref.html 0664 root bin 1732 16671 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/StockDiagram.html 0664 root bin 11131 37364 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/X3DDefaultSetter-xref.html 0664 root bin 2048 42569 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/X3DDefaultSetter.html 0664 root bin 4994 32733 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/X3DDisplay-xref.html 0664 root bin 1910 30572 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/X3DDisplay.html 0664 root bin 4169 21942 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisXSupplier-xref.html 0664 root bin 2425 10958 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisXSupplier.html 0664 root bin 5823 28045 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisYSupplier-xref.html 0664 root bin 2470 14838 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisYSupplier.html 0664 root bin 5821 27932 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisZSupplier-xref.html 0664 root bin 1893 30230 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XAxisZSupplier.html 0664 root bin 5685 16356 1260812046
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartData-xref.html 0664 root bin 4171 29257 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartData.html 0664 root bin 7537 57172 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDataArray-xref.html 0664 root bin 4000 21944 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDataArray.html 0664 root bin 8410 60407 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDataChangeEventListener-xref.html 0664 root bin 2314 1925 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDataChangeEventListener.html 0664 root bin 4284 36100 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDocument-xref.html 0664 root bin 2515 20296 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XChartDocument.html 0664 root bin 10272 8953 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XDiagram-xref.html 0664 root bin 3239 14087 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XDiagram.html 0664 root bin 6614 35012 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XSecondAxisTitleSupplier-xref.html 0664 root bin 1440 57371 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XSecondAxisTitleSupplier.html 0664 root bin 3508 33915 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XStatisticDisplay-xref.html 0664 root bin 1711 14716 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XStatisticDisplay.html 0664 root bin 5546 8187 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisXSupplier-xref.html 0664 root bin 1729 16536 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisXSupplier.html 0664 root bin 3837 61234 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisYSupplier-xref.html 0664 root bin 2011 40876 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XTwoAxisYSupplier.html 0664 root bin 3840 62154 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XYDiagram-xref.html 0664 root bin 2146 54587 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/XYDiagram.html 0664 root bin 6428 25524 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart/module-ix.html 0664 root bin 17235 2899 1260812046
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Axis-xref.html 0664 root bin 1237 38420 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Axis.html 0664 root bin 18408 2655 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/AxisOrientation-xref.html 0664 root bin 1707 13246 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/AxisOrientation.html 0664 root bin 3033 55675 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/AxisType.html 0664 root bin 4003 4264 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Break-xref.html 0664 root bin 1264 40227 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Break.html 0664 root bin 2710 28165 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CandleStickChartType-xref.html 0664 root bin 1301 44836 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CandleStickChartType.html 0664 root bin 9905 61390 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartDocument-xref.html 0664 root bin 1273 42116 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartDocument.html 0664 root bin 7267 29599 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartDocumentWrapper-xref.html 0664 root bin 1301 45064 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartDocumentWrapper.html 0664 root bin 5074 37734 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartType-xref.html 0664 root bin 1568 1632 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartType.html 0664 root bin 4201 26604 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeManager-xref.html 0664 root bin 1285 43260 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeManager.html 0664 root bin 3484 33134 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeTemplate-xref.html 0664 root bin 1289 43776 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ChartTypeTemplate.html 0664 root bin 2733 34503 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystem-xref.html 0664 root bin 1285 43508 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystem.html 0664 root bin 5384 108 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemType-xref.html 0664 root bin 1301 45180 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemType.html 0664 root bin 1801 20877 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemTypeID-xref.html 0664 root bin 1648 8558 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CoordinateSystemTypeID.html 0664 root bin 1543 62812 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CurveStyle-xref.html 0664 root bin 1257 39898 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CurveStyle.html 0664 root bin 4510 47480 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CustomLegendEntry-xref.html 0664 root bin 1289 43824 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/CustomLegendEntry.html 0664 root bin 6703 46203 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPoint-xref.html 0664 root bin 1257 40400 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPoint.html 0664 root bin 6095 61660 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPointGeometry3D.html 0664 root bin 4239 21555 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPointLabel-xref.html 0664 root bin 1627 5981 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPointLabel.html 0664 root bin 4978 29337 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPointProperties-xref.html 0664 root bin 1631 7514 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataPointProperties.html 0664 root bin 37207 27507 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataSeries-xref.html 0664 root bin 1261 40788 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/DataSeries.html 0664 root bin 12693 44133 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Diagram-xref.html 0664 root bin 1249 39572 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Diagram.html 0664 root bin 13312 17992 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ErrorBar-xref.html 0664 root bin 1253 39996 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ErrorBar.html 0664 root bin 8782 24629 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitIncrementData-xref.html 0664 root bin 1328 46867 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitIncrementData.html 0664 root bin 8776 35385 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitScaleData-xref.html 0664 root bin 1312 45087 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitScaleData.html 0664 root bin 4755 4709 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitSubIncrement-xref.html 0664 root bin 1324 46547 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExplicitSubIncrement.html 0664 root bin 3293 15997 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExponentialScaling-xref.html 0664 root bin 1293 44256 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ExponentialScaling.html 0664 root bin 3262 12121 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/FillBitmap-xref.html 0664 root bin 1284 42271 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/FillBitmap.html 0664 root bin 7642 55055 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/FormattedString-xref.html 0664 root bin 1281 43060 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/FormattedString.html 0664 root bin 6198 6134 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/GridProperties-xref.html 0664 root bin 1277 42636 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/GridProperties.html 0664 root bin 4279 34250 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/IncrementData-xref.html 0664 root bin 1609 4058 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/IncrementData.html 0664 root bin 6473 35338 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/InterpretedData-xref.html 0664 root bin 2412 11282 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/InterpretedData.html 0664 root bin 3921 1589 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Legend-xref.html 0664 root bin 1245 39164 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Legend.html 0664 root bin 10705 61932 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendExpansion-xref.html 0664 root bin 1573 852 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendExpansion.html 0664 root bin 4805 5731 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendPosition-xref.html 0664 root bin 1579 1482 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendPosition.html 0664 root bin 4778 64807 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendSymbolStyle-xref.html 0664 root bin 1618 5607 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LegendSymbolStyle.html 0664 root bin 9220 40152 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LightSource-xref.html 0664 root bin 1288 42803 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LightSource.html 0664 root bin 4428 44283 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LinearScaling-xref.html 0664 root bin 1273 42032 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LinearScaling.html 0664 root bin 3314 16024 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LogarithmicScaling-xref.html 0664 root bin 1293 44176 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LogarithmicScaling.html 0664 root bin 3224 9148 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LogicTargetModel-xref.html 0664 root bin 1285 43224 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/LogicTargetModel.html 0664 root bin 5731 32654 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/MutableDataSequence-xref.html 0664 root bin 1297 44468 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/MutableDataSequence.html 0664 root bin 4065 16353 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PieChartOffsetMode-xref.html 0664 root bin 1289 42866 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PieChartOffsetMode.html 0664 root bin 3410 20155 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PowerScaling-xref.html 0664 root bin 1269 41720 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PowerScaling.html 0664 root bin 3252 11159 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PropertyPool-xref.html 0664 root bin 1269 41916 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/PropertyPool.html 0664 root bin 4638 1023 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurve-xref.html 0664 root bin 1281 43096 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurve.html 0664 root bin 4534 55927 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurveEquation-xref.html 0664 root bin 1313 46448 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RegressionCurveEquation.html 0664 root bin 8547 11576 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RelativePosition-xref.html 0664 root bin 1963 37181 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RelativePosition.html 0664 root bin 5346 62955 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RelativeSize-xref.html 0664 root bin 1292 43243 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/RelativeSize.html 0664 root bin 4520 56682 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ScaleData-xref.html 0664 root bin 1882 26105 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ScaleData.html 0664 root bin 7487 45619 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Scaling-xref.html 0664 root bin 1717 14944 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Scaling.html 0664 root bin 3027 57179 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/StackingDirection-xref.html 0664 root bin 1609 4506 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/StackingDirection.html 0664 root bin 3129 61262 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/StandardDiagramCreationParameters-xref.html 0664 root bin 1353 50300 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/StandardDiagramCreationParameters.html 0664 root bin 3489 34579 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/SubIncrement-xref.html 0664 root bin 1292 43211 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/SubIncrement.html 0664 root bin 3157 4076 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Symbol-xref.html 0664 root bin 1597 3281 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Symbol.html 0664 root bin 8207 37190 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/SymbolStyle-xref.html 0664 root bin 1549 64140 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/SymbolStyle.html 0664 root bin 5638 12085 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/TextAnchor.html 0664 root bin 1784 17025 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/TickmarkStyle.html 0664 root bin 3474 26349 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Title-xref.html 0664 root bin 1241 38856 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/Title.html 0664 root bin 10247 22358 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/TransparencyStyle-xref.html 0664 root bin 1285 42926 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/TransparencyStyle.html 0664 root bin 3587 37689 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ViewLegendEntry-xref.html 0664 root bin 1304 44415 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/ViewLegendEntry.html 0664 root bin 3556 36367 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XAxis-xref.html 0664 root bin 2345 2642 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XAxis.html 0664 root bin 6309 12360 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartDocument-xref.html 0664 root bin 1701 13560 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartDocument.html 0664 root bin 12239 849 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartShape-xref.html 0664 root bin 1388 51851 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartShape.html 0664 root bin 9595 34043 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartShapeContainer-xref.html 0664 root bin 1424 55575 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartShapeContainer.html 0664 root bin 4395 41633 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartType-xref.html 0664 root bin 2586 24866 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartType.html 0664 root bin 7545 60081 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeContainer-xref.html 0664 root bin 1727 16328 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeContainer.html 0664 root bin 6026 51780 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeManager-xref.html 0664 root bin 2096 47225 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeManager.html 0664 root bin 1710 12105 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeTemplate-xref.html 0664 root bin 1725 16050 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XChartTypeTemplate.html 0664 root bin 16120 14305 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XColorScheme-xref.html 0664 root bin 2048 42189 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XColorScheme.html 0664 root bin 3489 32403 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystem-xref.html 0664 root bin 2605 28360 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystem.html 0664 root bin 9390 21276 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystemContainer-xref.html 0664 root bin 1737 17404 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XCoordinateSystemContainer.html 0664 root bin 6328 19346 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataInterpreter-xref.html 0664 root bin 1758 18645 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataInterpreter.html 0664 root bin 8240 52490 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataSeries-xref.html 0664 root bin 2299 315 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataSeries.html 0664 root bin 5390 61893 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataSeriesContainer-xref.html 0664 root bin 1782 21042 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDataSeriesContainer.html 0664 root bin 6057 53781 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDefaultSizeTransmitter-xref.html 0664 root bin 1436 57075 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDefaultSizeTransmitter.html 0664 root bin 3432 26105 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDiagram-xref.html 0664 root bin 3251 19053 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDiagram.html 0664 root bin 8874 30919 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDiagramProvider-xref.html 0664 root bin 1408 54015 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XDiagramProvider.html 0664 root bin 3746 51099 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XFormattedString-xref.html 0664 root bin 1713 14976 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XFormattedString.html 0664 root bin 3258 10993 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XInternalDataProvider-xref.html 0664 root bin 1428 56071 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XInternalDataProvider.html 0664 root bin 11103 33266 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLabeled-xref.html 0664 root bin 1376 50595 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLabeled.html 0664 root bin 7493 37609 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegend-xref.html 0664 root bin 2267 59649 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegend.html 0664 root bin 5455 4263 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegendEntry-xref.html 0664 root bin 2105 47784 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegendEntry.html 0664 root bin 1695 10623 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegendSymbolProvider-xref.html 0664 root bin 1737 17354 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XLegendSymbolProvider.html 0664 root bin 3320 17856 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XPlotter-xref.html 0664 root bin 1376 50855 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XPlotter.html 0664 root bin 7639 3478 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurve-xref.html 0664 root bin 2255 63752 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurve.html 0664 root bin 4471 50638 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveCalculator-xref.html 0664 root bin 1782 21335 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveCalculator.html 0664 root bin 11417 1937 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveContainer-xref.html 0664 root bin 1739 17600 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XRegressionCurveContainer.html 0664 root bin 6230 9417 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XScaling-xref.html 0664 root bin 3145 7521 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XScaling.html 0664 root bin 3295 14047 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTarget-xref.html 0664 root bin 1372 50331 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTarget.html 0664 root bin 2660 26002 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTitle-xref.html 0664 root bin 2455 10456 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTitle.html 0664 root bin 3347 18074 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTitled-xref.html 0664 root bin 1804 22090 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTitled.html 0664 root bin 4026 10768 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTransformation-xref.html 0664 root bin 1834 25594 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XTransformation.html 0664 root bin 6312 18651 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoHelper-xref.html 0664 root bin 1388 51927 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoHelper.html 0664 root bin 4726 6012 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoManager-xref.html 0664 root bin 1719 14517 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoManager.html 0664 root bin 13190 7449 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoSupplier-xref.html 0664 root bin 1697 13276 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/XUndoSupplier.html 0664 root bin 3200 6063 1260812048
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataFilter-xref.html 0664 root bin 1270 41185 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataFilter.html 0664 root bin 3968 4637 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataProvider-xref.html 0664 root bin 1278 42101 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataProvider.html 0664 root bin 5136 41211 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequence-xref.html 0664 root bin 1278 42029 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequence.html 0664 root bin 12602 31651 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequenceRole-xref.html 0664 root bin 1603 3219 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSequenceRole.html 0664 root bin 3961 10984 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSink-xref.html 0664 root bin 1553 65018 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSink.html 0664 root bin 3285 13234 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSource-xref.html 0664 root bin 1561 363 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DataSource.html 0664 root bin 3299 14708 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/DatabaseDataProvider.html 0664 root bin 3014 57142 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/HighlightedRange-xref.html 0664 root bin 1317 45160 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/HighlightedRange.html 0664 root bin 5222 50197 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/LabelOrigin-xref.html 0664 root bin 1599 2789 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/LabelOrigin.html 0664 root bin 6280 63436 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/LabeledDataSequence-xref.html 0664 root bin 1306 44753 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/LabeledDataSequence.html 0664 root bin 5685 23768 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlightListener-xref.html 0664 root bin 1318 46221 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlightListener.html 0664 root bin 3461 30502 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlighter-xref.html 0664 root bin 1294 43729 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/RangeHighlighter.html 0664 root bin 3030 57774 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/TabularDataProviderArguments-xref.html 0664 root bin 1342 48761 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/TabularDataProviderArguments.html 0664 root bin 10925 19913 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataProvider-xref.html 0664 root bin 2944 53701 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataProvider.html 0664 root bin 12438 27495 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataReceiver-xref.html 0664 root bin 1767 18464 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataReceiver.html 0664 root bin 9632 42035 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSequence-xref.html 0664 root bin 3040 64860 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSequence.html 0664 root bin 8739 24559 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSink-xref.html 0664 root bin 1933 31973 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSink.html 0664 root bin 4105 19113 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSource-xref.html 0664 root bin 3542 41015 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDataSource.html 0664 root bin 4051 16274 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDatabaseDataProvider-xref.html 0664 root bin 1752 18063 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XDatabaseDataProvider.html 0664 root bin 18962 47898 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XLabeledDataSequence-xref.html 0664 root bin 2294 63362 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XLabeledDataSequence.html 0664 root bin 5991 45228 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XNumericalDataSequence-xref.html 0664 root bin 1740 16933 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XNumericalDataSequence.html 0664 root bin 3325 16799 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeHighlighter-xref.html 0664 root bin 2065 44401 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeHighlighter.html 0664 root bin 5519 12680 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeXMLConversion-xref.html 0664 root bin 2109 48490 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XRangeXMLConversion.html 0664 root bin 4933 23707 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XTextualDataSequence-xref.html 0664 root bin 1732 16193 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/XTextualDataSequence.html 0664 root bin 3244 9495 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/data/module-ix.html 0664 root bin 7344 46192 1260812048
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/chart2/module-ix.html 0664 root bin 17463 21126 1260812048
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/AccessRootElement-xref.html 0664 root bin 1732 17210 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/AccessRootElement.html 0664 root bin 11074 47073 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/AdministrationProvider-xref.html 0664 root bin 2146 54917 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/AdministrationProvider.html 0664 root bin 12261 38610 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CannotLoadConfigurationException-xref.html 0664 root bin 2634 35875 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CannotLoadConfigurationException.html 0664 root bin 2102 47029 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationAccess-xref.html 0664 root bin 2608 30067 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationAccess.html 0664 root bin 14985 53052 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationProvider-xref.html 0664 root bin 2972 64001 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationProvider.html 0664 root bin 13618 8124 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationRegistry-xref.html 0664 root bin 1305 45700 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationRegistry.html 0664 root bin 4713 11028 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationUpdateAccess-xref.html 0664 root bin 2158 56101 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/ConfigurationUpdateAccess.html 0664 root bin 9398 35353 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CorruptedConfigurationException-xref.html 0664 root bin 1650 10703 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CorruptedConfigurationException.html 0664 root bin 3449 30942 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CorruptedUIConfigurationException-xref.html 0664 root bin 1318 47247 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/CorruptedUIConfigurationException.html 0664 root bin 2427 9438 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/DefaultProvider-xref.html 0664 root bin 1281 43008 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/DefaultProvider.html 0664 root bin 7576 54023 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupAccess-xref.html 0664 root bin 1696 13556 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupAccess.html 0664 root bin 9137 9574 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupElement-xref.html 0664 root bin 1653 9870 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupElement.html 0664 root bin 5317 60901 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupUpdate-xref.html 0664 root bin 1968 36933 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/GroupUpdate.html 0664 root bin 5884 46093 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/HierarchyAccess-xref.html 0664 root bin 1845 26694 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/HierarchyAccess.html 0664 root bin 13083 21844 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/HierarchyElement-xref.html 0664 root bin 1881 30506 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/HierarchyElement.html 0664 root bin 8719 28998 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/InstallationIncompleteException-xref.html 0664 root bin 1310 46559 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/InstallationIncompleteException.html 0664 root bin 2206 56698 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/InvalidBootstrapFileException-xref.html 0664 root bin 1302 45547 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/InvalidBootstrapFileException.html 0664 root bin 3201 9909 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/MissingBootstrapFileException-xref.html 0664 root bin 1302 45623 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/MissingBootstrapFileException.html 0664 root bin 3206 10343 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/PropertyHierarchy-xref.html 0664 root bin 1767 20396 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/PropertyHierarchy.html 0664 root bin 7182 36751 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetAccess-xref.html 0664 root bin 2066 45499 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetAccess.html 0664 root bin 6824 63962 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetElement-xref.html 0664 root bin 2027 42263 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetElement.html 0664 root bin 11561 18611 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetUpdate-xref.html 0664 root bin 1960 36033 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SetUpdate.html 0664 root bin 5912 50672 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetAccess-xref.html 0664 root bin 1806 23312 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetAccess.html 0664 root bin 7703 11599 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetUpdate-xref.html 0664 root bin 1645 8928 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/SimpleSetUpdate.html 0664 root bin 13847 32072 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/UpdateRootElement-xref.html 0664 root bin 1610 6076 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/UpdateRootElement.html 0664 root bin 7363 48798 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/XTemplateContainer-xref.html 0664 root bin 2380 8352 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/XTemplateContainer.html 0664 root bin 4113 23519 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/XTemplateInstance-xref.html 0664 root bin 1845 27068 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/XTemplateInstance.html 0664 root bin 3508 35432 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/AuthenticationFailedException-xref.html 0664 root bin 1311 45964 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/AuthenticationFailedException.html 0664 root bin 2482 12493 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Backend-xref.html 0664 root bin 2505 18621 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Backend.html 0664 root bin 5263 56783 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAccessException-xref.html 0664 root bin 3891 15235 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAccessException.html 0664 root bin 2406 4645 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAdapter-xref.html 0664 root bin 2238 60168 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendAdapter.html 0664 root bin 5659 19982 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendSetupException-xref.html 0664 root bin 1844 28160 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/BackendSetupException.html 0664 root bin 3721 52029 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/CannotConnectException-xref.html 0664 root bin 1283 43052 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/CannotConnectException.html 0664 root bin 2669 27781 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/ComponentChangeEvent-xref.html 0664 root bin 1706 13618 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/ComponentChangeEvent.html 0664 root bin 3380 20692 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/ConnectionLostException-xref.html 0664 root bin 1287 43584 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/ConnectionLostException.html 0664 root bin 2528 15046 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/CopyImporter-xref.html 0664 root bin 1825 25744 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/CopyImporter.html 0664 root bin 5518 11214 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/DataImporter-xref.html 0664 root bin 1583 2717 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/DataImporter.html 0664 root bin 6891 2188 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/DefaultBackend-xref.html 0664 root bin 1286 42773 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/DefaultBackend.html 0664 root bin 3525 33227 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/HierarchyBrowser-xref.html 0664 root bin 1607 5351 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/HierarchyBrowser.html 0664 root bin 4572 59242 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Importer-xref.html 0664 root bin 1608 4875 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Importer.html 0664 root bin 4503 52843 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InsufficientAccessRightsException-xref.html 0664 root bin 1327 47648 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InsufficientAccessRightsException.html 0664 root bin 2803 39898 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InteractionHandler-xref.html 0664 root bin 1302 44633 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InteractionHandler.html 0664 root bin 6345 15652 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException-xref.html 0664 root bin 1351 50152 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException.html 0664 root bin 2594 23503 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Layer-xref.html 0664 root bin 1549 64784 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Layer.html 0664 root bin 6721 45961 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerDescriber-xref.html 0664 root bin 1286 42913 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerDescriber.html 0664 root bin 3004 57626 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerFilter-xref.html 0664 root bin 1274 41709 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerFilter.html 0664 root bin 5230 48150 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerUpdateMerger-xref.html 0664 root bin 1298 44137 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LayerUpdateMerger.html 0664 root bin 5283 55882 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapMultiLayerStratum-xref.html 0664 root bin 1314 45893 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapMultiLayerStratum.html 0664 root bin 3399 26327 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleBackend-xref.html 0664 root bin 1298 43917 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleBackend.html 0664 root bin 3106 64288 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleStratum-xref.html 0664 root bin 1298 44205 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LdapSingleStratum.html 0664 root bin 3353 21639 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalDataImporter-xref.html 0664 root bin 1845 27576 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalDataImporter.html 0664 root bin 5972 51041 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalHierarchyBrowser-xref.html 0664 root bin 1314 45849 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalHierarchyBrowser.html 0664 root bin 4564 60833 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSchemaSupplier-xref.html 0664 root bin 1306 44961 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSchemaSupplier.html 0664 root bin 3308 17211 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleBackend-xref.html 0664 root bin 1684 11923 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleBackend.html 0664 root bin 3139 1921 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleStratum-xref.html 0664 root bin 1302 44629 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/LocalSingleStratum.html 0664 root bin 3361 22423 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MalformedDataException-xref.html 0664 root bin 7897 45317 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MalformedDataException.html 0664 root bin 5216 50971 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeImporter-xref.html 0664 root bin 1829 26084 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeImporter.html 0664 root bin 4129 23389 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeRecoveryRequest-xref.html 0664 root bin 1275 42332 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MergeRecoveryRequest.html 0664 root bin 5296 55309 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiLayerStratum-xref.html 0664 root bin 1611 5841 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiLayerStratum.html 0664 root bin 4008 12581 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiStratumBackend-xref.html 0664 root bin 1306 45037 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/MultiStratumBackend.html 0664 root bin 4897 22326 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/NodeAttribute.html 0664 root bin 6035 47712 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/OfflineBackend-xref.html 0664 root bin 1286 42765 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/OfflineBackend.html 0664 root bin 4054 16161 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/OnlineBackend-xref.html 0664 root bin 1282 42389 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/OnlineBackend.html 0664 root bin 3375 22276 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/PlatformBackend-xref.html 0664 root bin 1290 43285 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/PlatformBackend.html 0664 root bin 3354 21633 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/PropertyInfo-xref.html 0664 root bin 1301 43764 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/PropertyInfo.html 0664 root bin 4683 64389 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Schema-xref.html 0664 root bin 1254 39589 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/Schema.html 0664 root bin 4809 12082 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaAttribute.html 0664 root bin 4685 62525 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaSupplier-xref.html 0664 root bin 1595 4019 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SchemaSupplier.html 0664 root bin 3241 11111 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackend-xref.html 0664 root bin 2311 1589 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackend.html 0664 root bin 5242 56465 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackendAdapter-xref.html 0664 root bin 1847 26785 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleBackendAdapter.html 0664 root bin 3447 29056 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleLayerStratum-xref.html 0664 root bin 1723 15873 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SingleLayerStratum.html 0664 root bin 4009 12623 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/StratumCreationException-xref.html 0664 root bin 1291 44044 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/StratumCreationException.html 0664 root bin 4169 23858 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SystemIntegration-xref.html 0664 root bin 1298 44421 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/SystemIntegration.html 0664 root bin 4191 26075 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/TemplateIdentifier-xref.html 0664 root bin 2544 23064 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/TemplateIdentifier.html 0664 root bin 3373 19486 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/UpdatableLayer-xref.html 0664 root bin 1286 42909 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/UpdatableLayer.html 0664 root bin 6416 25888 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackend-xref.html 0664 root bin 2743 37545 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackend.html 0664 root bin 10889 17481 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesListener-xref.html 0664 root bin 1975 38403 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesListener.html 0664 root bin 4340 38755 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesNotifier-xref.html 0664 root bin 1445 57124 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendChangesNotifier.html 0664 root bin 4997 31558 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendEntities-xref.html 0664 root bin 2577 26488 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XBackendEntities.html 0664 root bin 7856 13296 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XCompositeLayer-xref.html 0664 root bin 1751 17585 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XCompositeLayer.html 0664 root bin 6769 51537 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayer-xref.html 0664 root bin 3278 19111 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayer.html 0664 root bin 4258 31428 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerContentDescriber-xref.html 0664 root bin 1744 17471 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerContentDescriber.html 0664 root bin 4815 16096 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerHandler-xref.html 0664 root bin 2353 4454 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerHandler.html 0664 root bin 32975 21412 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerImporter-xref.html 0664 root bin 1800 22141 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XLayerImporter.html 0664 root bin 9309 5271 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XMultiLayerStratum-xref.html 0664 root bin 1972 38113 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XMultiLayerStratum.html 0664 root bin 19685 56565 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchema-xref.html 0664 root bin 2142 50673 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchema.html 0664 root bin 8799 31899 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaHandler-xref.html 0664 root bin 1908 30142 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaHandler.html 0664 root bin 33129 38379 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaSupplier-xref.html 0664 root bin 2649 31207 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSchemaSupplier.html 0664 root bin 4082 18450 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSingleLayerStratum-xref.html 0664 root bin 1915 33145 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XSingleLayerStratum.html 0664 root bin 7322 34356 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdatableLayer-xref.html 0664 root bin 2205 57555 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdatableLayer.html 0664 root bin 4907 21758 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdateHandler-xref.html 0664 root bin 2146 51020 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XUpdateHandler.html 0664 root bin 41007 63751 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XVersionedSchemaSupplier-xref.html 0664 root bin 1449 57840 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/XVersionedSchemaSupplier.html 0664 root bin 5318 60925 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/module-ix.html 0664 root bin 17671 56149 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerParser-xref.html 0664 root bin 1283 42154 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerParser.html 0664 root bin 5716 19860 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerWriter-xref.html 0664 root bin 1283 42218 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/LayerWriter.html 0664 root bin 5294 50380 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/SchemaParser-xref.html 0664 root bin 1287 42490 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/SchemaParser.html 0664 root bin 5436 61293 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/backend/xml/module-ix.html 0664 root bin 2616 23326 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/bootstrap 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/BootstrapContext-xref.html 0664 root bin 1294 44013 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/BootstrapContext.html 0664 root bin 3996 12618 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/bootstrap/module-ix.html 0664 root bin 2247 59274 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/configuration/module-ix.html 0664 root bin 9475 54085 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/Acceptor.html 0664 root bin 2366 4469 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/AlreadyAcceptingException-xref.html 0664 root bin 1583 2968 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/AlreadyAcceptingException.html 0664 root bin 2037 40450 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/ConnectionSetupException-xref.html 0664 root bin 2497 18747 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/ConnectionSetupException.html 0664 root bin 2023 39166 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/Connector.html 0664 root bin 2365 4622 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/NoConnectException-xref.html 0664 root bin 2384 8444 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/NoConnectException.html 0664 root bin 1998 36471 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/SocketPermission-xref.html 0664 root bin 1308 45015 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/SocketPermission.html 0664 root bin 5253 55534 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XAcceptor-xref.html 0664 root bin 2158 53266 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XAcceptor.html 0664 root bin 5431 6910 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnection-xref.html 0664 root bin 2862 46040 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnection.html 0664 root bin 7936 14773 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnection2-xref.html 0664 root bin 1392 52231 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnection2.html 0664 root bin 4918 20223 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnectionBroadcaster-xref.html 0664 root bin 1432 56551 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnectionBroadcaster.html 0664 root bin 4630 2222 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnector-xref.html 0664 root bin 2164 53998 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/XConnector.html 0664 root bin 4399 49314 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/connection/module-ix.html 0664 root bin 4785 21030 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/ContainerEvent-xref.html 0664 root bin 3141 11360 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/ContainerEvent.html 0664 root bin 4209 27114 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/ElementExistException-xref.html 0664 root bin 11073 59270 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/ElementExistException.html 0664 root bin 2380 4545 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/EnumerableMap.html 0664 root bin 10418 39467 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/NoSuchElementException-xref.html 0664 root bin 29096 30761 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/NoSuchElementException.html 0664 root bin 2221 56404 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XChild-xref.html 0664 root bin 22773 44331 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XChild.html 0664 root bin 4597 60950 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XComponentEnumeration-xref.html 0664 root bin 1821 25465 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XComponentEnumeration.html 0664 root bin 3794 58981 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XComponentEnumerationAccess-xref.html 0664 root bin 1452 58671 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XComponentEnumerationAccess.html 0664 root bin 3785 61227 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainer-xref.html 0664 root bin 7861 31535 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainer.html 0664 root bin 5139 48441 1260812050
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerApproveBroadcaster-xref.html 0664 root bin 1456 59047 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerApproveBroadcaster.html 0664 root bin 4382 47777 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerApproveListener-xref.html 0664 root bin 2040 46512 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerApproveListener.html 0664 root bin 6952 3944 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerListener-xref.html 0664 root bin 2389 8882 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerListener.html 0664 root bin 5415 1031 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerQuery-xref.html 0664 root bin 2352 6109 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContainerQuery.html 0664 root bin 6087 1441 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContentEnumerationAccess-xref.html 0664 root bin 4080 28475 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XContentEnumerationAccess.html 0664 root bin 4885 27112 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XElementAccess-xref.html 0664 root bin 31677 62842 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XElementAccess.html 0664 root bin 3632 43046 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumerableMap-xref.html 0664 root bin 1701 13446 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumerableMap.html 0664 root bin 8768 36708 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumeration-xref.html 0664 root bin 11104 7073 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumeration.html 0664 root bin 4887 21966 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumerationAccess-xref.html 0664 root bin 14578 35218 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XEnumerationAccess.html 0664 root bin 3970 10023 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalName-xref.html 0664 root bin 3121 10164 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalName.html 0664 root bin 4675 4153 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameAccess-xref.html 0664 root bin 5071 50959 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameAccess.html 0664 root bin 4857 16463 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameContainer-xref.html 0664 root bin 2395 8088 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameContainer.html 0664 root bin 5355 63418 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameReplace-xref.html 0664 root bin 2347 3472 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XHierarchicalNameReplace.html 0664 root bin 4201 29450 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierAccess-xref.html 0664 root bin 1787 20981 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierAccess.html 0664 root bin 5088 38595 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierContainer-xref.html 0664 root bin 1424 55703 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierContainer.html 0664 root bin 6486 30225 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierReplace-xref.html 0664 root bin 1730 16087 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIdentifierReplace.html 0664 root bin 5065 39859 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDAccess-xref.html 0664 root bin 1412 54119 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDAccess.html 0664 root bin 4327 36152 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDContainer-xref.html 0664 root bin 1424 55467 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDContainer.html 0664 root bin 4861 18403 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDReplace-xref.html 0664 root bin 1730 15733 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XImplicitIDReplace.html 0664 root bin 3395 24192 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexAccess-xref.html 0664 root bin 31548 29503 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexAccess.html 0664 root bin 5415 180 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexContainer-xref.html 0664 root bin 9003 63691 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexContainer.html 0664 root bin 5947 47025 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexReplace-xref.html 0664 root bin 8965 59506 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XIndexReplace.html 0664 root bin 4356 40985 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XMap-xref.html 0664 root bin 1963 34897 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XMap.html 0664 root bin 17031 18779 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameAccess-xref.html 0664 root bin 33282 60790 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameAccess.html 0664 root bin 6598 32805 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameContainer-xref.html 0664 root bin 15772 31927 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameContainer.html 0664 root bin 5701 25873 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameReplace-xref.html 0664 root bin 8631 32940 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNameReplace.html 0664 root bin 4256 31966 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNamed-xref.html 0664 root bin 22831 52552 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XNamed.html 0664 root bin 3906 479 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XSet-xref.html 0664 root bin 3613 50290 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XSet.html 0664 root bin 5662 19043 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XStringKeyMap-xref.html 0664 root bin 3105 4352 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XStringKeyMap.html 0664 root bin 9465 11378 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XUniqueIDAccess-xref.html 0664 root bin 1404 53335 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/XUniqueIDAccess.html 0664 root bin 4069 14919 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/container/module-ix.html 0664 root bin 10035 28838 1260812050
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/corba 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/corba/module-ix.html 0664 root bin 1742 14448 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/DataFlavor-xref.html 0664 root bin 3131 7148 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/DataFlavor.html 0664 root bin 4268 31913 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/DataFormatTranslator-xref.html 0664 root bin 1301 45044 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/DataFormatTranslator.html 0664 root bin 4826 19066 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/MimeContentTypeFactory-xref.html 0664 root bin 1309 45876 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/MimeContentTypeFactory.html 0664 root bin 5296 57882 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/UnsupportedFlavorException-xref.html 0664 root bin 2733 39858 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/UnsupportedFlavorException.html 0664 root bin 2235 57684 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XDataFormatTranslator-xref.html 0664 root bin 1743 17952 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XDataFormatTranslator.html 0664 root bin 5438 8532 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentType-xref.html 0664 root bin 1779 20782 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentType.html 0664 root bin 8099 29218 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentTypeFactory-xref.html 0664 root bin 1755 19200 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XMimeContentTypeFactory.html 0664 root bin 4461 50720 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XSystemTransferable-xref.html 0664 root bin 1420 55415 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XSystemTransferable.html 0664 root bin 4164 29106 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferDataAccess-xref.html 0664 root bin 1420 55107 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferDataAccess.html 0664 root bin 5002 30199 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferable-xref.html 0664 root bin 4953 39082 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferable.html 0664 root bin 6513 30306 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableEx-xref.html 0664 root bin 1404 53591 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableEx.html 0664 root bin 3809 63125 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSource-xref.html 0664 root bin 1420 55335 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSource.html 0664 root bin 3057 61813 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSupplier-xref.html 0664 root bin 3085 7223 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/XTransferableSupplier.html 0664 root bin 4631 1635 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardEvent-xref.html 0664 root bin 1657 8797 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardEvent.html 0664 root bin 3216 7328 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardManager-xref.html 0664 root bin 1294 43661 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/ClipboardManager.html 0664 root bin 5283 53297 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/GenericClipboard-xref.html 0664 root bin 1294 43669 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/GenericClipboard.html 0664 root bin 6479 24240 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/RenderingCapabilities.html 0664 root bin 3593 42370 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/SystemClipboard-xref.html 0664 root bin 1839 26780 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/SystemClipboard.html 0664 root bin 8516 7818 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboard-xref.html 0664 root bin 3355 26025 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboard.html 0664 root bin 6512 30149 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardEx-xref.html 0664 root bin 1763 18641 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardEx.html 0664 root bin 3860 63738 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardFactory-xref.html 0664 root bin 1421 54848 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardFactory.html 0664 root bin 3850 62481 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardListener-xref.html 0664 root bin 2413 11301 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardListener.html 0664 root bin 4059 14637 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardManager-xref.html 0664 root bin 1728 15669 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardManager.html 0664 root bin 6982 517 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardNotifier-xref.html 0664 root bin 1787 21213 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardNotifier.html 0664 root bin 4148 25069 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardOwner-xref.html 0664 root bin 2179 54444 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XClipboardOwner.html 0664 root bin 3936 5116 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XFlushableClipboard-xref.html 0664 root bin 1734 16437 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/XFlushableClipboard.html 0664 root bin 3344 20853 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/clipboard/module-ix.html 0664 root bin 5153 51732 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DNDConstants.html 0664 root bin 5658 3224 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragGestureEvent-xref.html 0664 root bin 1784 20319 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragGestureEvent.html 0664 root bin 6303 11088 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDragEvent-xref.html 0664 root bin 1932 33770 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDragEvent.html 0664 root bin 4241 29992 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDropEvent-xref.html 0664 root bin 1672 10158 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceDropEvent.html 0664 root bin 4161 23767 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceEvent-xref.html 0664 root bin 2018 39691 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DragSourceEvent.html 0664 root bin 4317 36303 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent-xref.html 0664 root bin 1688 11849 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.html 0664 root bin 4180 26760 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEvent-xref.html 0664 root bin 2126 49912 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDragEvent.html 0664 root bin 6276 9475 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDropEvent-xref.html 0664 root bin 1658 8927 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetDropEvent.html 0664 root bin 6906 63750 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetEvent-xref.html 0664 root bin 2091 46374 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/DropTargetEvent.html 0664 root bin 3437 26168 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/InvalidDNDOperationException-xref.html 0664 root bin 1307 45232 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/InvalidDNDOperationException.html 0664 root bin 2501 14180 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDragSource-xref.html 0664 root bin 1282 42397 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDragSource.html 0664 root bin 6671 41929 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDropTarget-xref.html 0664 root bin 1282 42449 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/OleDropTarget.html 0664 root bin 6061 52851 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DragSource-xref.html 0664 root bin 1282 41989 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DragSource.html 0664 root bin 6343 10754 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DropTarget-xref.html 0664 root bin 1282 42041 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/X11DropTarget.html 0664 root bin 6606 34641 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XAutoscroll-xref.html 0664 root bin 1397 52544 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XAutoscroll.html 0664 root bin 5142 48058 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureListener-xref.html 0664 root bin 1973 38779 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureListener.html 0664 root bin 4558 61095 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureRecognizer-xref.html 0664 root bin 1912 31928 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.html 0664 root bin 5660 26410 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSource-xref.html 0664 root bin 2639 27486 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSource.html 0664 root bin 7855 16504 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceContext-xref.html 0664 root bin 1764 18646 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceContext.html 0664 root bin 7014 8886 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceListener-xref.html 0664 root bin 1744 16588 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDragSourceListener.html 0664 root bin 8172 37132 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTarget-xref.html 0664 root bin 2198 55230 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTarget.html 0664 root bin 8423 61083 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDragContext-xref.html 0664 root bin 1772 19397 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDragContext.html 0664 root bin 5576 18096 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDropContext-xref.html 0664 root bin 1772 19558 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetDropContext.html 0664 root bin 6179 3016 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetListener-xref.html 0664 root bin 1899 31133 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/XDropTargetListener.html 0664 root bin 8556 8242 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/dnd/module-ix.html 0664 root bin 9605 58059 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/datatransfer/module-ix.html 0664 root bin 6958 14442 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/DependencyException-xref.html 0664 root bin 1262 41427 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/DependencyException.html 0664 root bin 4378 45292 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/DeploymentException-xref.html 0664 root bin 2847 49492 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/DeploymentException.html 0664 root bin 3214 7009 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/InstallException-xref.html 0664 root bin 1250 40243 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/InstallException.html 0664 root bin 3439 25320 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/LicenseException-xref.html 0664 root bin 1250 40163 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/LicenseException.html 0664 root bin 3743 51229 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/LicenseIndividualAgreementException-xref.html 0664 root bin 1326 47975 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/LicenseIndividualAgreementException.html 0664 root bin 3410 25504 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/PackageInformationProvider.html 0664 root bin 1997 35800 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/PackageRegistryBackend.html 0664 root bin 4881 20684 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/PlatformException-xref.html 0664 root bin 1254 40683 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/PlatformException.html 0664 root bin 3279 12904 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationEntry-xref.html 0664 root bin 1332 47483 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationEntry.html 0664 root bin 3862 65244 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/UpdateInformationProvider.html 0664 root bin 2203 54009 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/VersionException-xref.html 0664 root bin 1250 40303 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/VersionException.html 0664 root bin 4080 14358 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackage-xref.html 0664 root bin 3224 17859 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackage.html 0664 root bin 29825 55391 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageInformationProvider-xref.html 0664 root bin 2185 57670 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageInformationProvider.html 0664 root bin 5778 35459 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageManager-xref.html 0664 root bin 1764 18744 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageManager.html 0664 root bin 18750 37195 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageManagerFactory-xref.html 0664 root bin 1761 19572 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageManagerFactory.html 0664 root bin 5369 62978 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageRegistry-xref.html 0664 root bin 1727 16192 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageRegistry.html 0664 root bin 5694 24247 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageTypeInfo-xref.html 0664 root bin 1720 14361 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XPackageTypeInfo.html 0664 root bin 7461 41658 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XUpdateInformationProvider-xref.html 0664 root bin 1773 21258 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/XUpdateInformationProvider.html 0664 root bin 8315 59804 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/module-ix.html 0664 root bin 7686 16921 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/thePackageManagerFactory.html 0664 root bin 2200 53393 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/ui 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/ui/LicenseDialog.html 0664 root bin 3857 60269 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/ui/PackageManagerDialog.html 0664 root bin 5894 40166 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/ui/UpdateRequiredDialog.html 0664 root bin 3590 38709 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/deployment/ui/module-ix.html 0664 root bin 2744 36847 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/AmbigousFilterRequest-xref.html 0664 root bin 1270 42291 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/AmbigousFilterRequest.html 0664 root bin 4690 6468 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/BrokenPackageRequest-xref.html 0664 root bin 1266 41715 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/BrokenPackageRequest.html 0664 root bin 2970 51725 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ChangedByOthersRequest-xref.html 0664 root bin 1274 42535 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ChangedByOthersRequest.html 0664 root bin 2139 48909 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/CorruptedFilterConfigurationException-xref.html 0664 root bin 1334 49071 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/CorruptedFilterConfigurationException.html 0664 root bin 3357 22739 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentEvent-xref.html 0664 root bin 1666 10407 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentEvent.html 0664 root bin 5365 62964 1260812052
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentInfo-xref.html 0664 root bin 1984 38393 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentInfo.html 0664 root bin 22188 62124 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentProperties.html 0664 root bin 3584 41634 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/DocumentRevisionListPersistence.html 0664 root bin 2114 46351 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/EventDescriptor-xref.html 0664 root bin 1281 43076 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/EventDescriptor.html 0664 root bin 3688 49154 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/EventObject-xref.html 0664 root bin 2417 11312 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/EventObject.html 0664 root bin 3730 52119 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/Events-xref.html 0664 root bin 2046 45456 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/Events.html 0664 root bin 4733 9189 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExportFilter-xref.html 0664 root bin 2610 29912 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExportFilter.html 0664 root bin 8151 50654 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetection-xref.html 0664 root bin 2379 11003 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetection.html 0664 root bin 6567 50678 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetectionFactory-xref.html 0664 root bin 1333 48360 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ExtendedTypeDetectionFactory.html 0664 root bin 9645 50846 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterAdapter-xref.html 0664 root bin 1273 42076 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterAdapter.html 0664 root bin 2982 55025 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterFactory-xref.html 0664 root bin 2211 61174 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterFactory.html 0664 root bin 14082 51416 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterOptionsRequest-xref.html 0664 root bin 1266 41991 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/FilterOptionsRequest.html 0664 root bin 3826 61055 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/HeaderFooterSettings-xref.html 0664 root bin 1832 26002 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/HeaderFooterSettings.html 0664 root bin 5779 33566 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ImportFilter-xref.html 0664 root bin 2610 29870 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/ImportFilter.html 0664 root bin 8135 48990 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LinkTarget-xref.html 0664 root bin 1641 8005 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LinkTarget.html 0664 root bin 5256 55928 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LinkTargets-xref.html 0664 root bin 1265 41312 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LinkTargets.html 0664 root bin 3599 43373 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LinkUpdateModes.html 0664 root bin 4154 18238 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockFileIgnoreRequest-xref.html 0664 root bin 1270 42099 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockFileIgnoreRequest.html 0664 root bin 2231 55845 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockedDocumentRequest-xref.html 0664 root bin 1270 42243 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockedDocumentRequest.html 0664 root bin 3523 33744 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockedOnSavingRequest-xref.html 0664 root bin 1270 42139 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/LockedOnSavingRequest.html 0664 root bin 3534 34584 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/MacroExecMode.html 0664 root bin 9334 61276 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/MediaDescriptor-xref.html 0664 root bin 4391 1630 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/MediaDescriptor.html 0664 root bin 44631 14831 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/NoSuchFilterRequest-xref.html 0664 root bin 1262 41367 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/NoSuchFilterRequest.html 0664 root bin 4216 32577 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OOXMLDocumentPropertiesImporter.html 0664 root bin 2097 45064 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OfficeDocument-xref.html 0664 root bin 4778 27616 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OfficeDocument.html 0664 root bin 15439 13237 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OleEmbeddedServerRegistration-xref.html 0664 root bin 1337 48688 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OleEmbeddedServerRegistration.html 0664 root bin 3311 17816 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OwnLockOnDocumentRequest-xref.html 0664 root bin 1282 43427 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/OwnLockOnDocumentRequest.html 0664 root bin 4064 14265 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/PDFDialog-xref.html 0664 root bin 1257 40040 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/PDFDialog.html 0664 root bin 3558 39552 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/PrinterIndependentLayout.html 0664 root bin 4567 52763 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/RedlineDisplayType.html 0664 root bin 4217 23266 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/Settings-xref.html 0664 root bin 2556 23910 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/Settings.html 0664 root bin 24680 15318 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/StandaloneDocumentInfo-xref.html 0664 root bin 1309 45840 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/StandaloneDocumentInfo.html 0664 root bin 5114 43707 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/TypeDetection-xref.html 0664 root bin 2440 17098 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/TypeDetection.html 0664 root bin 11361 874 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/UpdateDocMode.html 0664 root bin 4609 55717 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XActionLockable-xref.html 0664 root bin 2700 37028 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XActionLockable.html 0664 root bin 6491 27396 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XBinaryStreamResolver-xref.html 0664 root bin 1428 56203 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XBinaryStreamResolver.html 0664 root bin 6279 14188 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentEventBroadcaster-xref.html 0664 root bin 3205 16289 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentEventBroadcaster.html 0664 root bin 8075 45038 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentEventListener-xref.html 0664 root bin 1998 42046 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentEventListener.html 0664 root bin 4318 38399 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInfo-xref.html 0664 root bin 2437 11742 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInfo.html 0664 root bin 9549 23513 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInfoSupplier-xref.html 0664 root bin 3985 19997 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInfoSupplier.html 0664 root bin 4533 61209 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInsertable-xref.html 0664 root bin 2513 19817 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentInsertable.html 0664 root bin 3978 10569 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentLanguages-xref.html 0664 root bin 1416 54871 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentLanguages.html 0664 root bin 3461 30888 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentProperties-xref.html 0664 root bin 2506 19757 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentProperties.html 0664 root bin 32383 26373 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentPropertiesSupplier-xref.html 0664 root bin 1452 58879 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentPropertiesSupplier.html 0664 root bin 3797 61344 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentRevisionListPersistence-xref.html 0664 root bin 1809 25068 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentRevisionListPersistence.html 0664 root bin 5469 2809 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentSubStorageSupplier-xref.html 0664 root bin 2485 16910 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XDocumentSubStorageSupplier.html 0664 root bin 5098 40877 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectResolver-xref.html 0664 root bin 1436 56779 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectResolver.html 0664 root bin 3217 10147 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier-xref.html 0664 root bin 2784 42565 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier.html 0664 root bin 3101 65108 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2-xref.html 0664 root bin 1440 56987 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2.html 0664 root bin 5820 36568 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedScripts-xref.html 0664 root bin 3169 12477 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEmbeddedScripts.html 0664 root bin 5092 43200 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventBroadcaster-xref.html 0664 root bin 5303 2876 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventBroadcaster.html 0664 root bin 5033 37048 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventListener-xref.html 0664 root bin 2250 61904 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventListener.html 0664 root bin 4363 41368 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventsSupplier-xref.html 0664 root bin 4859 31376 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XEventsSupplier.html 0664 root bin 3581 41788 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XExporter-xref.html 0664 root bin 2534 21147 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XExporter.html 0664 root bin 3987 11096 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XExtendedFilterDetection-xref.html 0664 root bin 2231 61430 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XExtendedFilterDetection.html 0664 root bin 4554 63961 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XFilter-xref.html 0664 root bin 3326 27504 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XFilter.html 0664 root bin 5184 49472 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XFilterAdapter-xref.html 0664 root bin 1701 13500 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XFilterAdapter.html 0664 root bin 3551 35734 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XGraphicObjectResolver-xref.html 0664 root bin 1432 56475 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XGraphicObjectResolver.html 0664 root bin 3208 9463 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XImporter-xref.html 0664 root bin 2270 62665 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XImporter.html 0664 root bin 3987 10957 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterOptions-xref.html 0664 root bin 1444 57927 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterOptions.html 0664 root bin 5066 38600 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterSelect-xref.html 0664 root bin 1440 57367 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XInteractionFilterSelect.html 0664 root bin 5943 50453 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XLinkTargetSupplier-xref.html 0664 root bin 2770 43315 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XLinkTargetSupplier.html 0664 root bin 3588 42303 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLBasicExporter-xref.html 0664 root bin 1285 43120 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLBasicExporter.html 0664 root bin 4518 55484 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLBasicImporter-xref.html 0664 root bin 1285 43092 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLBasicImporter.html 0664 root bin 4113 22153 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicExporter-xref.html 0664 root bin 1305 45164 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicExporter.html 0664 root bin 4536 57090 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicImporter-xref.html 0664 root bin 1305 45136 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMLOasisBasicImporter.html 0664 root bin 4131 23759 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMimeTypeInfo-xref.html 0664 root bin 2137 51368 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XMimeTypeInfo.html 0664 root bin 3756 55503 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XOOXMLDocumentPropertiesImporter-xref.html 0664 root bin 1809 24480 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XOOXMLDocumentPropertiesImporter.html 0664 root bin 5319 63134 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XRedlinesSupplier-xref.html 0664 root bin 2019 42786 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XRedlinesSupplier.html 0664 root bin 3593 43355 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XScriptInvocationContext-xref.html 0664 root bin 1904 32593 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XScriptInvocationContext.html 0664 root bin 4576 5289 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStandaloneDocumentInfo-xref.html 0664 root bin 1755 19146 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStandaloneDocumentInfo.html 0664 root bin 6645 41282 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStorageBasedDocument-xref.html 0664 root bin 2881 51609 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStorageBasedDocument.html 0664 root bin 10125 12739 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStorageChangeListener-xref.html 0664 root bin 1974 39102 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XStorageChangeListener.html 0664 root bin 4490 52421 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XTypeDetection-xref.html 0664 root bin 1701 13656 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XTypeDetection.html 0664 root bin 7076 21792 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XViewDataSupplier-xref.html 0664 root bin 4677 14981 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/XViewDataSupplier.html 0664 root bin 5664 27802 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/document/module-ix.html 0664 root bin 19643 39967 1260812052
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleDrawDocumentView-xref.html 0664 root bin 1325 47384 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleDrawDocumentView.html 0664 root bin 8871 54547 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphControl-xref.html 0664 root bin 1309 45764 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphControl.html 0664 root bin 7104 24654 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphicShape-xref.html 0664 root bin 1309 45620 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleGraphicShape.html 0664 root bin 7482 62201 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleImageBullet-xref.html 0664 root bin 1305 45220 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleImageBullet.html 0664 root bin 5876 44729 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleOLEShape-xref.html 0664 root bin 1293 43708 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleOLEShape.html 0664 root bin 5949 53142 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleShape-xref.html 0664 root bin 1657 9720 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleShape.html 0664 root bin 12604 53780 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideView-xref.html 0664 root bin 1297 44456 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideView.html 0664 root bin 7842 24392 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideViewObject-xref.html 0664 root bin 1321 46852 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AccessibleSlideViewObject.html 0664 root bin 7002 16766 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Alignment-xref.html 0664 root bin 2095 45500 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Alignment.html 0664 root bin 5435 52331 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AppletShape-xref.html 0664 root bin 1265 41244 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/AppletShape.html 0664 root bin 7120 16426 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Arrangement-xref.html 0664 root bin 1581 1710 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Arrangement.html 0664 root bin 4372 34097 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Background-xref.html 0664 root bin 1261 40896 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Background.html 0664 root bin 3307 19058 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BezierPoint-xref.html 0664 root bin 1288 42811 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BezierPoint.html 0664 root bin 4313 34381 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BitmapMode-xref.html 0664 root bin 2374 5288 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BitmapMode.html 0664 root bin 3656 40618 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BitmapTable-xref.html 0664 root bin 1265 41172 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BitmapTable.html 0664 root bin 3612 44503 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BoundVolume-xref.html 0664 root bin 1288 42831 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/BoundVolume.html 0664 root bin 3248 10843 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CameraGeometry-xref.html 0664 root bin 1300 44003 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CameraGeometry.html 0664 root bin 3590 37861 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CanvasFeature.html 0664 root bin 2745 33015 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CaptionEscapeDirection.html 0664 root bin 4117 21397 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CaptionShape-xref.html 0664 root bin 2082 46831 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CaptionShape.html 0664 root bin 15998 65221 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CaptionType.html 0664 root bin 4125 21533 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CircleKind-xref.html 0664 root bin 1927 31114 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CircleKind.html 0664 root bin 3905 59381 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ClosedBezierShape-xref.html 0664 root bin 1848 27747 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ClosedBezierShape.html 0664 root bin 7614 63169 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ColorMode-xref.html 0664 root bin 2288 63824 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ColorMode.html 0664 root bin 4228 23265 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectionType-xref.html 0664 root bin 1721 14715 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectionType.html 0664 root bin 5156 35997 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorProperties-xref.html 0664 root bin 2189 57352 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorProperties.html 0664 root bin 5366 63476 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorShape-xref.html 0664 root bin 1993 41268 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorShape.html 0664 root bin 14281 46597 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorType-xref.html 0664 root bin 1602 3999 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ConnectorType.html 0664 root bin 4190 20904 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ControlShape-xref.html 0664 root bin 1895 31975 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ControlShape.html 0664 root bin 4769 12029 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequence-xref.html 0664 root bin 1298 44090 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequence.html 0664 root bin 1563 64235 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequenceSequence-xref.html 0664 root bin 1330 47390 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CoordinateSequenceSequence.html 0664 root bin 1639 6007 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CustomShape-xref.html 0664 root bin 1265 41328 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CustomShape.html 0664 root bin 11432 2742 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CustomShapeEngine-xref.html 0664 root bin 1289 43720 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/CustomShapeEngine.html 0664 root bin 3714 51745 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DashStyle-xref.html 0664 root bin 1547 63594 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DashStyle.html 0664 root bin 4226 21338 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DashTable-xref.html 0664 root bin 1257 40288 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DashTable.html 0664 root bin 3651 47274 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Defaults-xref.html 0664 root bin 1253 40096 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Defaults.html 0664 root bin 6632 43650 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Direction3D-xref.html 0664 root bin 2380 9625 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Direction3D.html 0664 root bin 3271 11295 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DocumentSettings-xref.html 0664 root bin 1633 8040 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DocumentSettings.html 0664 root bin 10991 24122 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequence-xref.html 0664 root bin 1282 42374 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequence.html 0664 root bin 1553 63151 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequenceSequence-xref.html 0664 root bin 1886 29675 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DoubleSequenceSequence.html 0664 root bin 1619 3862 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawPage-xref.html 0664 root bin 2344 6010 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawPage.html 0664 root bin 5989 54892 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawPages-xref.html 0664 root bin 1257 40376 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawPages.html 0664 root bin 4652 2264 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawViewMode-xref.html 0664 root bin 1265 40506 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawViewMode.html 0664 root bin 3750 47784 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocument-xref.html 0664 root bin 2208 60293 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocument.html 0664 root bin 3277 16274 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentDrawView-xref.html 0664 root bin 2943 61350 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentDrawView.html 0664 root bin 14926 25578 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentFactory-xref.html 0664 root bin 1309 45900 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/DrawingDocumentFactory.html 0664 root bin 3297 16906 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EllipseShape-xref.html 0664 root bin 1828 25775 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EllipseShape.html 0664 root bin 9131 58157 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue-xref.html 0664 root bin 1380 52231 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.html 0664 root bin 3379 20714 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeExtrusion-xref.html 0664 root bin 1333 48396 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeExtrusion.html 0664 root bin 20359 44111 1260812054
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGeometry-xref.html 0664 root bin 1329 47864 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGeometry.html 0664 root bin 13211 30534 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeGluePointType.html 0664 root bin 4533 51459 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeHandle-xref.html 0664 root bin 1321 46840 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeHandle.html 0664 root bin 12298 14632 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameter-xref.html 0664 root bin 2792 49422 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameter.html 0664 root bin 3273 11298 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterPair-xref.html 0664 root bin 2736 44746 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterPair.html 0664 root bin 3294 15125 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeParameterType.html 0664 root bin 10384 7547 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapePath-xref.html 0664 root bin 1313 46076 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapePath.html 0664 root bin 11889 45936 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegment-xref.html 0664 root bin 1348 48867 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegment.html 0664 root bin 3043 57322 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.html 0664 root bin 9133 20932 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextFrame-xref.html 0664 root bin 1356 49623 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextFrame.html 0664 root bin 3333 19055 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPath-xref.html 0664 root bin 1329 47760 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPath.html 0664 root bin 4737 8634 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPathMode-xref.html 0664 root bin 1706 14171 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EnhancedCustomShapeTextPathMode.html 0664 root bin 3503 28587 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EscapeDirection-xref.html 0664 root bin 1579 1202 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/EscapeDirection.html 0664 root bin 4600 49946 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FillProperties-xref.html 0664 root bin 5494 25834 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FillProperties.html 0664 root bin 23097 7492 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FillStyle-xref.html 0664 root bin 2165 52875 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FillStyle.html 0664 root bin 4411 34140 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FlagSequence-xref.html 0664 root bin 1274 41474 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FlagSequence.html 0664 root bin 1585 330 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FlagSequenceSequence-xref.html 0664 root bin 1645 8240 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/FlagSequenceSequence.html 0664 root bin 1609 2737 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawPage-xref.html 0664 root bin 2428 12901 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawPage.html 0664 root bin 17414 34170 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawingDocument-xref.html 0664 root bin 1768 20589 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GenericDrawingDocument.html 0664 root bin 17950 32251 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GluePoint-xref.html 0664 root bin 1280 41963 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GluePoint.html 0664 root bin 5440 254 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GluePoint2-xref.html 0664 root bin 1284 42163 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GluePoint2.html 0664 root bin 6149 63590 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GradientTable-xref.html 0664 root bin 1273 42008 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GradientTable.html 0664 root bin 3993 10994 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicExportFilter-xref.html 0664 root bin 1757 19592 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicExportFilter.html 0664 root bin 6929 7789 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicFilterRequest-xref.html 0664 root bin 1266 41807 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicFilterRequest.html 0664 root bin 3266 11583 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicObjectShape-xref.html 0664 root bin 2047 43727 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GraphicObjectShape.html 0664 root bin 15529 19344 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GroupShape-xref.html 0664 root bin 1918 33912 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/GroupShape.html 0664 root bin 5067 35581 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Hatch-xref.html 0664 root bin 2168 52774 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Hatch.html 0664 root bin 4442 43355 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HatchStyle-xref.html 0664 root bin 1542 63146 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HatchStyle.html 0664 root bin 3646 40155 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HatchTable-xref.html 0664 root bin 1261 40704 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HatchTable.html 0664 root bin 3624 44706 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix-xref.html 0664 root bin 1648 8456 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix.html 0664 root bin 3774 52782 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix3-xref.html 0664 root bin 1789 19844 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix3.html 0664 root bin 3377 19476 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix4-xref.html 0664 root bin 1300 43879 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrix4.html 0664 root bin 3785 53308 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine-xref.html 0664 root bin 1912 31023 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine.html 0664 root bin 3656 42601 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine3-xref.html 0664 root bin 1828 23165 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine3.html 0664 root bin 3293 12332 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine4-xref.html 0664 root bin 1928 31855 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HomogenMatrixLine4.html 0664 root bin 3661 42861 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HorizontalDimensioning-xref.html 0664 root bin 1305 44986 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/HorizontalDimensioning.html 0664 root bin 4211 23274 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Layer-xref.html 0664 root bin 1673 11612 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Layer.html 0664 root bin 6809 49526 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LayerManager-xref.html 0664 root bin 1701 14408 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LayerManager.html 0664 root bin 4537 55628 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LayerType-xref.html 0664 root bin 1253 39422 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LayerType.html 0664 root bin 4158 15210 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineDash-xref.html 0664 root bin 2394 7273 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineDash.html 0664 root bin 5205 39771 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineEndType-xref.html 0664 root bin 1261 40070 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineEndType.html 0664 root bin 4716 59904 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineJoint-xref.html 0664 root bin 1957 34437 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineJoint.html 0664 root bin 4533 47359 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineProperties-xref.html 0664 root bin 6702 65007 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineProperties.html 0664 root bin 12979 58420 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineShape-xref.html 0664 root bin 1816 24471 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineShape.html 0664 root bin 6900 564 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineStyle-xref.html 0664 root bin 2377 6150 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/LineStyle.html 0664 root bin 3395 17069 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MarkerTable-xref.html 0664 root bin 1265 41192 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MarkerTable.html 0664 root bin 3669 50185 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MasterPage-xref.html 0664 root bin 1693 13580 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MasterPage.html 0664 root bin 3675 49281 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MasterPages-xref.html 0664 root bin 1265 41264 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MasterPages.html 0664 root bin 3184 7104 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureKind-xref.html 0664 root bin 1594 3066 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureKind.html 0664 root bin 3377 17785 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureProperties-xref.html 0664 root bin 2177 56050 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureProperties.html 0664 root bin 13931 17257 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureShape-xref.html 0664 root bin 1828 25791 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureShape.html 0664 root bin 8845 35334 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextHorzPos-xref.html 0664 root bin 1658 9990 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextHorzPos.html 0664 root bin 3620 36513 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextVertPos-xref.html 0664 root bin 1654 9502 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MeasureTextVertPos.html 0664 root bin 3934 61704 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MirrorAxis-xref.html 0664 root bin 1569 623 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/MirrorAxis.html 0664 root bin 3029 54234 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/NormalsKind-xref.html 0664 root bin 1261 40202 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/NormalsKind.html 0664 root bin 3668 42488 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/OLE2Shape-xref.html 0664 root bin 2268 62824 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/OLE2Shape.html 0664 root bin 6761 48700 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/OpenBezierShape-xref.html 0664 root bin 1635 7841 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/OpenBezierShape.html 0664 root bin 6930 4253 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PageShape-xref.html 0664 root bin 2135 50986 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PageShape.html 0664 root bin 4711 7683 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PluginShape-xref.html 0664 root bin 1619 6289 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PluginShape.html 0664 root bin 5750 31184 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PointSequence-xref.html 0664 root bin 1696 11948 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PointSequence.html 0664 root bin 1640 4849 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PointSequenceSequence-xref.html 0664 root bin 2487 18705 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PointSequenceSequence.html 0664 root bin 1614 3457 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyLineShape-xref.html 0664 root bin 1832 26151 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyLineShape.html 0664 root bin 6939 4164 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierCoords-xref.html 0664 root bin 3104 7286 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierCoords.html 0664 root bin 3033 58763 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierDescriptor-xref.html 0664 root bin 2562 26718 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierDescriptor.html 0664 root bin 4785 18997 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierShape-xref.html 0664 root bin 1868 29995 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonBezierShape.html 0664 root bin 7637 290 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonDescriptor-xref.html 0664 root bin 2056 44876 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonDescriptor.html 0664 root bin 4356 44931 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape-xref.html 0664 root bin 1844 27559 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape.html 0664 root bin 7687 3500 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape3D-xref.html 0664 root bin 1316 45407 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolyPolygonShape3D.html 0664 root bin 3476 30604 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolygonFlags-xref.html 0664 root bin 1265 40662 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolygonFlags.html 0664 root bin 4296 31113 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolygonKind-xref.html 0664 root bin 2115 49755 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/PolygonKind.html 0664 root bin 6639 23418 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Position3D-xref.html 0664 root bin 1916 31921 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Position3D.html 0664 root bin 3801 56016 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ProjectionMode-xref.html 0664 root bin 1645 8370 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ProjectionMode.html 0664 root bin 3197 3497 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RectanglePoint-xref.html 0664 root bin 3602 44058 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RectanglePoint.html 0664 root bin 7214 8977 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RectangleShape-xref.html 0664 root bin 1953 37233 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RectangleShape.html 0664 root bin 8043 32176 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RotationDescriptor-xref.html 0664 root bin 4540 7105 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/RotationDescriptor.html 0664 root bin 5423 6904 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShadeMode-xref.html 0664 root bin 1615 4962 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShadeMode.html 0664 root bin 4466 42704 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShadowProperties-xref.html 0664 root bin 4659 17813 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShadowProperties.html 0664 root bin 5768 30407 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Shape-xref.html 0664 root bin 6408 40695 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Shape.html 0664 root bin 17289 33247 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShapeCollection-xref.html 0664 root bin 1924 34613 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/ShapeCollection.html 0664 root bin 4239 33507 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Shapes-xref.html 0664 root bin 1683 12631 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Shapes.html 0664 root bin 3059 60560 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/SlideRenderer.html 0664 root bin 3092 62194 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/SlideSorter.html 0664 root bin 4183 26363 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/SnapObjectType-xref.html 0664 root bin 1273 41390 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/SnapObjectType.html 0664 root bin 3318 10765 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Text-xref.html 0664 root bin 4356 54380 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/Text.html 0664 root bin 4212 28846 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAdjust-xref.html 0664 root bin 1257 39874 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAdjust.html 0664 root bin 5159 34537 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationDirection-xref.html 0664 root bin 2035 42744 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationDirection.html 0664 root bin 3511 28103 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationKind-xref.html 0664 root bin 2005 39510 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextAnimationKind.html 0664 root bin 4625 55910 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextFitToSizeType-xref.html 0664 root bin 1997 38656 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextFitToSizeType.html 0664 root bin 4415 39899 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextHorizontalAdjust-xref.html 0664 root bin 2023 41712 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextHorizontalAdjust.html 0664 root bin 4332 32558 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextProperties-xref.html 0664 root bin 4811 31712 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextProperties.html 0664 root bin 28516 39164 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextShape-xref.html 0664 root bin 3208 17478 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextShape.html 0664 root bin 7880 17855 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextVerticalAdjust-xref.html 0664 root bin 2011 40272 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextVerticalAdjust.html 0664 root bin 4324 31939 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureKind-xref.html 0664 root bin 1261 40286 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureKind.html 0664 root bin 3676 44735 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureKind2-xref.html 0664 root bin 1265 40486 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureKind2.html 0664 root bin 4116 15877 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureMode-xref.html 0664 root bin 1261 40282 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureMode.html 0664 root bin 3659 40922 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureProjectionMode-xref.html 0664 root bin 1301 44494 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TextureProjectionMode.html 0664 root bin 3921 63666 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TransparencyGradientTable-xref.html 0664 root bin 1321 47104 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/TransparencyGradientTable.html 0664 root bin 4051 16968 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/VerticalDimensioning-xref.html 0664 root bin 1297 44026 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/VerticalDimensioning.html 0664 root bin 4174 19650 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XConnectableShape-xref.html 0664 root bin 2106 49788 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XConnectableShape.html 0664 root bin 4125 17559 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XConnectorShape-xref.html 0664 root bin 1404 53615 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XConnectorShape.html 0664 root bin 6541 27401 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XControlShape-xref.html 0664 root bin 2049 43534 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XControlShape.html 0664 root bin 5217 47186 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeEngine-xref.html 0664 root bin 1725 15966 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeEngine.html 0664 root bin 5154 39474 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeHandle-xref.html 0664 root bin 1416 54751 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XCustomShapeHandle.html 0664 root bin 4132 20252 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPage-xref.html 0664 root bin 7406 63404 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPage.html 0664 root bin 2673 26590 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageDuplicator-xref.html 0664 root bin 2519 22161 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageDuplicator.html 0664 root bin 4201 29574 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageExpander-xref.html 0664 root bin 1705 13782 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageExpander.html 0664 root bin 3825 59664 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSummarizer-xref.html 0664 root bin 1713 14774 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSummarizer.html 0664 root bin 3519 33585 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSupplier-xref.html 0664 root bin 2548 23598 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPageSupplier.html 0664 root bin 3501 32234 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPages-xref.html 0664 root bin 3219 15402 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPages.html 0664 root bin 6377 19047 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPagesSupplier-xref.html 0664 root bin 3162 15722 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawPagesSupplier.html 0664 root bin 3379 24423 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawSubController-xref.html 0664 root bin 1416 54895 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawSubController.html 0664 root bin 3984 12371 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawView-xref.html 0664 root bin 3057 2083 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XDrawView.html 0664 root bin 4043 12077 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XEnhancedCustomShapeDefaulter-xref.html 0664 root bin 1460 59255 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.html 0664 root bin 12427 35701 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XGluePointsSupplier-xref.html 0664 root bin 5151 57599 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XGluePointsSupplier.html 0664 root bin 3084 63268 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayer-xref.html 0664 root bin 2260 60949 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayer.html 0664 root bin 2489 12071 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayerManager-xref.html 0664 root bin 2170 54613 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayerManager.html 0664 root bin 8225 37616 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayerSupplier-xref.html 0664 root bin 2292 644 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XLayerSupplier.html 0664 root bin 3104 63944 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XMasterPageTarget-xref.html 0664 root bin 2259 62572 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XMasterPageTarget.html 0664 root bin 4002 8134 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XMasterPagesSupplier-xref.html 0664 root bin 1956 37495 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XMasterPagesSupplier.html 0664 root bin 3036 59108 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XPresenterHelper-xref.html 0664 root bin 1408 54111 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XPresenterHelper.html 0664 root bin 15563 26141 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSelectionFunction-xref.html 0664 root bin 1416 54959 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSelectionFunction.html 0664 root bin 6046 57003 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShape-xref.html 0664 root bin 17520 27389 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShape.html 0664 root bin 6428 14837 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeAligner-xref.html 0664 root bin 1396 52683 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeAligner.html 0664 root bin 3416 23784 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeArranger-xref.html 0664 root bin 1400 53131 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeArranger.html 0664 root bin 8447 56558 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeBinder-xref.html 0664 root bin 2313 1098 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeBinder.html 0664 root bin 5013 30800 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeCombiner-xref.html 0664 root bin 2455 14438 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeCombiner.html 0664 root bin 5282 56634 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeDescriptor-xref.html 0664 root bin 9605 45321 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeDescriptor.html 0664 root bin 3315 15946 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeGroup-xref.html 0664 root bin 2832 45073 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeGroup.html 0664 root bin 5294 51780 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeGrouper-xref.html 0664 root bin 2586 26010 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeGrouper.html 0664 root bin 5226 49473 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeMirror-xref.html 0664 root bin 1392 52399 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapeMirror.html 0664 root bin 4359 37510 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapes-xref.html 0664 root bin 5214 57083 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XShapes.html 0664 root bin 5075 32567 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCache-xref.html 0664 root bin 1416 54683 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCache.html 0664 root bin 12019 55291 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCacheListener-xref.html 0664 root bin 2004 42234 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlidePreviewCacheListener.html 0664 root bin 3853 1095 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlideRenderer-xref.html 0664 root bin 1701 13506 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlideRenderer.html 0664 root bin 8768 35578 1260812056
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlideSorterBase-xref.html 0664 root bin 1705 13918 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XSlideSorterBase.html 0664 root bin 13115 14386 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XUniversalShapeDescriptor-xref.html 0664 root bin 1444 57891 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/XUniversalShapeDescriptor.html 0664 root bin 3628 43969 1260812058
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/AnchorBindingMode-xref.html 0664 root bin 1832 23688 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/AnchorBindingMode.html 0664 root bin 3377 16645 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicPaneFactory.html 0664 root bin 4181 28565 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicToolBarFactory.html 0664 root bin 4108 21646 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/BasicViewFactory.html 0664 root bin 4412 49520 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/BorderType-xref.html 0664 root bin 1730 14814 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/BorderType.html 0664 root bin 3622 35903 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/Configuration.html 0664 root bin 3570 38447 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationChangeEvent-xref.html 0664 root bin 1924 35145 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationChangeEvent.html 0664 root bin 6825 58446 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ConfigurationController.html 0664 root bin 3891 4162 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ModuleController.html 0664 root bin 3973 9109 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceActivationMode-xref.html 0664 root bin 1700 13836 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceActivationMode.html 0664 root bin 3955 5702 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/ResourceId.html 0664 root bin 6439 20146 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/TabBarButton-xref.html 0664 root bin 2052 41895 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/TabBarButton.html 0664 root bin 4899 20489 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfiguration-xref.html 0664 root bin 3139 10531 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfiguration.html 0664 root bin 10362 44098 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeListener-xref.html 0664 root bin 2115 53801 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeListener.html 0664 root bin 4725 9621 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeRequest-xref.html 0664 root bin 1867 29719 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationChangeRequest.html 0664 root bin 4421 52783 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationController-xref.html 0664 root bin 2136 52481 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationController.html 0664 root bin 21377 59651 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster-xref.html 0664 root bin 2136 52874 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.html 0664 root bin 6825 777 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue-xref.html 0664 root bin 2140 53402 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.html 0664 root bin 5429 9177 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XControllerManager-xref.html 0664 root bin 1425 55324 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XControllerManager.html 0664 root bin 4721 9543 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XModuleController-xref.html 0664 root bin 2080 46449 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XModuleController.html 0664 root bin 3853 65354 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane-xref.html 0664 root bin 1373 49840 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane.html 0664 root bin 6032 47845 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane2-xref.html 0664 root bin 1377 50040 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPane2.html 0664 root bin 7004 7849 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPaneBorderPainter-xref.html 0664 root bin 1425 55156 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XPaneBorderPainter.html 0664 root bin 12991 1532 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XRelocatableResource-xref.html 0664 root bin 1433 56120 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XRelocatableResource.html 0664 root bin 3633 44022 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResource-xref.html 0664 root bin 3183 10025 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResource.html 0664 root bin 4965 29646 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactory-xref.html 0664 root bin 2763 42164 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactory.html 0664 root bin 5989 55041 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactoryManager-xref.html 0664 root bin 2088 47710 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceFactoryManager.html 0664 root bin 8280 62908 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceId-xref.html 0664 root bin 4425 57969 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XResourceId.html 0664 root bin 14585 62253 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XTabBar-xref.html 0664 root bin 1381 50512 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XTabBar.html 0664 root bin 8611 11021 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XToolBar-xref.html 0664 root bin 1385 51052 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XToolBar.html 0664 root bin 2730 31814 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XView-xref.html 0664 root bin 2100 46226 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/XView.html 0664 root bin 3155 4206 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/framework/module-ix.html 0664 root bin 11637 49897 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/drawing/module-ix.html 0664 root bin 41892 19817 1260812054
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/Actions.html 0664 root bin 4108 16902 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/Aspects.html 0664 root bin 5097 31759 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/BaseStorage-xref.html 0664 root bin 1609 5218 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/BaseStorage.html 0664 root bin 5774 29320 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/DocumentCloser.html 0664 root bin 4704 6810 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/ElementModes.html 0664 root bin 7002 56141 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbedMapUnits.html 0664 root bin 8909 17713 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbedMisc.html 0664 root bin 15732 32435 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbedStates.html 0664 root bin 5979 38457 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbedUpdateModes.html 0664 root bin 3808 55760 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbedVerbs.html 0664 root bin 6476 10711 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbeddedObjectDescriptor-xref.html 0664 root bin 1317 46528 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EmbeddedObjectDescriptor.html 0664 root bin 5249 60256 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/EntryInitModes.html 0664 root bin 6052 50122 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorage-xref.html 0664 root bin 1289 43816 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorage.html 0664 root bin 4945 29782 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorageFactory-xref.html 0664 root bin 1317 46728 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/FileSystemStorageFactory.html 0664 root bin 5199 52672 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/InsertedObjectInfo-xref.html 0664 root bin 1873 29507 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/InsertedObjectInfo.html 0664 root bin 3756 53287 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/InstanceLocker.html 0664 root bin 7440 48223 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/InvalidStorageException-xref.html 0664 root bin 5106 64450 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/InvalidStorageException.html 0664 root bin 2411 4500 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/LinkageMisuseException-xref.html 0664 root bin 1274 42651 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/LinkageMisuseException.html 0664 root bin 2310 62068 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/NeedsRunningStateException-xref.html 0664 root bin 1758 19257 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/NeedsRunningStateException.html 0664 root bin 2674 30399 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/NoVisualAreaSizeException-xref.html 0664 root bin 1286 43755 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/NoVisualAreaSizeException.html 0664 root bin 2273 59654 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/OLESimpleStorage.html 0664 root bin 5176 47428 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/ObjectSaveVetoException-xref.html 0664 root bin 1601 4668 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/ObjectSaveVetoException.html 0664 root bin 2339 64972 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StateChangeInProgressException-xref.html 0664 root bin 1306 45859 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StateChangeInProgressException.html 0664 root bin 3517 35109 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/Storage-xref.html 0664 root bin 1249 39700 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/Storage.html 0664 root bin 18408 28206 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageFactory-xref.html 0664 root bin 1277 42612 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageFactory.html 0664 root bin 5623 22117 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageStream-xref.html 0664 root bin 1273 42180 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageStream.html 0664 root bin 14475 1404 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageWrappedTargetException-xref.html 0664 root bin 4920 48302 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/StorageWrappedTargetException.html 0664 root bin 2451 9842 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/UnreachableStateException-xref.html 0664 root bin 1718 14989 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/UnreachableStateException.html 0664 root bin 3697 48399 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/UseBackupException-xref.html 0664 root bin 1258 40931 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/UseBackupException.html 0664 root bin 3818 60739 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/VerbAttributes.html 0664 root bin 3704 46199 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/VerbDescriptor-xref.html 0664 root bin 1300 44103 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/VerbDescriptor.html 0664 root bin 4517 49074 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/VisualRepresentation-xref.html 0664 root bin 1687 12778 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/VisualRepresentation.html 0664 root bin 3557 35819 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/WrongStateException-xref.html 0664 root bin 6875 19694 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/WrongStateException.html 0664 root bin 2262 58645 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XActionsApproval-xref.html 0664 root bin 1752 17919 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XActionsApproval.html 0664 root bin 3926 5887 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XClassifiedObject-xref.html 0664 root bin 2078 45727 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XClassifiedObject.html 0664 root bin 5332 53773 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XCommonEmbedPersist-xref.html 0664 root bin 1771 19733 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XCommonEmbedPersist.html 0664 root bin 7394 37575 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XComponentSupplier-xref.html 0664 root bin 1771 19719 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XComponentSupplier.html 0664 root bin 3459 28321 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectClipboardCreator-xref.html 0664 root bin 1456 58703 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectClipboardCreator.html 0664 root bin 5506 12464 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectCreator-xref.html 0664 root bin 1420 55055 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectCreator.html 0664 root bin 12196 266 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectFactory-xref.html 0664 root bin 1420 55087 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedObjectFactory.html 0664 root bin 6495 31682 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedPersist-xref.html 0664 root bin 1396 52763 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbedPersist.html 0664 root bin 16731 62120 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedClient-xref.html 0664 root bin 2070 44181 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedClient.html 0664 root bin 5418 878 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedObject-xref.html 0664 root bin 2227 58818 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEmbeddedObject.html 0664 root bin 18727 28440 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEncryptionProtectedSource-xref.html 0664 root bin 2106 49391 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XEncryptionProtectedSource.html 0664 root bin 4623 62849 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XExtendedStorageStream-xref.html 0664 root bin 2056 47369 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XExtendedStorageStream.html 0664 root bin 5698 26068 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindow-xref.html 0664 root bin 1759 18635 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindow.html 0664 root bin 5400 443 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowController-xref.html 0664 root bin 1758 18754 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowController.html 0664 root bin 5869 38427 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowFactory-xref.html 0664 root bin 1420 55263 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHatchWindowFactory.html 0664 root bin 4431 46604 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHierarchicalStorageAccess-xref.html 0664 root bin 1448 58007 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XHierarchicalStorageAccess.html 0664 root bin 11578 22675 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInplaceClient-xref.html 0664 root bin 1400 53099 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInplaceClient.html 0664 root bin 17064 16975 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInplaceObject-xref.html 0664 root bin 1400 53067 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInplaceObject.html 0664 root bin 7381 38745 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInsertObjectDialog-xref.html 0664 root bin 1420 55151 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XInsertObjectDialog.html 0664 root bin 5103 40990 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkCreator-xref.html 0664 root bin 1392 52343 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkCreator.html 0664 root bin 5790 33222 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkFactory-xref.html 0664 root bin 1392 52375 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkFactory.html 0664 root bin 5837 37894 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkageSupport-xref.html 0664 root bin 1404 53727 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XLinkageSupport.html 0664 root bin 8302 51248 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XOLESimpleStorage-xref.html 0664 root bin 1719 14988 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XOLESimpleStorage.html 0664 root bin 4943 27207 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XOptimizedStorage-xref.html 0664 root bin 1769 19976 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XOptimizedStorage.html 0664 root bin 16773 18339 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XPackageStructureCreator-xref.html 0664 root bin 1440 57395 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XPackageStructureCreator.html 0664 root bin 4040 13177 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XPersistanceHolder-xref.html 0664 root bin 1416 54907 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XPersistanceHolder.html 0664 root bin 5119 38912 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XRelationshipAccess-xref.html 0664 root bin 1420 55311 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XRelationshipAccess.html 0664 root bin 20006 1179 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStateChangeBroadcaster-xref.html 0664 root bin 1740 16917 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStateChangeBroadcaster.html 0664 root bin 4244 33190 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStateChangeListener-xref.html 0664 root bin 1970 38546 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStateChangeListener.html 0664 root bin 6309 9910 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStorage-xref.html 0664 root bin 12535 16173 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStorage.html 0664 root bin 39071 42311 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStorageRawAccess-xref.html 0664 root bin 1412 54339 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XStorageRawAccess.html 0664 root bin 11954 59893 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactedObject-xref.html 0664 root bin 2131 50713 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactedObject.html 0664 root bin 4464 47064 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactionBroadcaster-xref.html 0664 root bin 2043 43439 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactionBroadcaster.html 0664 root bin 4262 35774 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactionListener-xref.html 0664 root bin 1970 39428 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransactionListener.html 0664 root bin 6896 56415 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransferableSupplier-xref.html 0664 root bin 1428 56243 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XTransferableSupplier.html 0664 root bin 3926 5896 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XVisualObject-xref.html 0664 root bin 2212 57637 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XVisualObject.html 0664 root bin 9783 50082 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XWindowSupplier-xref.html 0664 root bin 1404 53807 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/XWindowSupplier.html 0664 root bin 3302 15043 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/embed/module-ix.html 0664 root bin 17102 9296 1260812058
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DataAwareControlModel-xref.html 0664 root bin 5505 31142 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DataAwareControlModel.html 0664 root bin 17126 45896 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DataSelectionType-xref.html 0664 root bin 1285 42634 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DataSelectionType.html 0664 root bin 3841 54116 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DatabaseDeleteEvent-xref.html 0664 root bin 1320 45879 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DatabaseDeleteEvent.html 0664 root bin 3118 63959 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DatabaseParameterEvent-xref.html 0664 root bin 1706 14290 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/DatabaseParameterEvent.html 0664 root bin 3856 65270 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/ErrorEvent-xref.html 0664 root bin 1614 5056 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/ErrorEvent.html 0664 root bin 3070 59437 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormButtonType-xref.html 0664 root bin 1881 29554 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormButtonType.html 0664 root bin 4894 18960 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormComponent-xref.html 0664 root bin 9943 39950 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormComponent.html 0664 root bin 10185 19305 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormComponentType.html 0664 root bin 15883 17524 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormComponents-xref.html 0664 root bin 3076 6426 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormComponents.html 0664 root bin 8164 52961 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormControlModel-xref.html 0664 root bin 9066 25795 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormControlModel.html 0664 root bin 9829 54326 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormController-xref.html 0664 root bin 2012 40418 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormController.html 0664 root bin 17485 16071 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormControllerDispatcher-xref.html 0664 root bin 1741 17698 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormControllerDispatcher.html 0664 root bin 12435 39780 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormSubmitEncoding-xref.html 0664 root bin 1695 12144 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormSubmitEncoding.html 0664 root bin 3951 2524 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormSubmitMethod-xref.html 0664 root bin 1683 10956 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/FormSubmitMethod.html 0664 root bin 3198 4831 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/Forms-xref.html 0664 root bin 1597 4101 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/Forms.html 0664 root bin 3531 38199 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/ListSourceType-xref.html 0664 root bin 1918 33012 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/ListSourceType.html 0664 root bin 5793 25126 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/NavigationBarMode-xref.html 0664 root bin 1697 12361 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/NavigationBarMode.html 0664 root bin 4662 65492 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/PropertyBrowserController-xref.html 0664 root bin 1321 47476 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/PropertyBrowserController.html 0664 root bin 10557 61068 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/TabulatorCycle-xref.html 0664 root bin 1661 8869 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/TabulatorCycle.html 0664 root bin 4823 13846 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XApproveActionBroadcaster-xref.html 0664 root bin 1948 36476 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XApproveActionBroadcaster.html 0664 root bin 4737 14338 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XApproveActionListener-xref.html 0664 root bin 1998 41962 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XApproveActionListener.html 0664 root bin 4478 52977 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XBoundComponent-xref.html 0664 root bin 5772 55009 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XBoundComponent.html 0664 root bin 4691 7894 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XBoundControl-xref.html 0664 root bin 3130 10442 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XBoundControl.html 0664 root bin 3831 59530 1260812058
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XChangeBroadcaster-xref.html 0664 root bin 1904 31760 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XChangeBroadcaster.html 0664 root bin 4514 55146 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XChangeListener-xref.html 0664 root bin 1900 31364 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XChangeListener.html 0664 root bin 4182 25532 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteBroadcaster-xref.html 0664 root bin 1872 29126 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteBroadcaster.html 0664 root bin 4938 31398 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteListener-xref.html 0664 root bin 1998 41598 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XConfirmDeleteListener.html 0664 root bin 4305 37337 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster-xref.html 0664 root bin 2801 44935 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster.html 0664 root bin 5419 10250 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster2-xref.html 0664 root bin 1464 59463 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterBroadcaster2.html 0664 root bin 6373 30251 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterListener-xref.html 0664 root bin 2874 55782 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDatabaseParameterListener.html 0664 root bin 4457 52851 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDeleteListener-xref.html 0664 root bin 1404 53603 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XDeleteListener.html 0664 root bin 5360 60735 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XErrorBroadcaster-xref.html 0664 root bin 1412 54479 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XErrorBroadcaster.html 0664 root bin 4350 40745 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XErrorListener-xref.html 0664 root bin 1886 30524 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XErrorListener.html 0664 root bin 4437 47151 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XForm-xref.html 0664 root bin 3094 4649 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XForm.html 0664 root bin 3027 59782 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormComponent-xref.html 0664 root bin 9777 21815 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormComponent.html 0664 root bin 2685 29427 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormController-xref.html 0664 root bin 2691 34000 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormController.html 0664 root bin 7076 19444 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormControllerListener-xref.html 0664 root bin 1922 34344 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormControllerListener.html 0664 root bin 5520 12235 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier-xref.html 0664 root bin 2563 22284 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier.html 0664 root bin 4223 28447 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier2-xref.html 0664 root bin 1404 53555 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XFormsSupplier2.html 0664 root bin 4443 50682 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGrid-xref.html 0664 root bin 2184 55237 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGrid.html 0664 root bin 4913 27376 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridColumnFactory-xref.html 0664 root bin 1797 22532 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridColumnFactory.html 0664 root bin 4792 13047 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridControl-xref.html 0664 root bin 1914 33004 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridControl.html 0664 root bin 5176 47620 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridControlListener-xref.html 0664 root bin 1904 32214 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridControlListener.html 0664 root bin 4345 39150 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridFieldDataSupplier-xref.html 0664 root bin 2252 62093 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridFieldDataSupplier.html 0664 root bin 6076 62703 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridPeer-xref.html 0664 root bin 1380 51015 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XGridPeer.html 0664 root bin 4737 8462 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XImageProducerSupplier-xref.html 0664 root bin 2596 27404 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XImageProducerSupplier.html 0664 root bin 3236 10036 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XInsertListener-xref.html 0664 root bin 1404 53739 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XInsertListener.html 0664 root bin 5457 3443 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XLoadListener-xref.html 0664 root bin 5911 64513 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XLoadListener.html 0664 root bin 8425 58848 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XLoadable-xref.html 0664 root bin 2221 58856 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XLoadable.html 0664 root bin 7296 25206 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XPositioningListener-xref.html 0664 root bin 1424 55907 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XPositioningListener.html 0664 root bin 4495 53361 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XReset-xref.html 0664 root bin 7808 40848 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XReset.html 0664 root bin 4803 13939 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XResetListener-xref.html 0664 root bin 1820 23646 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XResetListener.html 0664 root bin 5498 6613 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XRestoreListener-xref.html 0664 root bin 1408 54183 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XRestoreListener.html 0664 root bin 4562 58918 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XSubmit-xref.html 0664 root bin 2093 46772 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XSubmit.html 0664 root bin 5910 42118 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XSubmitListener-xref.html 0664 root bin 1834 25228 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XSubmitListener.html 0664 root bin 4696 5229 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XUpdateBroadcaster-xref.html 0664 root bin 5971 5519 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XUpdateBroadcaster.html 0664 root bin 4783 15418 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XUpdateListener-xref.html 0664 root bin 2256 62456 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/XUpdateListener.html 0664 root bin 5475 6063 1260812060
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableControlModel-xref.html 0664 root bin 3128 11910 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableControlModel.html 0664 root bin 6962 9672 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDataAwareControlModel-xref.html 0664 root bin 2681 36545 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDataAwareControlModel.html 0664 root bin 10276 44067 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseCheckBox-xref.html 0664 root bin 1326 46613 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseCheckBox.html 0664 root bin 8280 58582 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseComboBox-xref.html 0664 root bin 1326 46685 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseComboBox.html 0664 root bin 5247 55553 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseDateField-xref.html 0664 root bin 1330 46977 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseDateField.html 0664 root bin 5116 42694 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseFormattedField-xref.html 0664 root bin 1350 49185 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseFormattedField.html 0664 root bin 4967 32813 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseListBox-xref.html 0664 root bin 1322 46349 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseListBox.html 0664 root bin 5760 37608 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseNumericField-xref.html 0664 root bin 1342 48341 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseNumericField.html 0664 root bin 4929 28948 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseRadioButton-xref.html 0664 root bin 1338 48037 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseRadioButton.html 0664 root bin 7992 36186 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTextField-xref.html 0664 root bin 1330 47133 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTextField.html 0664 root bin 5192 51061 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTimeField-xref.html 0664 root bin 1330 47045 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableDatabaseTimeField.html 0664 root bin 5066 38909 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableIntegerValueRange-xref.html 0664 root bin 1330 47237 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/BindableIntegerValueRange.html 0664 root bin 4502 57915 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/IncompatibleTypesException-xref.html 0664 root bin 2193 56246 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/IncompatibleTypesException.html 0664 root bin 2432 7038 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/InvalidBindingStateException-xref.html 0664 root bin 1620 6220 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/InvalidBindingStateException.html 0664 root bin 2404 4617 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ListEntryEvent-xref.html 0664 root bin 1929 34259 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ListEntryEvent.html 0664 root bin 4713 2775 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ListEntrySource-xref.html 0664 root bin 2165 52887 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ListEntrySource.html 0664 root bin 4800 16984 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ValueBinding-xref.html 0664 root bin 2282 62301 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/ValueBinding.html 0664 root bin 10087 14926 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XBindableValue-xref.html 0664 root bin 3360 32165 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XBindableValue.html 0664 root bin 5274 55798 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntryListener-xref.html 0664 root bin 1921 33791 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntryListener.html 0664 root bin 8379 62794 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySink-xref.html 0664 root bin 1896 31225 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySink.html 0664 root bin 4823 17713 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySource-xref.html 0664 root bin 3150 7949 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XListEntrySource.html 0664 root bin 8659 18570 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XValueBinding-xref.html 0664 root bin 3387 27512 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/XValueBinding.html 0664 root bin 7950 26648 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/binding/module-ix.html 0664 root bin 8487 26687 1260812060
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CheckBox-xref.html 0664 root bin 1722 14453 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CheckBox.html 0664 root bin 7838 7157 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ComboBox-xref.html 0664 root bin 1722 14597 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ComboBox.html 0664 root bin 7014 3443 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CommandButton-xref.html 0664 root bin 1282 42573 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CommandButton.html 0664 root bin 11836 26680 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CurrencyField-xref.html 0664 root bin 1595 3907 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/CurrencyField.html 0664 root bin 7003 4052 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DataForm-xref.html 0664 root bin 2047 45122 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DataForm.html 0664 root bin 20128 34728 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCheckBox-xref.html 0664 root bin 1697 12587 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCheckBox.html 0664 root bin 4624 63959 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseComboBox-xref.html 0664 root bin 1697 12695 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseComboBox.html 0664 root bin 7937 22882 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCurrencyField-xref.html 0664 root bin 1314 45681 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseCurrencyField.html 0664 root bin 4346 41671 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseDateField-xref.html 0664 root bin 1703 13133 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseDateField.html 0664 root bin 4304 36528 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseFormattedField-xref.html 0664 root bin 1733 16445 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseFormattedField.html 0664 root bin 5994 53741 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseImageControl-xref.html 0664 root bin 1310 45253 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseImageControl.html 0664 root bin 11618 11280 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseListBox-xref.html 0664 root bin 1691 12191 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseListBox.html 0664 root bin 12448 26763 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseNumericField-xref.html 0664 root bin 1721 15179 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseNumericField.html 0664 root bin 4283 35693 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabasePatternField-xref.html 0664 root bin 1310 45245 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabasePatternField.html 0664 root bin 5852 41261 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseRadioButton-xref.html 0664 root bin 1715 14723 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseRadioButton.html 0664 root bin 4352 40991 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTextField-xref.html 0664 root bin 1703 13367 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTextField.html 0664 root bin 5811 36592 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTimeField-xref.html 0664 root bin 1703 13235 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DatabaseTimeField.html 0664 root bin 4263 33498 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DateField-xref.html 0664 root bin 2229 59282 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/DateField.html 0664 root bin 7039 5094 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FileControl-xref.html 0664 root bin 1274 41701 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FileControl.html 0664 root bin 7041 6614 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FixedText-xref.html 0664 root bin 1266 40885 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FixedText.html 0664 root bin 4605 62271 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/Form-xref.html 0664 root bin 2103 47140 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/Form.html 0664 root bin 7344 36023 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FormattedField-xref.html 0664 root bin 2124 50155 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/FormattedField.html 0664 root bin 6253 6995 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/GridControl-xref.html 0664 root bin 1274 41725 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/GridControl.html 0664 root bin 15077 43792 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/GroupBox-xref.html 0664 root bin 1262 40505 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/GroupBox.html 0664 root bin 4269 33114 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/HTMLForm-xref.html 0664 root bin 1785 20027 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/HTMLForm.html 0664 root bin 8894 33920 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/HiddenControl-xref.html 0664 root bin 1282 42517 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/HiddenControl.html 0664 root bin 4575 59732 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ImageButton-xref.html 0664 root bin 1274 41693 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ImageButton.html 0664 root bin 10221 18950 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ListBox-xref.html 0664 root bin 1714 13925 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ListBox.html 0664 root bin 7662 59656 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/NavigationToolBar-xref.html 0664 root bin 1298 44141 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/NavigationToolBar.html 0664 root bin 13126 8554 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/NumericField-xref.html 0664 root bin 2148 52404 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/NumericField.html 0664 root bin 7059 8325 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/PatternField-xref.html 0664 root bin 1589 3253 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/PatternField.html 0664 root bin 7070 9740 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/RadioButton-xref.html 0664 root bin 1746 17301 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/RadioButton.html 0664 root bin 9601 30730 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/RichTextControl-xref.html 0664 root bin 1797 21769 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/RichTextControl.html 0664 root bin 8474 474 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ScrollBar-xref.html 0664 root bin 1266 40817 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/ScrollBar.html 0664 root bin 7013 3177 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/SpinButton-xref.html 0664 root bin 1270 41401 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/SpinButton.html 0664 root bin 7016 3896 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/SubmitButton-xref.html 0664 root bin 1278 42273 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/SubmitButton.html 0664 root bin 5358 64465 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/TextField-xref.html 0664 root bin 2513 20127 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/TextField.html 0664 root bin 8120 33537 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/TimeField-xref.html 0664 root bin 1730 15317 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/TimeField.html 0664 root bin 7031 4963 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/component/module-ix.html 0664 root bin 10133 34360 1260812060
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CheckBox-xref.html 0664 root bin 1262 40317 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CheckBox.html 0664 root bin 4928 22394 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ComboBox-xref.html 0664 root bin 1262 40389 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ComboBox.html 0664 root bin 4860 16501 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CommandButton-xref.html 0664 root bin 1282 42573 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CommandButton.html 0664 root bin 6364 19358 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CurrencyField-xref.html 0664 root bin 1282 42525 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/CurrencyField.html 0664 root bin 5034 33105 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/DateField-xref.html 0664 root bin 1266 40681 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/DateField.html 0664 root bin 4984 27176 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/FormattedField-xref.html 0664 root bin 1286 42889 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/FormattedField.html 0664 root bin 5434 3069 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/GridControl-xref.html 0664 root bin 1589 3433 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/GridControl.html 0664 root bin 13972 16124 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/GroupBox-xref.html 0664 root bin 1262 40505 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/GroupBox.html 0664 root bin 3680 47947 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ImageButton-xref.html 0664 root bin 1274 41693 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ImageButton.html 0664 root bin 6479 29777 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ImageControl-xref.html 0664 root bin 1278 42097 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ImageControl.html 0664 root bin 5232 50950 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/InteractionGridControl-xref.html 0664 root bin 1318 46333 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/InteractionGridControl.html 0664 root bin 5608 21695 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ListBox-xref.html 0664 root bin 1258 40053 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/ListBox.html 0664 root bin 5943 43661 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/NavigationToolBar-xref.html 0664 root bin 1298 44141 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/NavigationToolBar.html 0664 root bin 3800 58256 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/NumericField-xref.html 0664 root bin 1278 42045 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/NumericField.html 0664 root bin 5004 29968 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/PatternField-xref.html 0664 root bin 1278 42089 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/PatternField.html 0664 root bin 5024 31919 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/RadioButton-xref.html 0664 root bin 1274 41741 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/RadioButton.html 0664 root bin 4967 27022 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/SubmitButton-xref.html 0664 root bin 1278 42273 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/SubmitButton.html 0664 root bin 5492 14595 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/TextField-xref.html 0664 root bin 1266 40837 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/TextField.html 0664 root bin 6181 64911 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/TimeField-xref.html 0664 root bin 1266 40749 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/TimeField.html 0664 root bin 4961 25417 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/control/module-ix.html 0664 root bin 6234 17522 1260812060
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/ButtonNavigationHandler-xref.html 0664 root bin 1322 46729 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/ButtonNavigationHandler.html 0664 root bin 5141 48611 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/CellBindingPropertyHandler-xref.html 0664 root bin 1334 47833 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/CellBindingPropertyHandler.html 0664 root bin 5564 18669 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.html 0664 root bin 6928 9922 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/EditPropertyHandler-xref.html 0664 root bin 1306 45061 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/EditPropertyHandler.html 0664 root bin 5569 19353 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/EventHandler-xref.html 0664 root bin 1278 42081 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/EventHandler.html 0664 root bin 4786 14616 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/FormComponentPropertyHandler-xref.html 0664 root bin 1342 48905 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/FormComponentPropertyHandler.html 0664 root bin 3964 8744 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/SubmissionPropertyHandler-xref.html 0664 root bin 1330 47773 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/SubmissionPropertyHandler.html 0664 root bin 5313 63840 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/XMLFormsPropertyHandler-xref.html 0664 root bin 1322 46541 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/XMLFormsPropertyHandler.html 0664 root bin 6081 63602 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/XSDValidationPropertyHandler-xref.html 0664 root bin 1342 48597 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/XSDValidationPropertyHandler.html 0664 root bin 6450 32468 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/inspection/module-ix.html 0664 root bin 6746 3273 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/module-ix.html 0664 root bin 15999 31974 1260812058
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/FeatureState-xref.html 0664 root bin 1622 5280 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/FeatureState.html 0664 root bin 3864 61573 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/FormFeature.html 0664 root bin 16506 40151 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/FormOperations.html 0664 root bin 6009 51751 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/XFeatureInvalidation-xref.html 0664 root bin 1433 56152 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/XFeatureInvalidation.html 0664 root bin 4916 24736 1260812060
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/XFormOperations-xref.html 0664 root bin 2108 47951 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/XFormOperations.html 0664 root bin 22896 3176 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/runtime/module-ix.html 0664 root bin 3889 4144 1260812060
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmission-xref.html 0664 root bin 2157 52058 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmission.html 0664 root bin 8464 6776 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionSupplier-xref.html 0664 root bin 1818 24221 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionSupplier.html 0664 root bin 3418 27092 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionVetoListener-xref.html 0664 root bin 1931 35117 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/XSubmissionVetoListener.html 0664 root bin 5220 47820 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/submission/module-ix.html 0664 root bin 2705 34268 1260812062
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableBindableControlModel-xref.html 0664 root bin 1726 16509 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableBindableControlModel.html 0664 root bin 6243 15886 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableControlModel-xref.html 0664 root bin 2146 53202 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/ValidatableControlModel.html 0664 root bin 7617 7835 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XFormComponentValidityListener-xref.html 0664 root bin 2417 13417 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XFormComponentValidityListener.html 0664 root bin 4784 13180 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidatable-xref.html 0664 root bin 2587 25411 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidatable.html 0664 root bin 5233 50492 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidatableFormComponent-xref.html 0664 root bin 2207 58514 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidatableFormComponent.html 0664 root bin 9852 63937 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidator-xref.html 0664 root bin 2882 48393 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidator.html 0664 root bin 8109 40812 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidityConstraintListener-xref.html 0664 root bin 2365 8216 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/XValidityConstraintListener.html 0664 root bin 4815 16029 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/form/validation/module-ix.html 0664 root bin 3960 15840 1260812062
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaText-xref.html 0664 root bin 1305 45412 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaText.html 0664 root bin 6783 62824 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaView-xref.html 0664 root bin 1305 45372 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/AccessibleFormulaView.html 0664 root bin 7644 6478 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/FormulaProperties-xref.html 0664 root bin 1713 15498 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/FormulaProperties.html 0664 root bin 37368 32266 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/SymbolDescriptor-xref.html 0664 root bin 1308 45027 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/SymbolDescriptor.html 0664 root bin 10523 26688 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/formula/module-ix.html 0664 root bin 2915 52141 1260812062
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/BorderWidths-xref.html 0664 root bin 1986 37329 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/BorderWidths.html 0664 root bin 4299 31395 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/CommandGroup.html 0664 root bin 15515 39199 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Components-xref.html 0664 root bin 1261 41048 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Components.html 0664 root bin 3522 37440 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ContentHandler-xref.html 0664 root bin 1665 10741 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ContentHandler.html 0664 root bin 3944 10017 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ContentHandlerFactory-xref.html 0664 root bin 1305 45444 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ContentHandlerFactory.html 0664 root bin 6123 1799 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ControlCommand-xref.html 0664 root bin 1300 44047 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ControlCommand.html 0664 root bin 3867 63625 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ControlEvent-xref.html 0664 root bin 1664 10366 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ControlEvent.html 0664 root bin 4423 44030 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Controller-xref.html 0664 root bin 4287 51605 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Controller.html 0664 root bin 9474 34694 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Desktop-xref.html 0664 root bin 4238 51118 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Desktop.html 0664 root bin 6682 49791 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DesktopTask-xref.html 0664 root bin 1265 41332 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DesktopTask.html 0664 root bin 10117 1504 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DesktopTasks-xref.html 0664 root bin 1269 41792 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DesktopTasks.html 0664 root bin 3356 22239 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchDescriptor-xref.html 0664 root bin 1316 45771 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchDescriptor.html 0664 root bin 5117 38478 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchHelper-xref.html 0664 root bin 1277 42496 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchHelper.html 0664 root bin 3520 36368 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchInformation-xref.html 0664 root bin 1320 46183 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchInformation.html 0664 root bin 3488 30550 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchProvider-xref.html 0664 root bin 1285 43436 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchProvider.html 0664 root bin 4832 23121 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorder-xref.html 0664 root bin 1285 43352 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorder.html 0664 root bin 4804 19804 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorderSupplier-xref.html 0664 root bin 1317 46760 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchRecorderSupplier.html 0664 root bin 3986 14704 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchResultEvent-xref.html 0664 root bin 2206 58332 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchResultEvent.html 0664 root bin 3914 2317 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchResultState.html 0664 root bin 3606 38140 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchStatement-xref.html 0664 root bin 1312 45347 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DispatchStatement.html 0664 root bin 5878 40231 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DocumentTemplates-xref.html 0664 root bin 1289 43896 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DocumentTemplates.html 0664 root bin 3178 9194 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DoubleInitializationException-xref.html 0664 root bin 2555 23390 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/DoubleInitializationException.html 0664 root bin 2097 45337 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FeatureStateEvent-xref.html 0664 root bin 2369 7790 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FeatureStateEvent.html 0664 root bin 5894 39733 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Frame-xref.html 0664 root bin 3133 11959 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Frame.html 0664 root bin 15468 33048 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameAction-xref.html 0664 root bin 1581 1454 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameAction.html 0664 root bin 9400 63553 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameActionEvent-xref.html 0664 root bin 2262 62595 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameActionEvent.html 0664 root bin 3575 37952 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameControl-xref.html 0664 root bin 1269 41712 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameControl.html 0664 root bin 5054 35340 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameLoader-xref.html 0664 root bin 2804 47096 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameLoader.html 0664 root bin 6737 57685 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameLoaderFactory-xref.html 0664 root bin 2019 43433 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameLoaderFactory.html 0664 root bin 6215 9569 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FrameSearchFlag.html 0664 root bin 9083 42488 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FramesContainer-xref.html 0664 root bin 1281 42948 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/FramesContainer.html 0664 root bin 3178 6770 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/GlobalEventBroadcaster-xref.html 0664 root bin 1673 11705 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/GlobalEventBroadcaster.html 0664 root bin 4479 55484 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/IllegalArgumentIOException-xref.html 0664 root bin 1290 44075 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/IllegalArgumentIOException.html 0664 root bin 2186 51680 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/LayoutManager-xref.html 0664 root bin 1273 42148 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/LayoutManager.html 0664 root bin 8562 17150 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/LayoutManagerEvents.html 0664 root bin 8086 21381 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/MediaTypeDetectionHelper-xref.html 0664 root bin 1317 46532 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/MediaTypeDetectionHelper.html 0664 root bin 3434 30163 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ModuleManager-xref.html 0664 root bin 1273 42052 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ModuleManager.html 0664 root bin 4496 53748 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/PopupMenuController-xref.html 0664 root bin 1297 44788 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/PopupMenuController.html 0664 root bin 8695 29558 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/PopupMenuControllerFactory-xref.html 0664 root bin 1325 47700 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/PopupMenuControllerFactory.html 0664 root bin 5293 64436 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ProtocolHandler-xref.html 0664 root bin 1897 32451 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ProtocolHandler.html 0664 root bin 5721 36173 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/SessionManager-xref.html 0664 root bin 1277 42556 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/SessionManager.html 0664 root bin 5208 62397 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Settings-xref.html 0664 root bin 1253 40196 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Settings.html 0664 root bin 3287 14594 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/StatusbarController-xref.html 0664 root bin 1297 44852 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/StatusbarController.html 0664 root bin 8458 11165 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/StatusbarControllerFactory-xref.html 0664 root bin 1325 47764 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/StatusbarControllerFactory.html 0664 root bin 5297 63416 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/SynchronousFrameLoader-xref.html 0664 root bin 2144 55610 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/SynchronousFrameLoader.html 0664 root bin 6776 62189 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Task-xref.html 0664 root bin 1237 38412 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/Task.html 0664 root bin 3971 4076 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TemplateAccess-xref.html 0664 root bin 1277 42488 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TemplateAccess.html 0664 root bin 3640 46814 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TerminationVetoException-xref.html 0664 root bin 1626 7890 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TerminationVetoException.html 0664 root bin 2622 26432 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TitleChangedEvent-xref.html 0664 root bin 1660 9404 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TitleChangedEvent.html 0664 root bin 3044 57081 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ToolbarController-xref.html 0664 root bin 1289 43932 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/ToolbarController.html 0664 root bin 8966 54224 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TransientDocumentsDocumentContentFactory-xref.html 0664 root bin 1381 53552 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/TransientDocumentsDocumentContentFactory.html 0664 root bin 3567 44062 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/UnknownModuleException-xref.html 0664 root bin 1590 3928 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/UnknownModuleException.html 0664 root bin 2341 64917 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/UntitledNumbersConst.html 0664 root bin 2404 3550 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/WindowArrange.html 0664 root bin 5005 21364 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XBorderResizeListener-xref.html 0664 root bin 1942 36288 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XBorderResizeListener.html 0664 root bin 4441 48587 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XBrowseHistoryRegistry-xref.html 0664 root bin 1432 56819 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XBrowseHistoryRegistry.html 0664 root bin 4142 19805 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XComponentLoader-xref.html 0664 root bin 4603 14533 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XComponentLoader.html 0664 root bin 9988 16751 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XComponentRegistry-xref.html 0664 root bin 1416 55087 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XComponentRegistry.html 0664 root bin 3362 18747 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XConfigManager-xref.html 0664 root bin 1400 53059 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XConfigManager.html 0664 root bin 7876 19508 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XControlNotificationListener-xref.html 0664 root bin 1456 59191 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XControlNotificationListener.html 0664 root bin 3461 29784 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XController-xref.html 0664 root bin 10247 56075 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XController.html 0664 root bin 10193 14504 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XController2-xref.html 0664 root bin 2728 36550 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XController2.html 0664 root bin 5045 34302 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XControllerBorder-xref.html 0664 root bin 1412 54535 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XControllerBorder.html 0664 root bin 6342 16662 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDesktop-xref.html 0664 root bin 3049 1856 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDesktop.html 0664 root bin 10553 59841 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDesktopTask-xref.html 0664 root bin 1689 12384 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDesktopTask.html 0664 root bin 5457 64059 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatch-xref.html 0664 root bin 3846 5686 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatch.html 0664 root bin 8992 50234 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchHelper-xref.html 0664 root bin 1707 14130 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchHelper.html 0664 root bin 4679 5143 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchInformationProvider-xref.html 0664 root bin 1780 21190 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchInformationProvider.html 0664 root bin 4866 24856 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProvider-xref.html 0664 root bin 8231 14998 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProvider.html 0664 root bin 6261 12847 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterception-xref.html 0664 root bin 3191 17940 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterception.html 0664 root bin 5961 65016 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterceptor-xref.html 0664 root bin 2963 62095 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchProviderInterceptor.html 0664 root bin 9162 14649 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorder-xref.html 0664 root bin 2610 28247 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorder.html 0664 root bin 8950 42020 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorderSupplier-xref.html 0664 root bin 2074 46189 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchRecorderSupplier.html 0664 root bin 7623 65293 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchResultListener-xref.html 0664 root bin 2168 55105 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDispatchResultListener.html 0664 root bin 4133 24102 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDocumentTemplates-xref.html 0664 root bin 1778 20968 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XDocumentTemplates.html 0664 root bin 12661 26940 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XExtendedFilterDetection-xref.html 0664 root bin 1440 57303 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XExtendedFilterDetection.html 0664 root bin 4038 14327 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFilterDetect-xref.html 0664 root bin 1396 52731 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFilterDetect.html 0664 root bin 3920 1289 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrame-xref.html 0664 root bin 7054 25477 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrame.html 0664 root bin 27524 58556 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameActionListener-xref.html 0664 root bin 2576 23637 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameActionListener.html 0664 root bin 4369 43843 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameLoader-xref.html 0664 root bin 2826 45658 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameLoader.html 0664 root bin 5655 22573 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameLoaderQuery-xref.html 0664 root bin 1412 54367 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameLoaderQuery.html 0664 root bin 6827 58857 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameSetModel-xref.html 0664 root bin 1400 53023 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrameSetModel.html 0664 root bin 3676 43970 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrames-xref.html 0664 root bin 2952 57856 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFrames.html 0664 root bin 6935 63897 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFramesSupplier-xref.html 0664 root bin 3327 23609 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XFramesSupplier.html 0664 root bin 7722 4512 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XInplaceLayout-xref.html 0664 root bin 1701 13612 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XInplaceLayout.html 0664 root bin 4377 42273 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XInterceptorInfo-xref.html 0664 root bin 1408 54123 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XInterceptorInfo.html 0664 root bin 3899 5511 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManager-xref.html 0664 root bin 2476 14099 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManager.html 0664 root bin 42076 11425 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerEventBroadcaster-xref.html 0664 root bin 1765 20184 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerEventBroadcaster.html 0664 root bin 4941 31381 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerListener-xref.html 0664 root bin 2048 47074 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLayoutManagerListener.html 0664 root bin 5041 35275 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLoadEventListener-xref.html 0664 root bin 1724 14936 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLoadEventListener.html 0664 root bin 4813 12828 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLoadable-xref.html 0664 root bin 2280 63161 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XLoadable.html 0664 root bin 5069 35970 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XMenuBarAcceptor-xref.html 0664 root bin 1408 53867 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XMenuBarAcceptor.html 0664 root bin 3771 55802 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XMenuBarMergingAcceptor-xref.html 0664 root bin 1737 17108 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XMenuBarMergingAcceptor.html 0664 root bin 4981 30031 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModel-xref.html 0664 root bin 12494 48908 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModel.html 0664 root bin 18322 9932 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModel2-xref.html 0664 root bin 1372 50059 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModel2.html 0664 root bin 10982 26912 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModule-xref.html 0664 root bin 1372 50327 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModule.html 0664 root bin 4290 33572 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModuleManager-xref.html 0664 root bin 1701 13464 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XModuleManager.html 0664 root bin 6266 12037 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XNotifyingDispatch-xref.html 0664 root bin 2222 59928 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XNotifyingDispatch.html 0664 root bin 4985 32074 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XPopupMenuController-xref.html 0664 root bin 1737 17568 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XPopupMenuController.html 0664 root bin 5487 11099 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XRecordableDispatch-xref.html 0664 root bin 1420 55179 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XRecordableDispatch.html 0664 root bin 5668 29499 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerClient-xref.html 0664 root bin 1731 16648 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerClient.html 0664 root bin 9137 3777 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener-xref.html 0664 root bin 2721 40730 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener.html 0664 root bin 8427 7941 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener2-xref.html 0664 root bin 1440 57179 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSessionManagerListener2.html 0664 root bin 3702 52516 1260812062
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStatusListener-xref.html 0664 root bin 2852 50608 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStatusListener.html 0664 root bin 4281 36513 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStatusbarController-xref.html 0664 root bin 1737 17664 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStatusbarController.html 0664 root bin 12566 26726 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStorable-xref.html 0664 root bin 6180 19493 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStorable.html 0664 root bin 12380 9761 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStorable2-xref.html 0664 root bin 1384 51383 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XStorable2.html 0664 root bin 4795 12565 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSubToolbarController-xref.html 0664 root bin 1737 17476 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSubToolbarController.html 0664 root bin 6718 49077 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSynchronousDispatch-xref.html 0664 root bin 1424 55915 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSynchronousDispatch.html 0664 root bin 3994 12126 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSynchronousFrameLoader-xref.html 0664 root bin 2162 54386 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XSynchronousFrameLoader.html 0664 root bin 5155 43823 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTask-xref.html 0664 root bin 1975 35905 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTask.html 0664 root bin 6436 14815 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTasksSupplier-xref.html 0664 root bin 1400 53351 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTasksSupplier.html 0664 root bin 4520 53757 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener-xref.html 0664 root bin 2544 21191 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener.html 0664 root bin 6063 60253 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener2-xref.html 0664 root bin 1420 55171 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTerminateListener2.html 0664 root bin 5007 34947 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitle-xref.html 0664 root bin 1788 21188 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitle.html 0664 root bin 3674 44133 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeBroadcaster-xref.html 0664 root bin 1856 28036 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeBroadcaster.html 0664 root bin 4065 16077 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeListener-xref.html 0664 root bin 1970 38560 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTitleChangeListener.html 0664 root bin 3870 63213 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XToolbarController-xref.html 0664 root bin 1725 16284 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XToolbarController.html 0664 root bin 8308 52240 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XToolbarControllerListener-xref.html 0664 root bin 1448 58355 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XToolbarControllerListener.html 0664 root bin 4055 17441 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTransientDocumentsDocumentContentFactory-xref.html 0664 root bin 1863 30714 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.html 0664 root bin 5598 22934 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUIControllerRegistration-xref.html 0664 root bin 1848 28384 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUIControllerRegistration.html 0664 root bin 7069 18908 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUntitledNumbers-xref.html 0664 root bin 1408 54163 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUntitledNumbers.html 0664 root bin 8725 27112 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUrlList-xref.html 0664 root bin 1376 50747 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XUrlList.html 0664 root bin 2805 37193 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XWindowArranger-xref.html 0664 root bin 1701 13652 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/XWindowArranger.html 0664 root bin 3794 54723 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/module-ix.html 0664 root bin 29345 41857 1260812062
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/ClipboardFormats-xref.html 0664 root bin 1317 45280 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/ClipboardFormats.html 0664 root bin 3749 52032 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/FontHeight-xref.html 0664 root bin 1293 42736 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/FontHeight.html 0664 root bin 4124 15627 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/ItemState.html 0664 root bin 5894 38104 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/ItemStatus-xref.html 0664 root bin 1293 42876 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/ItemStatus.html 0664 root bin 3795 56062 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/LeftRightMargin-xref.html 0664 root bin 1313 44748 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/LeftRightMargin.html 0664 root bin 3475 25134 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Template-xref.html 0664 root bin 1285 42016 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Template.html 0664 root bin 3476 26675 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMargin-xref.html 0664 root bin 1317 45308 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMargin.html 0664 root bin 3467 24972 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMarginScale-xref.html 0664 root bin 1337 47260 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/UpperLowerMarginScale.html 0664 root bin 4532 49834 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Verb-xref.html 0664 root bin 1269 40300 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Verb.html 0664 root bin 4674 61839 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Visibility-xref.html 0664 root bin 1293 42960 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/Visibility.html 0664 root bin 3034 55665 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/frame/status/module-ix.html 0664 root bin 3840 64889 1260812064
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryItem-xref.html 0664 root bin 1265 41276 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryItem.html 0664 root bin 9012 39744 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryItemType.html 0664 root bin 4186 18067 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryTheme-xref.html 0664 root bin 1269 41676 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryTheme.html 0664 root bin 3277 14161 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryThemeProvider-xref.html 0664 root bin 1301 45048 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/GalleryThemeProvider.html 0664 root bin 4860 22669 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryItem-xref.html 0664 root bin 1689 12300 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryItem.html 0664 root bin 3256 9991 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryTheme-xref.html 0664 root bin 2048 43285 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryTheme.html 0664 root bin 12796 40778 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider-xref.html 0664 root bin 1743 17958 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/XGalleryThemeProvider.html 0664 root bin 6576 34907 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/gallery/module-ix.html 0664 root bin 3763 60978 1260812064
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix2D-xref.html 0664 root bin 3417 31994 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix2D.html 0664 root bin 6810 49517 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix3D-xref.html 0664 root bin 1300 43619 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/AffineMatrix3D.html 0664 root bin 9801 33899 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/EllipticalArc-xref.html 0664 root bin 1296 43507 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/EllipticalArc.html 0664 root bin 6998 3675 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerBezierSegment2D-xref.html 0664 root bin 1332 46959 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerBezierSegment2D.html 0664 root bin 5905 37713 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerPoint2D-xref.html 0664 root bin 3292 22832 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerPoint2D.html 0664 root bin 3398 20838 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerRectangle2D-xref.html 0664 root bin 3292 22236 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerRectangle2D.html 0664 root bin 4460 42753 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerSize2D-xref.html 0664 root bin 3067 1623 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/IntegerSize2D.html 0664 root bin 3478 28421 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/Matrix2D-xref.html 0664 root bin 1678 9715 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/Matrix2D.html 0664 root bin 5924 42809 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealBezierSegment2D-xref.html 0664 root bin 2410 8685 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealBezierSegment2D.html 0664 root bin 5898 36836 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealPoint2D-xref.html 0664 root bin 5752 37385 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealPoint2D.html 0664 root bin 3390 19924 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle2D-xref.html 0664 root bin 3743 62404 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle2D.html 0664 root bin 4458 42589 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle3D-xref.html 0664 root bin 1705 12070 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealRectangle3D.html 0664 root bin 5268 42349 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealSize2D-xref.html 0664 root bin 3026 62224 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/RealSize2D.html 0664 root bin 3470 27507 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/XMapping2D-xref.html 0664 root bin 2050 44106 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/XMapping2D.html 0664 root bin 4697 2735 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/geometry/module-ix.html 0664 root bin 4888 31155 1260812064
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/Graphic-xref.html 0664 root bin 1249 39608 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/Graphic.html 0664 root bin 4589 62783 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicColorMode.html 0664 root bin 3588 39085 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicDescriptor-xref.html 0664 root bin 1574 2382 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicDescriptor.html 0664 root bin 11217 33542 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicObject.html 0664 root bin 4829 14734 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicProvider-xref.html 0664 root bin 1281 42980 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicProvider.html 0664 root bin 3692 54412 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicRendererVCL-xref.html 0664 root bin 1293 43816 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicRendererVCL.html 0664 root bin 7115 16829 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/GraphicType.html 0664 root bin 3533 31899 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/MediaProperties-xref.html 0664 root bin 1281 42996 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/MediaProperties.html 0664 root bin 8591 10632 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphic-xref.html 0664 root bin 6933 13343 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphic.html 0664 root bin 3640 45530 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicObject-xref.html 0664 root bin 1701 13392 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicObject.html 0664 root bin 4328 37853 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicProvider-xref.html 0664 root bin 1713 14856 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicProvider.html 0664 root bin 9199 3671 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicRenderer-xref.html 0664 root bin 1719 15194 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicRenderer.html 0664 root bin 3461 27388 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicTransformer-xref.html 0664 root bin 1420 55363 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XGraphicTransformer.html 0664 root bin 4074 14712 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitive2D-xref.html 0664 root bin 1392 52155 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitive2D.html 0664 root bin 6097 65239 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitive3D-xref.html 0664 root bin 1392 52159 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitive3D.html 0664 root bin 5559 16384 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitiveFactory2D-xref.html 0664 root bin 1420 55067 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/XPrimitiveFactory2D.html 0664 root bin 5896 45273 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/graphic/module-ix.html 0664 root bin 6179 12171 1260812064
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/AmPmValue.html 0664 root bin 3086 60133 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Boundary-xref.html 0664 root bin 2168 53400 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Boundary.html 0664 root bin 3327 16377 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/BreakIterator-xref.html 0664 root bin 1273 42108 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/BreakIterator.html 0664 root bin 4211 32076 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/BreakType.html 0664 root bin 3790 52658 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CTLScriptType.html 0664 root bin 4850 9662 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Calendar-xref.html 0664 root bin 2188 54799 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Calendar.html 0664 root bin 6397 14531 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CalendarDisplayCode.html 0664 root bin 10880 44736 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CalendarDisplayIndex.html 0664 root bin 4491 42906 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CalendarFieldIndex.html 0664 root bin 14650 25912 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CalendarItem-xref.html 0664 root bin 1292 43059 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CalendarItem.html 0664 root bin 4148 18074 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ChapterCollator-xref.html 0664 root bin 1281 42972 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ChapterCollator.html 0664 root bin 3929 7312 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CharType.html 0664 root bin 15692 32327 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CharacterClassification-xref.html 0664 root bin 1313 46244 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CharacterClassification.html 0664 root bin 4187 29875 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CharacterIteratorMode.html 0664 root bin 3781 52305 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Collator-xref.html 0664 root bin 1653 9622 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Collator.html 0664 root bin 3915 5702 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/CollatorOptions.html 0664 root bin 4373 39631 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Currency-xref.html 0664 root bin 1975 35967 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Currency.html 0664 root bin 7406 34828 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Currency2-xref.html 0664 root bin 1280 41859 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Currency2.html 0664 root bin 3503 32452 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/DirectionProperty-xref.html 0664 root bin 1285 42906 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/DirectionProperty.html 0664 root bin 10228 40322 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ForbiddenCharacters-xref.html 0664 root bin 2744 39591 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ForbiddenCharacters.html 0664 root bin 3382 22421 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/FormatElement-xref.html 0664 root bin 1706 13650 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/FormatElement.html 0664 root bin 6606 33912 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Implementation-xref.html 0664 root bin 1710 14238 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Implementation.html 0664 root bin 3367 20845 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/IndexEntrySupplier-xref.html 0664 root bin 1293 44344 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/IndexEntrySupplier.html 0664 root bin 4614 2314 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceCheckMode.html 0664 root bin 3709 46596 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceChecker-xref.html 0664 root bin 1301 44984 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/InputSequenceChecker.html 0664 root bin 4595 64643 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/KCharacterType.html 0664 root bin 6855 39978 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/KNumberFormatType.html 0664 root bin 3507 30091 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/KNumberFormatUsage.html 0664 root bin 6306 55017 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/KParseTokens.html 0664 root bin 22894 44402 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/KParseType.html 0664 root bin 8680 64070 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo-xref.html 0664 root bin 2067 44749 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LanguageCountryInfo.html 0664 root bin 5140 39375 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakHyphenationOptions-xref.html 0664 root bin 1682 11817 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakHyphenationOptions.html 0664 root bin 4448 52416 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakResults-xref.html 0664 root bin 1634 6788 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakResults.html 0664 root bin 3942 5129 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakUserOptions-xref.html 0664 root bin 1654 8841 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LineBreakUserOptions.html 0664 root bin 5437 9103 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleCalendar-xref.html 0664 root bin 1277 42344 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleCalendar.html 0664 root bin 4350 41405 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleData-xref.html 0664 root bin 1261 40680 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleData.html 0664 root bin 4551 58593 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleDataItem-xref.html 0664 root bin 2029 40471 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleDataItem.html 0664 root bin 12261 54621 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/LocaleItem.html 0664 root bin 13357 54244 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Months.html 0664 root bin 7378 14284 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/MultipleCharsOutputException-xref.html 0664 root bin 1672 12505 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/MultipleCharsOutputException.html 0664 root bin 2234 57887 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberMode.html 0664 root bin 11598 43888 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberSupplier-xref.html 0664 root bin 1301 45136 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberSupplier.html 0664 root bin 4111 23172 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberXmlAttributes-xref.html 0664 root bin 2086 48093 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NativeNumberXmlAttributes.html 0664 root bin 4291 35114 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatCode-xref.html 0664 root bin 1766 18649 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatCode.html 0664 root bin 5992 45124 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatIndex.html 0664 root bin 45316 34543 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatMapper-xref.html 0664 root bin 1293 44188 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/NumberFormatMapper.html 0664 root bin 3967 10152 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/OrdinalSuffix-xref.html 0664 root bin 1273 42168 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/OrdinalSuffix.html 0664 root bin 4187 28004 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ParseResult-xref.html 0664 root bin 1808 23407 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ParseResult.html 0664 root bin 7488 46463 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ScriptDirection.html 0664 root bin 3719 47647 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/ScriptType.html 0664 root bin 4487 45499 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversion-xref.html 0664 root bin 1695 13797 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversion.html 0664 root bin 3061 62518 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversionOption.html 0664 root bin 4792 5860 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversionResult-xref.html 0664 root bin 1657 9820 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversionResult.html 0664 root bin 3597 41470 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TextConversionType.html 0664 root bin 4288 29991 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Transliteration-xref.html 0664 root bin 1281 43212 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Transliteration.html 0664 root bin 4484 55775 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModules-xref.html 0664 root bin 2201 58327 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModules.html 0664 root bin 25431 13310 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModulesNew-xref.html 0664 root bin 1881 31096 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TransliterationModulesNew.html 0664 root bin 43465 33152 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/TransliterationType.html 0664 root bin 6898 61773 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/UnicodeScript-xref.html 0664 root bin 1269 41074 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/UnicodeScript.html 0664 root bin 36976 53974 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/UnicodeType.html 0664 root bin 15124 48017 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/Weekdays.html 0664 root bin 5493 59500 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/WordType.html 0664 root bin 5649 19381 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XBreakIterator-xref.html 0664 root bin 2782 42594 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XBreakIterator.html 0664 root bin 32428 8863 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCalendar-xref.html 0664 root bin 2813 44937 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCalendar.html 0664 root bin 22013 29825 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCharacterClassification-xref.html 0664 root bin 2446 15260 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCharacterClassification.html 0664 root bin 19660 36321 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCollator-xref.html 0664 root bin 2351 4950 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XCollator.html 0664 root bin 12336 4468 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedCalendar-xref.html 0664 root bin 2285 65370 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedCalendar.html 0664 root bin 5340 65251 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedIndexEntrySupplier-xref.html 0664 root bin 2363 8479 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedIndexEntrySupplier.html 0664 root bin 12227 61391 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedInputSequenceChecker-xref.html 0664 root bin 1775 21130 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedInputSequenceChecker.html 0664 root bin 4289 37168 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTextConversion-xref.html 0664 root bin 1436 57071 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTextConversion.html 0664 root bin 5668 28752 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTransliteration-xref.html 0664 root bin 1745 18472 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XExtendedTransliteration.html 0664 root bin 7119 23689 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XForbiddenCharacters-xref.html 0664 root bin 2328 4639 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XForbiddenCharacters.html 0664 root bin 6530 32697 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XIndexEntrySupplier-xref.html 0664 root bin 2941 59041 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XIndexEntrySupplier.html 0664 root bin 5884 41515 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XInputSequenceChecker-xref.html 0664 root bin 2675 34824 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XInputSequenceChecker.html 0664 root bin 3892 3539 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData-xref.html 0664 root bin 3770 1059 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData.html 0664 root bin 14173 23928 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData2-xref.html 0664 root bin 1687 11606 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XLocaleData2.html 0664 root bin 4036 11298 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XNativeNumberSupplier-xref.html 0664 root bin 2416 12490 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XNativeNumberSupplier.html 0664 root bin 7403 43489 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XNumberFormatCode-xref.html 0664 root bin 2293 771 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XNumberFormatCode.html 0664 root bin 7442 43897 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XOrdinalSuffix-xref.html 0664 root bin 1701 13638 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XOrdinalSuffix.html 0664 root bin 3620 40065 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XScriptTypeDetector-xref.html 0664 root bin 1420 55363 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XScriptTypeDetector.html 0664 root bin 7789 3380 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XTextConversion-xref.html 0664 root bin 2676 34007 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XTextConversion.html 0664 root bin 10416 48524 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XTransliteration-xref.html 0664 root bin 2976 62357 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/XTransliteration.html 0664 root bin 22782 49294 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/module-ix.html 0664 root bin 22201 64824 1260812064
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/i18n/reservedWords.html 0664 root bin 8556 40786 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMap-xref.html 0664 root bin 1253 39876 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMap.html 0664 root bin 4095 19681 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapCircleObject-xref.html 0664 root bin 1301 44648 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapCircleObject.html 0664 root bin 4754 8093 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapObject-xref.html 0664 root bin 1726 15928 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapObject.html 0664 root bin 7374 35275 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapPolygonObject-xref.html 0664 root bin 1305 45248 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapPolygonObject.html 0664 root bin 4364 42753 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapRectangleObject-xref.html 0664 root bin 1313 45940 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/ImageMapRectangleObject.html 0664 root bin 4281 34794 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/image/module-ix.html 0664 root bin 2897 50577 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/DefaultHelpProvider.html 0664 root bin 4273 35602 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/GenericPropertyHandler.html 0664 root bin 2710 35201 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/InteractiveSelectionResult-xref.html 0664 root bin 1689 13269 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/InteractiveSelectionResult.html 0664 root bin 5428 4739 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/LineDescriptor-xref.html 0664 root bin 1648 8578 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/LineDescriptor.html 0664 root bin 16961 31804 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/ObjectInspector.html 0664 root bin 7425 52937 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/ObjectInspectorModel.html 0664 root bin 8887 54494 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/PropertyCategoryDescriptor-xref.html 0664 root bin 1348 49303 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/PropertyCategoryDescriptor.html 0664 root bin 4900 24350 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/PropertyControlType.html 0664 root bin 14172 42929 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/PropertyLineElement.html 0664 root bin 5008 34359 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/StringRepresentation.html 0664 root bin 4260 33585 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XHyperlinkControl-xref.html 0664 root bin 1412 54619 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XHyperlinkControl.html 0664 root bin 5530 13686 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XNumericControl-xref.html 0664 root bin 1404 53711 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XNumericControl.html 0664 root bin 7990 28781 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspector-xref.html 0664 root bin 1713 14886 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspector.html 0664 root bin 10495 53146 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorModel-xref.html 0664 root bin 2472 17637 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorModel.html 0664 root bin 14298 6971 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorUI-xref.html 0664 root bin 2053 46225 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XObjectInspectorUI.html 0664 root bin 15894 64367 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControl-xref.html 0664 root bin 3312 25978 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControl.html 0664 root bin 9553 34023 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlContext-xref.html 0664 root bin 1436 57259 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlContext.html 0664 root bin 4488 57372 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlFactory-xref.html 0664 root bin 1788 22127 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlFactory.html 0664 root bin 5187 53711 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlObserver-xref.html 0664 root bin 2270 64833 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyControlObserver.html 0664 root bin 4849 20116 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyHandler-xref.html 0664 root bin 3469 44894 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html 0664 root bin 38893 19109 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XStringListControl-xref.html 0664 root bin 1416 54991 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XStringListControl.html 0664 root bin 6335 13603 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XStringRepresentation-xref.html 0664 root bin 1743 18318 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/XStringRepresentation.html 0664 root bin 5317 61048 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/inspection/module-ix.html 0664 root bin 7751 27222 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InstallationCheck-xref.html 0664 root bin 1289 43776 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InstallationCheck.html 0664 root bin 3782 58975 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InstallationCheckService-xref.html 0664 root bin 1317 46660 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InstallationCheckService.html 0664 root bin 3754 57958 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InternetSettings-xref.html 0664 root bin 1285 43560 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/InternetSettings.html 0664 root bin 3318 17892 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtDlgRes-xref.html 0664 root bin 1620 5522 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtDlgRes.html 0664 root bin 3982 2125 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheck-xref.html 0664 root bin 1301 44920 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheck.html 0664 root bin 3092 64470 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheckService-xref.html 0664 root bin 1329 47804 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/ProtocolHandlerCheckService.html 0664 root bin 3113 1098 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/XInstallationCheck-xref.html 0664 root bin 1798 22874 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/XInstallationCheck.html 0664 root bin 7553 50963 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/XProtocolHandlerCheck-xref.html 0664 root bin 1822 25162 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/XProtocolHandlerCheck.html 0664 root bin 6711 50249 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/module-ix.html 0664 root bin 4478 53655 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/installation/protocols.html 0664 root bin 5317 46575 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/AlreadyConnectedException-xref.html 0664 root bin 1853 26187 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/AlreadyConnectedException.html 0664 root bin 2324 63497 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/BufferSizeExceededException-xref.html 0664 root bin 2141 53616 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/BufferSizeExceededException.html 0664 root bin 2317 64751 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ConnectException-xref.html 0664 root bin 1817 22559 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ConnectException.html 0664 root bin 2474 10609 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataInputStream-xref.html 0664 root bin 1281 42904 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataInputStream.html 0664 root bin 4320 38454 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataOutputStream-xref.html 0664 root bin 1285 43420 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataOutputStream.html 0664 root bin 3724 53942 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataTransferEvent-xref.html 0664 root bin 1816 24094 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/DataTransferEvent.html 0664 root bin 2986 54126 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/FilePermission-xref.html 0664 root bin 1300 44083 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/FilePermission.html 0664 root bin 4721 8231 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/IOException-xref.html 0664 root bin 31096 9078 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/IOException.html 0664 root bin 1951 31733 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/MarkableInputStream-xref.html 0664 root bin 1297 44588 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/MarkableInputStream.html 0664 root bin 4957 28668 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/MarkableOutputStream-xref.html 0664 root bin 1301 45104 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/MarkableOutputStream.html 0664 root bin 5242 54823 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/NoRouteToHostException-xref.html 0664 root bin 1841 25003 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/NoRouteToHostException.html 0664 root bin 2508 14209 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/NotConnectedException-xref.html 0664 root bin 3070 4920 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/NotConnectedException.html 0664 root bin 2091 44373 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ObjectInputStream-xref.html 0664 root bin 1289 43788 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ObjectInputStream.html 0664 root bin 5970 52057 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ObjectOutputStream-xref.html 0664 root bin 1293 44304 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/ObjectOutputStream.html 0664 root bin 5171 49306 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/Pipe-xref.html 0664 root bin 1833 26170 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/Pipe.html 0664 root bin 3927 5984 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/Pump-xref.html 0664 root bin 1237 38472 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/Pump.html 0664 root bin 4209 29966 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/SequenceInputStream.html 0664 root bin 3121 2273 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/SequenceOutputStream.html 0664 root bin 2069 42186 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/SocketException-xref.html 0664 root bin 1617 6459 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/SocketException.html 0664 root bin 2286 59561 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/TempFile.html 0664 root bin 1993 34247 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/TextInputStream-xref.html 0664 root bin 1621 6399 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/TextInputStream.html 0664 root bin 3859 781 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/TextOutputStream-xref.html 0664 root bin 1625 6915 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/TextOutputStream.html 0664 root bin 3893 5051 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/UnexpectedEOFException-xref.html 0664 root bin 1274 42387 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/UnexpectedEOFException.html 0664 root bin 2118 45967 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/UnknownHostException-xref.html 0664 root bin 1833 24367 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/UnknownHostException.html 0664 root bin 2278 59283 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/WrongFormatException-xref.html 0664 root bin 1932 34979 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/WrongFormatException.html 0664 root bin 2098 44983 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataControl-xref.html 0664 root bin 1699 13298 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataControl.html 0664 root bin 6380 18812 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataSink-xref.html 0664 root bin 2924 56358 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataSink.html 0664 root bin 4023 11783 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataSource-xref.html 0664 root bin 3376 29486 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataSource.html 0664 root bin 3957 6253 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataStreamer-xref.html 0664 root bin 1420 55139 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XActiveDataStreamer.html 0664 root bin 3969 6049 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XAsyncOutputMonitor-xref.html 0664 root bin 1420 55515 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XAsyncOutputMonitor.html 0664 root bin 6265 24435 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XConnectable-xref.html 0664 root bin 2817 45458 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XConnectable.html 0664 root bin 5668 22299 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataExporter-xref.html 0664 root bin 1396 52811 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataExporter.html 0664 root bin 4120 20111 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataImporter-xref.html 0664 root bin 1396 52783 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataImporter.html 0664 root bin 4138 21579 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataInputStream-xref.html 0664 root bin 2082 46551 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataInputStream.html 0664 root bin 9861 33139 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataOutputStream-xref.html 0664 root bin 2092 47841 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataOutputStream.html 0664 root bin 10515 27265 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataTransferEventListener-xref.html 0664 root bin 1880 29681 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XDataTransferEventListener.html 0664 root bin 4595 61437 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XInputStream-xref.html 0664 root bin 16607 25079 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XInputStream.html 0664 root bin 10325 32950 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XInputStreamProvider-xref.html 0664 root bin 1915 33286 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XInputStreamProvider.html 0664 root bin 3383 24725 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XMarkableStream-xref.html 0664 root bin 1841 26590 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XMarkableStream.html 0664 root bin 7950 18941 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XObjectInputStream-xref.html 0664 root bin 2039 42481 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XObjectInputStream.html 0664 root bin 3981 9550 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XObjectOutputStream-xref.html 0664 root bin 2047 43541 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XObjectOutputStream.html 0664 root bin 4190 27666 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XOutputStream-xref.html 0664 root bin 6400 35498 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XOutputStream.html 0664 root bin 5902 44546 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XPersist-xref.html 0664 root bin 1376 50855 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XPersist.html 0664 root bin 3970 4100 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XPersistObject-xref.html 0664 root bin 15170 30989 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XPersistObject.html 0664 root bin 6684 47784 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSeekable-xref.html 0664 root bin 2884 50542 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSeekable.html 0664 root bin 5715 25033 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSeekableInputStream-xref.html 0664 root bin 1737 17308 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSeekableInputStream.html 0664 root bin 2660 27489 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSequenceOutputStream-xref.html 0664 root bin 1743 18198 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XSequenceOutputStream.html 0664 root bin 3928 4087 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XStream-xref.html 0664 root bin 6296 22236 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XStream.html 0664 root bin 3887 913 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XStreamListener-xref.html 0664 root bin 2384 10319 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XStreamListener.html 0664 root bin 6236 3595 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTempFile-xref.html 0664 root bin 1671 10326 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTempFile.html 0664 root bin 5006 28881 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTextInputStream-xref.html 0664 root bin 2053 43858 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTextInputStream.html 0664 root bin 8083 26441 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTextOutputStream-xref.html 0664 root bin 2059 44632 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTextOutputStream.html 0664 root bin 5640 22761 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTruncate-xref.html 0664 root bin 1380 51223 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XTruncate.html 0664 root bin 3072 61084 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XXMLExtractor-xref.html 0664 root bin 1396 52659 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/XXMLExtractor.html 0664 root bin 3147 2377 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/io/module-ix.html 0664 root bin 13845 40116 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/InvalidJavaSettingsException-xref.html 0664 root bin 1298 45119 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/InvalidJavaSettingsException.html 0664 root bin 2874 45685 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaDisabledException-xref.html 0664 root bin 1270 42047 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaDisabledException.html 0664 root bin 2559 18313 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaInitializationException-xref.html 0664 root bin 2048 47719 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaInitializationException.html 0664 root bin 3033 63116 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaNotConfiguredException-xref.html 0664 root bin 1290 44219 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaNotConfiguredException.html 0664 root bin 2614 23874 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaNotFoundException-xref.html 0664 root bin 1270 42131 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaNotFoundException.html 0664 root bin 2618 22036 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaVMCreationFailureException-xref.html 0664 root bin 1306 45663 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaVMCreationFailureException.html 0664 root bin 4211 31073 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaVirtualMachine-xref.html 0664 root bin 1293 44088 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/JavaVirtualMachine.html 0664 root bin 4102 18116 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/MissingJavaRuntimeException-xref.html 0664 root bin 1294 44759 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/MissingJavaRuntimeException.html 0664 root bin 3566 38431 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/RestartRequiredException-xref.html 0664 root bin 1282 43631 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/RestartRequiredException.html 0664 root bin 2658 26012 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/WrongJavaVersionException-xref.html 0664 root bin 1286 43947 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/WrongJavaVersionException.html 0664 root bin 4570 64689 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/XJavaThreadRegister_11-xref.html 0664 root bin 1743 17294 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/XJavaThreadRegister_11.html 0664 root bin 4840 14104 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/XJavaVM-xref.html 0664 root bin 1683 11426 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/XJavaVM.html 0664 root bin 8086 34147 1260812066
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/java/module-ix.html 0664 root bin 4840 25538 1260812066
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ArrayIndexOutOfBoundsException-xref.html 0664 root bin 2742 40220 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ArrayIndexOutOfBoundsException.html 0664 root bin 2255 59227 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ClassNotFoundException-xref.html 0664 root bin 1274 42595 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ClassNotFoundException.html 0664 root bin 2058 42187 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/DisposedException-xref.html 0664 root bin 4473 2048 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/DisposedException.html 0664 root bin 3165 9867 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/EventObject-xref.html 0664 root bin 28434 15421 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/EventObject.html 0664 root bin 3184 6668 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IllegalAccessException-xref.html 0664 root bin 3567 46368 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IllegalAccessException.html 0664 root bin 2027 39253 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IllegalArgumentException-xref.html 0664 root bin 116166 5415 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IllegalArgumentException.html 0664 root bin 3119 1411 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IndexOutOfBoundsException-xref.html 0664 root bin 30367 31072 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/IndexOutOfBoundsException.html 0664 root bin 2159 50683 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/InvalidListenerException-xref.html 0664 root bin 1600 4959 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/InvalidListenerException.html 0664 root bin 2242 58556 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ListenerExistException-xref.html 0664 root bin 1592 4215 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ListenerExistException.html 0664 root bin 2214 55959 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/Locale-xref.html 0664 root bin 44154 26796 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/Locale.html 0664 root bin 6246 10245 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/MultiServiceFactory-xref.html 0664 root bin 2303 599 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/MultiServiceFactory.html 0664 root bin 5351 5802 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSuchFieldException-xref.html 0664 root bin 1266 41639 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSuchFieldException.html 0664 root bin 2001 36498 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSuchMethodException-xref.html 0664 root bin 1687 12219 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSuchMethodException.html 0664 root bin 2010 37534 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSupportException-xref.html 0664 root bin 10927 54888 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NoSupportException.html 0664 root bin 2344 384 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NotInitializedException-xref.html 0664 root bin 1278 43123 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NotInitializedException.html 0664 root bin 2167 51454 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NullPointerException-xref.html 0664 root bin 7548 21944 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/NullPointerException.html 0664 root bin 2416 7321 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/RegistryServiceManager-xref.html 0664 root bin 1309 45908 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/RegistryServiceManager.html 0664 root bin 6840 61422 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ServiceManager-xref.html 0664 root bin 2737 40870 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ServiceManager.html 0664 root bin 11210 55981 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ServiceNotRegisteredException-xref.html 0664 root bin 2374 8881 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/ServiceNotRegisteredException.html 0664 root bin 2157 51232 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/SystemDependent.html 0664 root bin 7030 58153 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetException-xref.html 0664 root bin 36191 45232 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetException.html 0664 root bin 3484 32598 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetRuntimeException-xref.html 0664 root bin 1302 45647 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/WrappedTargetRuntimeException.html 0664 root bin 3479 34262 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XComponent-xref.html 0664 root bin 79700 32437 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XComponent.html 0664 root bin 9320 27324 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XConnectionPoint-xref.html 0664 root bin 1783 21456 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XConnectionPoint.html 0664 root bin 11975 58812 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XConnectionPointContainer-xref.html 0664 root bin 1806 23757 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XConnectionPointContainer.html 0664 root bin 7343 39126 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XEventListener-xref.html 0664 root bin 29108 24753 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XEventListener.html 0664 root bin 4093 22093 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XInitialization-xref.html 0664 root bin 17156 14723 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XInitialization.html 0664 root bin 4515 61298 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XLocalizable-xref.html 0664 root bin 3156 10612 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XLocalizable.html 0664 root bin 3653 43010 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMain-xref.html 0664 root bin 2342 5499 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMain.html 0664 root bin 3790 59626 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMultiComponentFactory-xref.html 0664 root bin 3927 14491 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMultiComponentFactory.html 0664 root bin 8251 59655 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMultiServiceFactory-xref.html 0664 root bin 13331 12349 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XMultiServiceFactory.html 0664 root bin 6561 36534 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceDisplayName-xref.html 0664 root bin 2779 44345 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceDisplayName.html 0664 root bin 3830 63453 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceInfo-xref.html 0664 root bin 16100 53790 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceInfo.html 0664 root bin 5656 27519 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceName-xref.html 0664 root bin 2242 60616 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XServiceName.html 0664 root bin 3171 4077 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XSingleComponentFactory-xref.html 0664 root bin 3006 286 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XSingleComponentFactory.html 0664 root bin 5525 14219 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XSingleServiceFactory-xref.html 0664 root bin 5763 50957 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XSingleServiceFactory.html 0664 root bin 5110 40708 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XTypeProvider-xref.html 0664 root bin 8412 35315 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XTypeProvider.html 0664 root bin 5515 16812 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XUnoTunnel-xref.html 0664 root bin 2494 18116 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/XUnoTunnel.html 0664 root bin 4337 42765 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/lang/module-ix.html 0664 root bin 11814 60513 1260812068
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap/LdapConnectionException-xref.html 0664 root bin 1278 43035 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap/LdapConnectionException.html 0664 root bin 2111 46056 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap/LdapGenericException-xref.html 0664 root bin 1266 41679 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap/LdapGenericException.html 0664 root bin 3186 5517 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/ldap/module-ix.html 0664 root bin 2489 15038 1260812068
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionary-xref.html 0664 root bin 1634 8776 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionary.html 0664 root bin 4924 29688 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryList-xref.html 0664 root bin 1317 46880 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryList.html 0664 root bin 4678 9201 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDictionaryType.html 0664 root bin 3716 48649 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDirection-xref.html 0664 root bin 2260 1278 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionDirection.html 0664 root bin 3402 22160 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ConversionPropertyType.html 0664 root bin 10558 16618 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Dictionary-xref.html 0664 root bin 1261 40984 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Dictionary.html 0664 root bin 4957 27784 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEvent-xref.html 0664 root bin 2030 42097 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEvent.html 0664 root bin 4291 35478 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryEventFlags.html 0664 root bin 6013 38633 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryList-xref.html 0664 root bin 1784 21995 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryList.html 0664 root bin 5422 6621 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEvent-xref.html 0664 root bin 2066 45805 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEvent.html 0664 root bin 5181 52897 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryListEventFlags.html 0664 root bin 7589 47263 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryType-xref.html 0664 root bin 2061 43947 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/DictionaryType.html 0664 root bin 3987 4922 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/HangulHanjaConversionDictionary-xref.html 0664 root bin 1345 49588 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/HangulHanjaConversionDictionary.html 0664 root bin 3693 53986 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Hyphenator-xref.html 0664 root bin 1768 20395 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Hyphenator.html 0664 root bin 7297 35374 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LanguageGuessing.html 0664 root bin 1705 11490 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguProperties-xref.html 0664 root bin 2291 3811 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguProperties.html 0664 root bin 19907 8654 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEvent-xref.html 0664 root bin 2211 58796 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEvent.html 0664 root bin 3765 58451 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceEventFlags.html 0664 root bin 4713 64409 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceManager-xref.html 0664 root bin 1804 23887 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/LinguServiceManager.html 0664 root bin 5780 36670 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Proofreader.html 0664 root bin 2627 26003 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ProofreadingIterator.html 0664 root bin 2302 62809 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ProofreadingResult-xref.html 0664 root bin 1799 22730 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/ProofreadingResult.html 0664 root bin 6987 3628 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/SingleProofreadingError-xref.html 0664 root bin 1336 47807 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/SingleProofreadingError.html 0664 root bin 5736 25275 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/SpellChecker-xref.html 0664 root bin 1776 20983 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/SpellChecker.html 0664 root bin 7285 33573 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/SpellFailure.html 0664 root bin 4129 16723 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Thesaurus-xref.html 0664 root bin 1764 20019 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/Thesaurus.html 0664 root bin 6611 40646 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XAvailableLocales-xref.html 0664 root bin 1725 15864 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XAvailableLocales.html 0664 root bin 3589 42154 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionary-xref.html 0664 root bin 2615 29566 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionary.html 0664 root bin 15128 46270 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionaryList-xref.html 0664 root bin 1767 20706 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionDictionaryList.html 0664 root bin 11881 44090 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionPropertyType-xref.html 0664 root bin 1838 27486 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XConversionPropertyType.html 0664 root bin 5824 39878 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary-xref.html 0664 root bin 3277 18895 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary.html 0664 root bin 19256 2533 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary1-xref.html 0664 root bin 1392 52251 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionary1.html 0664 root bin 11980 24865 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEntry-xref.html 0664 root bin 2736 37748 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEntry.html 0664 root bin 5326 58889 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEventListener-xref.html 0664 root bin 2212 61136 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryEventListener.html 0664 root bin 4332 41030 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryList-xref.html 0664 root bin 2031 42181 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryList.html 0664 root bin 17245 47660 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryListEventListener-xref.html 0664 root bin 2332 5128 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XDictionaryListEventListener.html 0664 root bin 4443 53054 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenatedWord-xref.html 0664 root bin 2669 31741 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenatedWord.html 0664 root bin 7132 12612 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenator-xref.html 0664 root bin 3183 11849 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XHyphenator.html 0664 root bin 11924 46619 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLanguageGuessing-xref.html 0664 root bin 1719 15432 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLanguageGuessing.html 0664 root bin 11818 10751 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventBroadcaster-xref.html 0664 root bin 2470 17307 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.html 0664 root bin 4854 24434 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventListener-xref.html 0664 root bin 2400 11828 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceEventListener.html 0664 root bin 4137 25075 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceManager-xref.html 0664 root bin 2131 51602 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XLinguServiceManager.html 0664 root bin 12068 52730 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XMeaning-xref.html 0664 root bin 1376 50683 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XMeaning.html 0664 root bin 3829 60461 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XPossibleHyphens-xref.html 0664 root bin 2151 53174 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XPossibleHyphens.html 0664 root bin 5951 47190 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XProofreader-xref.html 0664 root bin 2027 41489 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XProofreader.html 0664 root bin 8037 24143 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XProofreadingIterator-xref.html 0664 root bin 1743 18126 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XProofreadingIterator.html 0664 root bin 8219 45715 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionary-xref.html 0664 root bin 1723 15870 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionary.html 0664 root bin 4431 47897 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionaryList-xref.html 0664 root bin 1747 18342 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSearchableDictionaryList.html 0664 root bin 5055 38130 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSetSpellAlternatives-xref.html 0664 root bin 1428 56183 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSetSpellAlternatives.html 0664 root bin 4511 52889 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellAlternatives-xref.html 0664 root bin 2239 60299 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellAlternatives.html 0664 root bin 6164 62015 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker-xref.html 0664 root bin 2735 38972 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker.html 0664 root bin 7611 58831 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker1-xref.html 0664 root bin 1400 52887 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSpellChecker1.html 0664 root bin 5134 39240 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLanguages-xref.html 0664 root bin 1722 15311 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLanguages.html 0664 root bin 3546 34986 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLocales-xref.html 0664 root bin 2669 32478 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XSupportedLocales.html 0664 root bin 4420 43919 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XThesaurus-xref.html 0664 root bin 2540 21285 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/XThesaurus.html 0664 root bin 5255 53337 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/linguistic2/module-ix.html 0664 root bin 12964 33183 1260812068
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/CannotActivateFactoryException-xref.html 0664 root bin 1643 9358 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/CannotActivateFactoryException.html 0664 root bin 2574 23822 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Dynamic-xref.html 0664 root bin 1249 39636 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Dynamic.html 0664 root bin 4547 65006 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Java-xref.html 0664 root bin 1908 29942 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Java.html 0664 root bin 3903 6016 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Java2-xref.html 0664 root bin 1631 6585 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/Java2.html 0664 root bin 3147 2463 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/SharedLibrary-xref.html 0664 root bin 2282 3097 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/SharedLibrary.html 0664 root bin 4258 38117 1260812068
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/XImplementationLoader-xref.html 0664 root bin 2515 20196 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/XImplementationLoader.html 0664 root bin 8461 17499 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/loader/module-ix.html 0664 root bin 3592 45247 1260812068
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/ConsoleHandler.html 0664 root bin 5391 363 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/CsvLogFormatter.html 0664 root bin 3779 58332 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/DocumentIOLogRing.html 0664 root bin 2040 38583 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/FileHandler.html 0664 root bin 6182 2324 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/LogLevel.html 0664 root bin 7465 29773 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/LogRecord-xref.html 0664 root bin 1692 11340 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/LogRecord.html 0664 root bin 7821 6759 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/LoggerPool.html 0664 root bin 2090 42895 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/PlainTextFormatter.html 0664 root bin 3517 34702 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/SimpleLogRing.html 0664 root bin 3978 5287 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XConsoleHandler-xref.html 0664 root bin 1707 14136 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XConsoleHandler.html 0664 root bin 4425 46954 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XCsvLogFormatter-xref.html 0664 root bin 1713 14814 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XCsvLogFormatter.html 0664 root bin 7762 4733 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogFormatter-xref.html 0664 root bin 2068 45249 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogFormatter.html 0664 root bin 5485 4454 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogHandler-xref.html 0664 root bin 2456 11724 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogHandler.html 0664 root bin 7759 1822 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogger-xref.html 0664 root bin 1808 22053 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLogger.html 0664 root bin 11166 30842 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLoggerPool-xref.html 0664 root bin 1689 12372 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XLoggerPool.html 0664 root bin 4569 59644 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XSimpleLogRing-xref.html 0664 root bin 2016 40708 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/XSimpleLogRing.html 0664 root bin 4387 42763 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/logging/module-ix.html 0664 root bin 5809 42365 1260812070
1 d none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail 0755 root bin
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailAttachment-xref.html 0664 root bin 1749 17044 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailAttachment.html 0664 root bin 4592 61660 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailException-xref.html 0664 root bin 2597 27512 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailException.html 0664 root bin 2243 55434 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailMessage.html 0664 root bin 7109 14281 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailServer.html 0664 root bin 3903 1086 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailServiceProvider.html 0664 root bin 3141 548 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailServiceType-xref.html 0664 root bin 1613 4946 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/MailServiceType.html 0664 root bin 3551 29197 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/NoMailServiceProviderException-xref.html 0664 root bin 1636 8474 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/NoMailServiceProviderException.html 0664 root bin 2576 20369 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/NoMailTransportProviderException-xref.html 0664 root bin 1614 6419 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/NoMailTransportProviderException.html 0664 root bin 2594 22242 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/SendMailMessageFailedException-xref.html 0664 root bin 1743 17594 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/SendMailMessageFailedException.html 0664 root bin 5052 34976 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/XAuthenticator-xref.html 0664 root bin 1819 23506 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/XAuthenticator.html 0664 root bin 4180 23111 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/XConnectionListener-xref.html 0664 root bin 2152 54806 1260812070
1 f none opt/openoffice.org/basis3.2/sdk/docs/common/ref/com/sun/star/mail/XConnectionListener.html 0664 root bin 5513 5893 1260812070
1 f none opt/openoffice.org/basi