Home
last modified time | relevance | path

Searched refs:XMLPropertyState (Results 26 – 50 of 105) sorted by relevance

12345

/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.hxx42 ::std::vector< XMLPropertyState >& rProperties,
55 const XMLPropertyState& rProperty,
57 const ::std::vector< XMLPropertyState >* pProperties = 0,
62 const XMLPropertyState& rProperty,
65 const ::std::vector< XMLPropertyState >* pProperties = 0,
H A Dxmlprcon.cxx42 vector< XMLPropertyState > &rProps, in SvXMLPropertySetContext()
76 XMLPropertyState aProp( nEntryIndex ); in CreateChildContext()
94 ::std::vector< XMLPropertyState > &, in CreateChildContext()
95 const XMLPropertyState& ) in CreateChildContext() argument
H A Dimpastp3.cxx54 …olParentP_Impl::Add( XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rPropertie… in Add()
99 …entP_Impl::AddNamed( XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rPropertie… in AddNamed()
137 …tP_Impl::Find( const XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rPropertie… in Find()
140 vector< XMLPropertyState>::size_type nItems = rProperties.size(); in Find()
H A DXMLPageExport.cxx81 ::std::vector<XMLPropertyState> xPropStates = xPageMasterExportPropMapper->Filter( rPropSet ); in collectPageMasterAutoStyle()
248 ::std::vector< XMLPropertyState > xPropStates = in exportDefaultStyle()
253 …for( ::std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); aIter != xPropStates… in exportDefaultStyle()
255 XMLPropertyState *pProp = &(*aIter); in exportDefaultStyle()
H A DPageMasterImportPropMapper.hxx46 XMLPropertyState& rProperty,
47 ::std::vector< XMLPropertyState >& rProperties,
54 ::std::vector< XMLPropertyState >& rProperties,
H A DXMLFootnoteSeparatorImport.hxx36 struct XMLPropertyState;
50 ::std::vector<XMLPropertyState> & rProperties;
62 ::std::vector<XMLPropertyState> & rProperties,
H A DPagePropertySetContext.hxx46 ::std::vector< XMLPropertyState > &rProps,
57 ::std::vector< XMLPropertyState > &rProperties,
58 const XMLPropertyState& rProp);
H A DPagePropertySetContext.cxx45 ::std::vector< XMLPropertyState > &rProps, in PagePropertySetContext()
63 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
64 const XMLPropertyState& rProp ) in CreateChildContext()
/trunk/main/xmloff/inc/
H A DXMLBackgroundImageContext.hxx36 XMLPropertyState aPosProp;
37 XMLPropertyState aFilterProp;
38 XMLPropertyState aTransparencyProp;
61 const XMLPropertyState& rProp,
65 ::std::vector< XMLPropertyState > &rProps );
H A DXMLElementPropertyContext.hxx43 ::std::vector< XMLPropertyState > &rProperties;
44 XMLPropertyState aProp;
54 const XMLPropertyState& rProp,
55 ::std::vector< XMLPropertyState > &rProps );
H A DXMLShapePropertySetContext.hxx43 ::std::vector< XMLPropertyState > &rProps,
54 ::std::vector< XMLPropertyState > &rProperties,
55 const XMLPropertyState& rProp);
/trunk/main/xmloff/source/text/
H A DXMLTextShapeStyleContext.cxx63 ::std::vector< XMLPropertyState > &rProps,
72 ::std::vector< XMLPropertyState > &rProperties,
73 const XMLPropertyState& rProp);
81 ::std::vector< XMLPropertyState > &rProps, in XMLTextShapePropertySetContext_Impl()
96 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
97 const XMLPropertyState& rProp ) in CreateChildContext()
H A DXMLSectionFootnoteConfigImport.hxx36 struct XMLPropertyState;
50 ::std::vector<XMLPropertyState> & rProperties;
61 ::std::vector<XMLPropertyState> & rProperties,
H A Dtxtdropi.hxx34 XMLPropertyState aWholeWordProp;
50 const XMLPropertyState& rProp,
52 ::std::vector< XMLPropertyState > &rProps );
H A DXMLTextPropertySetContext.hxx43 ::std::vector< XMLPropertyState > &rProps,
53 ::std::vector< XMLPropertyState > &rProperties,
54 const XMLPropertyState& rProp);
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx149 ::std::vector< XMLPropertyState > &rProperties = GetProperties(); in FillPropertySet()
150 ::std::vector< XMLPropertyState >::iterator end( rProperties.end() ); in FillPropertySet()
151 ::std::vector< XMLPropertyState >::iterator property; in FillPropertySet()
170 XMLPropertyState aNewState( nIndex ); in FillPropertySet()
264 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet()
295 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet()
H A DXMLShapePropertySetContext.cxx52 ::std::vector< XMLPropertyState > &rProps, in XMLShapePropertySetContext()
78 XMLPropertyState aPropState( mnBulletIndex, aAny ); in EndElement()
88 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
89 const XMLPropertyState& rProp ) in CreateChildContext()
H A Dximpstyl.cxx76 ::std::vector< XMLPropertyState > &rProps,
85 ::std::vector< XMLPropertyState > &rProperties,
86 const XMLPropertyState& rProp);
95 ::std::vector< XMLPropertyState > &rProps, in SdXMLDrawingPagePropertySetContext()
110 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
111 const XMLPropertyState& rProp ) in CreateChildContext()
128 XMLPropertyState aPropState( rProp.mnIndex, aAny ); in CreateChildContext()
220 ::std::vector< XMLPropertyState > &rProperties = GetProperties(); in Finish()
224 ::std::vector< XMLPropertyState >::iterator property = rProperties.begin(); in Finish()
294 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprcon.hxx42 ::std::vector< XMLPropertyState > &mrProperties;
52 ::std::vector< XMLPropertyState > &rProps,
68 ::std::vector< XMLPropertyState > &rProperties,
69 const XMLPropertyState& rProp );
H A Dprstylei.hxx36 struct XMLPropertyState;
51 ::std::vector< XMLPropertyState > maProperties;
94 ::std::vector< XMLPropertyState > & GetProperties() { return maProperties; } in GetProperties()
123 const ::std::vector< XMLPropertyState > & GetProperties() const { return maProperties; } in GetProperties()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx202 static bool has_states( const std::vector< XMLPropertyState >& xPropStates ) 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()
258 …std::vector< XMLPropertyState > xRowPropStates( mxRowExportPropertySetMapper->Filter( xPropSet ) ); in collectTableAutoStyles()
286 …std::vector< XMLPropertyState > xCellPropStates( mxCellExportPropertySetMapper->Filter( xCellSet )… in collectTableAutoStyles()
/trunk/main/xmloff/source/chart/
H A DXMLChartPropertyContext.hxx38 ::std::vector< XMLPropertyState >& rProps,
48 ::std::vector< XMLPropertyState > &rProperties,
49 const XMLPropertyState& rProp );
H A DXMLChartPropertyContext.cxx42 ::std::vector< XMLPropertyState >& rProps, in XMLChartPropertyContext()
55 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
56 const XMLPropertyState& rProp ) in CreateChildContext()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlAutoStyle.cxx38 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
48 ::std::vector< XMLPropertyState >::const_iterator i = rProperties.begin(); in exportStyleAttributes()
49 ::std::vector< XMLPropertyState >::const_iterator aEnd = rProperties.end(); in exportStyleAttributes()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlAutoStyle.cxx49 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
59 ::std::vector< XMLPropertyState >::const_iterator i = rProperties.begin(); in exportStyleAttributes()
60 ::std::vector< XMLPropertyState >::const_iterator aEnd = rProperties.end(); in exportStyleAttributes()

Completed in 71 milliseconds

12345