Searched refs:xPropStates (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | XMLPageExport.cxx | 81 ::std::vector<XMLPropertyState> xPropStates = xPageMasterExportPropMapper->Filter( rPropSet ); in collectPageMasterAutoStyle() 82 if( !xPropStates.empty()) in collectPageMasterAutoStyle() 85 …asterName = rExport.GetAutoStylePool()->Find( XML_STYLE_FAMILY_PAGE_MASTER, sParent, xPropStates ); in collectPageMasterAutoStyle() 87 …geMasterName = rExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_PAGE_MASTER, sParent, xPropStates); in collectPageMasterAutoStyle() 248 ::std::vector< XMLPropertyState > xPropStates = in exportDefaultStyle() 253 …or( ::std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); aIter != xPropStates.… in exportDefaultStyle() 273 xPageMasterExportPropMapper->exportXML( GetExport(), xPropStates, in exportDefaultStyle()
|
H A D | styleexp.cxx | 339 ::std::vector< XMLPropertyState > xPropStates = in exportStyle() 341 rPropMapper->exportXML( GetExport(), xPropStates, in exportStyle() 380 ::std::vector< XMLPropertyState > xPropStates = in exportDefaultStyle() 382 rPropMapper->exportXML( GetExport(), xPropStates, in exportDefaultStyle()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 469 vector< XMLPropertyState > xPropStates = in Add() local 476 xPropStates.push_back( **ppAddStates ); in Add() 481 if( !xPropStates.empty() ) in Add() 609 xPropStates.push_back( **ppAddStates ); in Add() 655 if( !xPropStates.empty() ) in Add() 675 if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Add() 715 xPropStates.push_back( **ppAddStates ); in Find() 719 if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Find() 744 i = xPropStates.begin(); in FindTextStyleAndHyperlink() 778 xPropStates.push_back( **ppAddStates ); in FindTextStyleAndHyperlink() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 326 std::vector< XMLPropertyState > xPropStates; in collectShapeAutoStyles() local 331 xPropStates = GetPropertySetMapper()->Filter( xPropSet ); in collectShapeAutoStyles() 352 xPropStates.push_back(aNewState); in collectShapeAutoStyles() 357 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles() 358 std::vector< XMLPropertyState >::iterator aEnd = xPropStates.end(); in collectShapeAutoStyles() 376 …nfo.msStyleName = mrExport.GetAutoStylePool()->Find(aShapeInfo.mnFamily, aParentName, xPropStates); in collectShapeAutoStyles() 381 …Info.msStyleName = mrExport.GetAutoStylePool()->Add(aShapeInfo.mnFamily, aParentName, xPropStates); in collectShapeAutoStyles() 388 …xPropStates = GetExport().GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter( xPropSet… in collectShapeAutoStyles() 419 xPropStates.push_back( aAlignDefaultState ); in collectShapeAutoStyles() 426 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles() [all …]
|
H A D | sdxmlexp.cxx | 1785 std::vector< XMLPropertyState > xPropStates( aMapperRef->Filter( xPropSet ) ); in ImpCreatePresPageStyleName() local 1787 if( !xPropStates.empty() ) in ImpCreatePresPageStyleName() 1791 …sStyleName = GetAutoStylePool()->Find(XML_STYLE_FAMILY_SD_DRAWINGPAGE_ID, sStyleName, xPropStates); in ImpCreatePresPageStyleName() 1796 … sStyleName = GetAutoStylePool()->Add(XML_STYLE_FAMILY_SD_DRAWINGPAGE_ID, sStyleName, xPropStates); in ImpCreatePresPageStyleName()
|
/aoo42x/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 202 static bool has_states( const std::vector< XMLPropertyState >& xPropStates ) in has_states() argument 204 if( !xPropStates.empty() ) in has_states() 206 std::vector< XMLPropertyState >::const_iterator aIter( xPropStates.begin() ); in has_states() 207 std::vector< XMLPropertyState >::const_iterator aEnd( xPropStates.end() ); in has_states() 235 …std::vector< XMLPropertyState > xPropStates( mxColumnExportPropertySetMapper->Filter( xPropSet ) ); in collectTableAutoStyles() local 237 if( has_states( xPropStates ) ) in collectTableAutoStyles() 239 …UString sStyleName( mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TABLE_COLUMN, xPropStates) ); in collectTableAutoStyles()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1934 std::vector< XMLPropertyState >::iterator aItr(xPropStates.begin()); in AddStyleFromCells() 1935 std::vector< XMLPropertyState >::iterator aEndItr(xPropStates.end()); in AddStyleFromCells() 1950 aItr = xPropStates.erase(aItr); in AddStyleFromCells() 1985 xPropStates.clear(); in AddStyleFromCells() 1990 if (xPropStates.size()) in AddStyleFromCells() 2066 if(xPropStates.size()) in AddStyleFromColumn() 2068 std::vector< XMLPropertyState >::iterator aItr(xPropStates.begin()); in AddStyleFromColumn() 2069 std::vector< XMLPropertyState >::iterator aEndItr(xPropStates.end()); in AddStyleFromColumn() 2111 if(xPropStates.size()) in AddStyleFromRow() 2318 std::vector<XMLPropertyState> xPropStates( in _ExportAutoStyles() local [all …]
|
Completed in 102 milliseconds