Searched refs:aPropMapper (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | PageMasterExportPropMapper.cxx | 342 UniReference < XMLPropertySetMapper > aPropMapper(getPropertySetMapper()); in ContextFilter() local 347 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in ContextFilter() 448 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ANNOTATIONS), rtl::OUString(RTL_… in ContextFilter() 449 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_CHARTS), rtl::OUString(RTL_CONST… in ContextFilter() 450 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_DRAWING), rtl::OUString(RTL_CONS… in ContextFilter() 451 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_FORMULAS), rtl::OUString(RTL_CON… in ContextFilter() 452 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_GRID), rtl::OUString(RTL_CONSTAS… in ContextFilter() 453 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_HEADERS), rtl::OUString(RTL_CONS… in ContextFilter() 454 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_OBJECTS), rtl::OUString(RTL_CONS… in ContextFilter() 455 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ZEROVALUES), rtl::OUString(RTL_C… in ContextFilter()
|
H A D | xmlaustp.cxx | 164 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 D | impastp4.cxx | 485 UniReference< XMLPropertySetMapper > aPropMapper = in exportXML() local 488 while(nIndex < aPropMapper->GetEntryCount() && nEnd == -1) in exportXML() 490 nContextID = aPropMapper->GetEntryContextId( nIndex ); in exportXML()
|
H A D | XMLPageExport.cxx | 252 …UniReference < XMLPropertySetMapper > aPropMapper(xPageMasterExportPropMapper->getPropertySetMappe… in exportDefaultStyle() local 256 sal_Int16 nContextId = aPropMapper->GetEntryContextId( pProp->mnIndex ); in exportDefaultStyle()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlAutoStyle.cxx | 47 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()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLAutoStylePoolP.cxx | 66 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()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlAutoStyle.cxx | 58 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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 622 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 44 milliseconds