Home
last modified time | relevance | path

Searched refs:XMLPropertyState (Results 51 – 75 of 105) sorted by relevance

12345

/trunk/main/xmloff/source/text/
H A DXMLTextPropertySetContext.cxx50 ::std::vector< XMLPropertyState > &rProps, in XMLTextPropertySetContext()
67 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
68 const XMLPropertyState& rProp ) in CreateChildContext()
H A Dtxtparae.cxx446 const XMLPropertyState** ppAddStates, bool bDontSeek ) in Add()
469 vector< XMLPropertyState > xPropStates = in Add()
585 bool lcl_validPropState( const XMLPropertyState& rState ) in lcl_validPropState()
593 const XMLPropertyState** ppAddStates) in Add()
604 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Add()
688 const XMLPropertyState** ppAddStates) const in Find()
710 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Find()
730 const XMLPropertyState** ppAddStates ) const in FindTextStyleAndHyperlink()
733 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in FindTextStyleAndHyperlink()
740 ::std::vector< XMLPropertyState >::iterator aFirstDel = xPropStates.end(); in FindTextStyleAndHyperlink()
[all …]
H A DXMLSectionFootnoteConfigExport.hxx34 struct XMLPropertyState;
50 const ::std::vector<XMLPropertyState> * pProperties,
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx326 std::vector< XMLPropertyState > xPropStates; in collectShapeAutoStyles()
351 XMLPropertyState aNewState(nIndex, uno::makeAny(sNumberStyle)); in collectShapeAutoStyles()
357 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles()
358 std::vector< XMLPropertyState >::iterator aEnd = xPropStates.end(); in collectShapeAutoStyles()
417 XMLPropertyState aAlignDefaultState( nIndex, aParaAdjustValue ); in collectShapeAutoStyles()
426 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles()
427 std::vector< XMLPropertyState >::iterator aEnd = xPropStates.end(); in collectShapeAutoStyles()
/trunk/main/sw/source/filter/xml/
H A Dxmlfmte.cxx275 const ::std::vector< XMLPropertyState >& rProperties,
289 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
299 for( ::std::vector< XMLPropertyState >::const_iterator in exportStyleAttributes()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx179 const XMLPropertyState& /*rProperty*/, in handleSpecialItem() argument
182 const ::std::vector< XMLPropertyState >* /*pProperties*/ = 0, in handleSpecialItem()
523 ::std::vector< XMLPropertyState > aPropertyStates; in collectStyleNames()
524 aPropertyStates.push_back(XMLPropertyState(0)); in collectStyleNames()
1190 ::std::vector< XMLPropertyState > aPropertyStates( m_xParaPropMapper->Filter(_xProp) ); in exportAutoStyle()
1194 …::std::vector< XMLPropertyState > aPropertyStates( m_xCellStylesExportPropertySetMapper->Filter(_x… in exportAutoStyle()
1251 …::std::vector< XMLPropertyState > aBorderStates(m_xCellStylesExportPropertySetMapper->Filter(xBord… in exportAutoStyle()
1298XMLPropertyState aNumberStyleState( nStyleMapIndex, uno::makeAny( getDataStyleName(nNumberFormat) … in exportAutoStyle()
1311 …::std::vector< XMLPropertyState > aPropertyStates( m_xTableStylesExportPropertySetMapper->Filter(_… in exportAutoStyle()
H A DxmlStyleImport.cxx71 XMLPropertyState& /*rProperty*/, in handleSpecialItem() argument
72 ::std::vector< XMLPropertyState >& /*rProperties*/, in handleSpecialItem()
150 XMLPropertyState aPropState(nIndex, rValue); in AddProperty()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx55 struct XMLPropertyState;
263 const XMLPropertyState** pAddState = NULL) const;
519 const XMLPropertyState** pAddState = NULL );
524 const XMLPropertyState** pAddState = NULL, bool bDontSeek = false );
532 const XMLPropertyState** pAddState = NULL ) const;
H A DXMLFontStylesContext.hxx37 struct XMLPropertyState;
79 ::std::vector< XMLPropertyState > &rProps,
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorExport.hxx31 struct XMLPropertyState;
52 const ::std::vector<XMLPropertyState> * pProperties,
H A DXMLElementPropertyContext.cxx37 const XMLPropertyState& rProp, in XMLElementPropertyContext()
38 ::std::vector< XMLPropertyState > &rProps ) : in XMLElementPropertyContext()
H A DPageHeaderFooterContext.hxx30 ::std::vector< XMLPropertyState > & rProperties;
42 ::std::vector< XMLPropertyState > & rProperties,
H A Dimpastp4.cxx181 const ::std::vector< XMLPropertyState >& rProperties, in Add()
232 const OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties ) in AddNamed()
303 const vector< XMLPropertyState >& rProperties ) const in Find()
H A DXMLFootnoteSeparatorExport.cxx57 const vector<XMLPropertyState> * pProperties, in exportXML()
79 const XMLPropertyState& rState = (*pProperties)[i]; in exportXML()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.hxx50 const XMLPropertyState& _rProperty,
53 const ::std::vector< XMLPropertyState >* _pProperties,
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.hxx71 …::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
87 …::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
154 XMLPropertyState* FindProperty(const sal_Int16 nContextID);
H A Dxmlexprt.cxx1112 vector<XMLPropertyState> aProps; in ExportExternalRefCacheStyles()
1113 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
1115 aProps.push_back(XMLPropertyState(nEntryIndex, aVal)); in ExportExternalRefCacheStyles()
1934 std::vector< XMLPropertyState >::iterator aItr(xPropStates.begin()); in AddStyleFromCells()
1935 std::vector< XMLPropertyState >::iterator aEndItr(xPropStates.end()); in AddStyleFromCells()
2068 std::vector< XMLPropertyState >::iterator aItr(xPropStates.begin()); in AddStyleFromColumn()
2069 std::vector< XMLPropertyState >::iterator aEndItr(xPropStates.end()); in AddStyleFromColumn()
2110 …std::vector<XMLPropertyState> xPropStates(xRowStylesExportPropertySetMapper->Filter(xRowProperties… in AddStyleFromRow()
2318 std::vector<XMLPropertyState> xPropStates( in _ExportAutoStyles()
2356 … std::vector<XMLPropertyState> xPropStates(xParaPropMapper->Filter(xParaProp)); in _ExportAutoStyles()
[all …]
/trunk/main/xmloff/inc/
H A Dxmltabi.hxx47 const XMLPropertyState& rProp,
48 ::std::vector< XMLPropertyState > &rProps );
H A DXMLTextColumnsContext.hxx62 const XMLPropertyState& rProp,
63 ::std::vector< XMLPropertyState > &rProps );
/trunk/main/xmloff/source/chart/
H A DXMLLabelSeparatorContext.hxx35 const XMLPropertyState& rProp,
36 ::std::vector< XMLPropertyState > &rProps );
H A DXMLSymbolImageContext.hxx39 const XMLPropertyState& rProp,
40 ::std::vector< XMLPropertyState > &rProps );
H A DXMLLabelSeparatorContext.cxx42 const XMLPropertyState& rProp, in XMLLabelSeparatorContext()
43 ::std::vector< XMLPropertyState > &rProps ) : in XMLLabelSeparatorContext()
H A DSchXMLAutoStylePoolP.cxx48 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
60 for( ::std::vector< XMLPropertyState >::const_iterator iter = rProperties.begin(); in exportStyleAttributes()
H A DSchXMLExport.cxx184 const std::vector< XMLPropertyState >& aStates );
186 const std::vector< XMLPropertyState >& aStates );
1257 std::vector< XMLPropertyState > aPropertyStates; in parseDocument()
1971 std::vector< XMLPropertyState > aPropertyStates; in exportPlotArea()
2348 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xTitleProps ); in exportAxisTitle()
2444 std::vector< XMLPropertyState > aPropertyStates; in exportAxis()
2725 std::vector< XMLPropertyState > aPropertyStates; in exportSeries()
3103 std::vector< XMLPropertyState > aPropertyStates; in exportRegressionCurve()
3104 std::vector< XMLPropertyState > aEquationPropertyStates; in exportRegressionCurve()
3343 std::vector< XMLPropertyState > aPropertyStates; in exportDataPoints()
[all …]
H A DXMLSymbolImageContext.cxx60 const XMLPropertyState& rProp, in XMLSymbolImageContext()
61 ::std::vector< XMLPropertyState > &rProps ) : in XMLSymbolImageContext()

Completed in 133 milliseconds

12345