Home
last modified time | relevance | path

Searched refs:aPropMapper (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx351 UniReference < XMLPropertySetMapper > aPropMapper(getPropertySetMapper()); in ContextFilter() local
356 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in ContextFilter()
562 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ANNOTATIONS), rtl::OUString(RTL_… in ContextFilter()
563 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_CHARTS), rtl::OUString(RTL_CONST… in ContextFilter()
564 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_DRAWING), rtl::OUString(RTL_CONS… in ContextFilter()
565 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_FORMULAS), rtl::OUString(RTL_CON… in ContextFilter()
566 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_GRID), rtl::OUString(RTL_CONSTAS… in ContextFilter()
567 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_HEADERS), rtl::OUString(RTL_CONS… in ContextFilter()
568 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_OBJECTS), rtl::OUString(RTL_CONS… in ContextFilter()
569 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ZEROVALUES), rtl::OUString(RTL_C… in ContextFilter()
H A Dxmlaustp.cxx164 UniReference< XMLPropertySetMapper > aPropMapper = rPropExp.getPropertySetMapper(); in exportStyleAttributes() local
166 sal_Int16 nContextID = aPropMapper->GetEntryContextId( nIndex ); in exportStyleAttributes()
172 const XMLPropertyHandler* pPropHdl = aPropMapper->GetPropertyHandler( nIndex ); in exportStyleAttributes()
178 …GetExport().AddAttribute( aPropMapper->GetEntryNameSpace( nIndex ), aPropMapper->GetEntryXMLName( … in exportStyleAttributes()
210 UniReference< XMLPropertySetMapper > aPropMapper = rPropExp.getPropertySetMapper(); in exportStyleContent() local
213 while(nIndex < aPropMapper->GetEntryCount()) in exportStyleContent()
215 switch( aPropMapper->GetEntryContextId( nIndex ) & CTF_PM_FLAGMASK ) in exportStyleContent()
H A Dimpastp4.cxx485 UniReference< XMLPropertySetMapper > aPropMapper = in exportXML() local
488 while(nIndex < aPropMapper->GetEntryCount() && nEnd == -1) in exportXML()
490 nContextID = aPropMapper->GetEntryContextId( nIndex ); in exportXML()
H A DXMLPageExport.cxx252 …UniReference < XMLPropertySetMapper > aPropMapper(xPageMasterExportPropMapper->getPropertySetMappe… in exportDefaultStyle() local
256 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in exportDefaultStyle()
/trunk/main/xmloff/source/chart/
H A DSchXMLAutoStylePoolP.cxx66 UniReference< XMLPropertySetMapper > aPropMapper = in exportStyleAttributes() local
68 sal_Int16 nContextID = aPropMapper->GetEntryContextId( iter->mnIndex ); in exportStyleAttributes()
79 aPropMapper->GetEntryNameSpace( iter->mnIndex ), in exportStyleAttributes()
80 aPropMapper->GetEntryXMLName( iter->mnIndex ), in exportStyleAttributes()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlAutoStyle.cxx47 UniReference< XMLPropertySetMapper > aPropMapper = rORptExport.GetCellStylePropertyMapper(); in exportStyleAttributes() local
52 sal_Int16 nContextID = aPropMapper->GetEntryContextId(i->mnIndex); in exportStyleAttributes()
63 aPropMapper->GetEntryNameSpace(i->mnIndex), in exportStyleAttributes()
64 aPropMapper->GetEntryXMLName(i->mnIndex), in exportStyleAttributes()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlAutoStyle.cxx58 UniReference< XMLPropertySetMapper > aPropMapper = rODBExport.GetColumnStylesPropertySetMapper(); in exportStyleAttributes() local
63 sal_Int16 nContextID = aPropMapper->GetEntryContextId(i->mnIndex); in exportStyleAttributes()
75 aPropMapper->GetEntryNameSpace(i->mnIndex), in exportStyleAttributes()
76 aPropMapper->GetEntryXMLName(i->mnIndex), in exportStyleAttributes()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx622 UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetCellStylesPropertySetMapper()); in exportStyleAttributes() local
623 sal_Int16 nContextID(aPropMapper->GetEntryContextId(i->mnIndex)); in exportStyleAttributes()
635 aPropMapper->GetEntryNameSpace(i->mnIndex), in exportStyleAttributes()
636 aPropMapper->GetEntryXMLName(i->mnIndex), in exportStyleAttributes()
652 UniReference< XMLPropertySetMapper > aPropMapper(rScXMLExport.GetTableStylesPropertySetMapper()); in exportStyleAttributes() local
653 sal_Int16 nContextID(aPropMapper->GetEntryContextId(i->mnIndex)); in exportStyleAttributes()
662 aPropMapper->GetEntryNameSpace(i->mnIndex), in exportStyleAttributes()
663 aPropMapper->GetEntryXMLName(i->mnIndex), in exportStyleAttributes()

Completed in 39 milliseconds