Searched refs:aPropState (Results 1 – 6 of 6) sorted by relevance
/trunk/main/xmloff/source/style/ |
H A D | XMLFontStylesContext.cxx | 195 XMLPropertyState aPropState( nFamilyNameIdx, aFamilyName ); in FillProperties() local 196 rProps.push_back( aPropState ); in FillProperties() 200 XMLPropertyState aPropState( nStyleNameIdx, aStyleName ); in FillProperties() local 201 rProps.push_back( aPropState ); in FillProperties() 205 XMLPropertyState aPropState( nFamilyIdx, aFamily ); in FillProperties() local 206 rProps.push_back( aPropState ); in FillProperties() 210 XMLPropertyState aPropState( nPitchIdx, aPitch ); in FillProperties() local 211 rProps.push_back( aPropState ); in FillProperties() 215 XMLPropertyState aPropState( nCharsetIdx, aEnc ); in FillProperties() local 216 rProps.push_back( aPropState ); in FillProperties()
|
/trunk/main/xmloff/source/draw/ |
H A D | XMLShapePropertySetContext.cxx | 78 XMLPropertyState aPropState( mnBulletIndex, aAny ); in EndElement() local 79 mrProperties.push_back( aPropState ); in EndElement()
|
H A D | ximpstyl.cxx | 128 XMLPropertyState aPropState( rProp.mnIndex, aAny ); in CreateChildContext() local 129 rProperties.push_back( aPropState ); in CreateChildContext()
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 180 XMLPropertyState aPropState(nIndex, rValue); in AddProperty() local 181 GetProperties().push_back(aPropState); // has to be insertes in a sort order later in AddProperty()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 150 XMLPropertyState aPropState(nIndex, rValue); in AddProperty() local 151 GetProperties().push_back(aPropState); // has to be insertes in a sort order later in AddProperty()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 566 XMLPropertyState aPropState(nIndex, rValue); in AddProperty() local 567 GetProperties().push_back(aPropState); // has to be insertes in a sort order later in AddProperty()
|
Completed in 29 milliseconds