Lines Matching refs:aAny

95 		Any aAny;  in ExportIndexMark()  local
96 aAny = rPropSet->getPropertyValue(sDocumentIndexMark); in ExportIndexMark()
98 aAny >>= xIndexMarkPropSet; in ExportIndexMark()
104 aAny = rPropSet->getPropertyValue(sIsCollapsed); in ExportIndexMark()
105 if (*(sal_Bool *)aAny.getValue()) in ExportIndexMark()
110 aAny = xIndexMarkPropSet->getPropertyValue(sAlternativeText); in ExportIndexMark()
112 aAny >>= sTmp; in ExportIndexMark()
120 aAny = rPropSet->getPropertyValue(sIsStart); in ExportIndexMark()
121 nElementNo = *(sal_Bool *)aAny.getValue() ? 1 : 2; in ExportIndexMark()
184 Any aAny = rPropSet->getPropertyValue(sLevel); in ExportTOCMarkAttributes() local
185 aAny >>= nLevel; in ExportTOCMarkAttributes()
233 Any aAny; in ExportUserIndexMarkAttributes() local
234 lcl_ExportPropertyString( rExport, rPropSet, sUserIndexName, XML_INDEX_NAME, aAny ); in ExportUserIndexMarkAttributes()
244 Any aAny; in ExportAlphabeticalIndexMarkAttributes() local
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()