Lines Matching refs:rPropertySet

565 	const Reference<XPropertySet> & rPropertySet)  in ExportTableOfContentStart()  argument
568 ExportBaseIndexStart(XML_TABLE_OF_CONTENT, rPropertySet); in ExportTableOfContentStart()
579 if( rPropertySet->getPropertyValue(sLevel) >>= nLevel ) in ExportTableOfContentStart()
589 ExportBoolean(rPropertySet, sCreateFromOutline, in ExportTableOfContentStart()
593 ExportBoolean(rPropertySet, sCreateFromMarks, in ExportTableOfContentStart()
597 ExportBoolean(rPropertySet, sCreateFromLevelParagraphStyles, in ExportTableOfContentStart()
600 ExportBaseIndexSource(TEXT_SECTION_TYPE_TOC, rPropertySet); in ExportTableOfContentStart()
603 ExportBaseIndexBody(TEXT_SECTION_TYPE_TOC, rPropertySet); in ExportTableOfContentStart()
607 const Reference<XPropertySet> & rPropertySet) in ExportObjectIndexStart() argument
610 ExportBaseIndexStart(XML_OBJECT_INDEX, rPropertySet); in ExportObjectIndexStart()
614 ExportBoolean(rPropertySet, sCreateFromOtherEmbeddedObjects, in ExportObjectIndexStart()
616 ExportBoolean(rPropertySet, sCreateFromStarCalc, in ExportObjectIndexStart()
618 ExportBoolean(rPropertySet, sCreateFromStarChart, in ExportObjectIndexStart()
620 ExportBoolean(rPropertySet, sCreateFromStarDraw, in ExportObjectIndexStart()
622 ExportBoolean(rPropertySet, sCreateFromStarMath, in ExportObjectIndexStart()
625 ExportBaseIndexSource(TEXT_SECTION_TYPE_OBJECT, rPropertySet); in ExportObjectIndexStart()
628 ExportBaseIndexBody(TEXT_SECTION_TYPE_OBJECT, rPropertySet); in ExportObjectIndexStart()
632 const Reference<XPropertySet> & rPropertySet) in ExportIllustrationIndexStart() argument
635 ExportBaseIndexStart(XML_ILLUSTRATION_INDEX, rPropertySet); in ExportIllustrationIndexStart()
640 ExportTableAndIllustrationIndexSourceAttributes(rPropertySet); in ExportIllustrationIndexStart()
642 ExportBaseIndexSource(TEXT_SECTION_TYPE_ILLUSTRATION, rPropertySet); in ExportIllustrationIndexStart()
645 ExportBaseIndexBody(TEXT_SECTION_TYPE_ILLUSTRATION, rPropertySet); in ExportIllustrationIndexStart()
649 const Reference<XPropertySet> & rPropertySet) in ExportTableIndexStart() argument
652 ExportBaseIndexStart(XML_TABLE_INDEX, rPropertySet); in ExportTableIndexStart()
657 ExportTableAndIllustrationIndexSourceAttributes(rPropertySet); in ExportTableIndexStart()
659 ExportBaseIndexSource(TEXT_SECTION_TYPE_TABLE, rPropertySet); in ExportTableIndexStart()
662 ExportBaseIndexBody(TEXT_SECTION_TYPE_TABLE, rPropertySet); in ExportTableIndexStart()
666 const Reference<XPropertySet> & rPropertySet) in ExportAlphabeticalIndexStart() argument
669 ExportBaseIndexStart(XML_ALPHABETICAL_INDEX, rPropertySet); in ExportAlphabeticalIndexStart()
676 aAny = rPropertySet->getPropertyValue(sMainEntryCharacterStyleName); in ExportAlphabeticalIndexStart()
687 ExportBoolean(rPropertySet, sIsCaseSensitive, XML_IGNORE_CASE, in ExportAlphabeticalIndexStart()
689 ExportBoolean(rPropertySet, sUseAlphabeticalSeparators, in ExportAlphabeticalIndexStart()
691 ExportBoolean(rPropertySet, sUseCombinedEntries, XML_COMBINE_ENTRIES, in ExportAlphabeticalIndexStart()
693 ExportBoolean(rPropertySet, sUseDash, XML_COMBINE_ENTRIES_WITH_DASH, in ExportAlphabeticalIndexStart()
695 ExportBoolean(rPropertySet, sUseKeyAsEntry, XML_USE_KEYS_AS_ENTRIES, in ExportAlphabeticalIndexStart()
697 ExportBoolean(rPropertySet, sUsePP, XML_COMBINE_ENTRIES_WITH_PP, in ExportAlphabeticalIndexStart()
699 ExportBoolean(rPropertySet, sUseUpperCase, XML_CAPITALIZE_ENTRIES, in ExportAlphabeticalIndexStart()
701 ExportBoolean(rPropertySet, sIsCommaSeparated, XML_COMMA_SEPARATED, in ExportAlphabeticalIndexStart()
705 aAny = rPropertySet->getPropertyValue(sSortAlgorithm); in ExportAlphabeticalIndexStart()
715 aAny = rPropertySet->getPropertyValue(sLocale); in ExportAlphabeticalIndexStart()
723 ExportBaseIndexSource(TEXT_SECTION_TYPE_ALPHABETICAL, rPropertySet); in ExportAlphabeticalIndexStart()
726 ExportBaseIndexBody(TEXT_SECTION_TYPE_ALPHABETICAL, rPropertySet); in ExportAlphabeticalIndexStart()
730 const Reference<XPropertySet> & rPropertySet) in ExportUserIndexStart() argument
733 ExportBaseIndexStart(XML_USER_INDEX, rPropertySet); in ExportUserIndexStart()
738 ExportBoolean(rPropertySet, sCreateFromEmbeddedObjects, in ExportUserIndexStart()
740 ExportBoolean(rPropertySet, sCreateFromGraphicObjects, in ExportUserIndexStart()
742 ExportBoolean(rPropertySet, sCreateFromMarks, in ExportUserIndexStart()
744 ExportBoolean(rPropertySet, sCreateFromTables, in ExportUserIndexStart()
746 ExportBoolean(rPropertySet, sCreateFromTextFrames, in ExportUserIndexStart()
748 ExportBoolean(rPropertySet, sUseLevelFromSource, in ExportUserIndexStart()
750 ExportBoolean(rPropertySet, sCreateFromLevelParagraphStyles, in ExportUserIndexStart()
753 Any aAny = rPropertySet->getPropertyValue( sUserIndexName ); in ExportUserIndexStart()
759 ExportBaseIndexSource(TEXT_SECTION_TYPE_USER, rPropertySet); in ExportUserIndexStart()
762 ExportBaseIndexBody(TEXT_SECTION_TYPE_USER, rPropertySet); in ExportUserIndexStart()
766 const Reference<XPropertySet> & rPropertySet) in ExportBibliographyStart() argument
769 ExportBaseIndexStart(XML_BIBLIOGRAPHY, rPropertySet); in ExportBibliographyStart()
775 ExportBaseIndexSource(TEXT_SECTION_TYPE_BIBLIOGRAPHY, rPropertySet); in ExportBibliographyStart()
778 ExportBaseIndexBody(TEXT_SECTION_TYPE_BIBLIOGRAPHY, rPropertySet); in ExportBibliographyStart()
784 const Reference<XPropertySet> & rPropertySet) in ExportBaseIndexStart() argument
787 Any aAny = rPropertySet->getPropertyValue(sIsProtected); in ExportBaseIndexStart()
795 rPropertySet->getPropertyValue(sName) >>= sIndexName; in ExportBaseIndexStart()
819 const Reference<XPropertySet> & rPropertySet) in ExportBaseIndexSource() argument
831 aAny = rPropertySet->getPropertyValue(sCreateFromChapter); in ExportBaseIndexSource()
839 aAny = rPropertySet->getPropertyValue(sIsRelativeTabstops); in ExportBaseIndexSource()
859 aAny = rPropertySet->getPropertyValue(sParaStyleHeading); in ExportBaseIndexSource()
873 aAny = rPropertySet->getPropertyValue(sTitle); in ExportBaseIndexSource()
880 aAny = rPropertySet->getPropertyValue(sLevelFormat); in ExportBaseIndexSource()
896 ExportIndexTemplate(eType, i, rPropertySet, aTemplateSequence); in ExportBaseIndexSource()
906 aAny = rPropertySet->getPropertyValue(sLevelParagraphStyles); in ExportBaseIndexSource()
937 const Reference<XPropertySet> & rPropertySet) in ExportTableAndIllustrationIndexSourceAttributes() argument
940 Any aAny = rPropertySet->getPropertyValue(sCreateFromLabels); in ExportTableAndIllustrationIndexSourceAttributes()
948 aAny = rPropertySet->getPropertyValue(sLabelCategory); in ExportTableAndIllustrationIndexSourceAttributes()
956 aAny = rPropertySet->getPropertyValue(sLabelDisplayType); in ExportTableAndIllustrationIndexSourceAttributes()
1053 const Reference<XPropertySet> & rPropertySet, in ExportIndexTemplate() argument
1096 Any aAny = rPropertySet->getPropertyValue( in ExportIndexTemplate()