Lines Matching refs:rPropSet

85 	const Reference<XPropertySet> & rPropSet,  in ExportIndexMark()  argument
96 aAny = rPropSet->getPropertyValue(sDocumentIndexMark); in ExportIndexMark()
104 aAny = rPropSet->getPropertyValue(sIsCollapsed); in ExportIndexMark()
120 aAny = rPropSet->getPropertyValue(sIsStart); in ExportIndexMark()
180 const Reference<XPropertySet> & rPropSet) in ExportTOCMarkAttributes() argument
184 Any aAny = rPropSet->getPropertyValue(sLevel); in ExportTOCMarkAttributes()
193 const Reference<XPropertySet> & rPropSet, in lcl_ExportPropertyString() argument
198 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyString()
211 const Reference<XPropertySet> & rPropSet, in lcl_ExportPropertyBool() argument
216 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyBool()
229 const Reference<XPropertySet> & rPropSet) in ExportUserIndexMarkAttributes() argument
234 lcl_ExportPropertyString( rExport, rPropSet, sUserIndexName, XML_INDEX_NAME, aAny ); in ExportUserIndexMarkAttributes()
237 ExportTOCMarkAttributes( rPropSet ); in ExportUserIndexMarkAttributes()
241 const Reference<XPropertySet> & rPropSet) in ExportAlphabeticalIndexMarkAttributes() argument
245 lcl_ExportPropertyString( rExport, rPropSet, sTextReading, XML_STRING_VALUE_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
246 lcl_ExportPropertyString( rExport, rPropSet, sPrimaryKey, XML_KEY1, aAny ); in ExportAlphabeticalIndexMarkAttributes()
247 lcl_ExportPropertyString( rExport, rPropSet, sPrimaryKeyReading, XML_KEY1_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
248 lcl_ExportPropertyString( rExport, rPropSet, sSecondaryKey, XML_KEY2, aAny ); in ExportAlphabeticalIndexMarkAttributes()
249 lcl_ExportPropertyString( rExport, rPropSet, sSecondaryKeyReading, XML_KEY2_PHONETIC, aAny ); in ExportAlphabeticalIndexMarkAttributes()
250 lcl_ExportPropertyBool( rExport, rPropSet, sMainEntry, XML_MAIN_ENTRY, aAny ); in ExportAlphabeticalIndexMarkAttributes()
255 const Reference<XPropertySet> & rPropSet) in GetID() argument
260 sal_Int64 nId = sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_uIntPtr>(rPropSet.get())); in GetID()