Home
last modified time | relevance | path

Searched refs:rProperties (Results 1 – 25 of 149) sorted by relevance

123456

/AOO42X/main/xmloff/source/style/
H A Dxmlaustp.cxx75 const vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
85 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes()
86 pProp != rProperties.end(); in exportStyleAttributes()
107 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes()
108 pProp != rProperties.end(); in exportStyleAttributes()
160 …for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.… in exportStyleAttributes()
191 const vector< XMLPropertyState >& rProperties, in exportStyleContent()
260 GetExport(), rProperties, in exportStyleContent()
271 GetExport(), rProperties, in exportStyleContent()
349 const vector< XMLPropertyState >& rProperties ) in Add()
[all …]
H A Dxmlimppr.cxx113 vector< XMLPropertyState >& rProperties, in importXML()
119 importXML( rProperties, xAttrList, rUnitConverter, rNamespaceMap, in importXML()
125 vector< XMLPropertyState >& rProperties, in importXML()
195 const sal_Int32 nSize = rProperties.size(); in importXML()
198 sal_Int32 nRefIdx = rProperties[nReference].mnIndex; in importXML()
202 aNewProperty = rProperties[nReference]; in importXML()
221 sal_uInt32 nOldSize = rProperties.size(); in importXML()
223 bSet = handleSpecialItem( aNewProperty, rProperties, in importXML()
228 bNoWarning |= ( nOldSize != rProperties.size() ); in importXML()
239 rProperties.push_back( aNewProperty ); in importXML()
[all …]
H A DPageMasterImportPropMapper.cxx58 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem()
82 rProperty, rProperties, rValue, in handleSpecialItem()
90 void PageMasterImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_I… in finished() argument
92 SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex); in finished()
133 ::std::vector< XMLPropertyState >::iterator aEnd = rProperties.end(); in finished()
134 …for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); aIter != aEnd; ++aIt… in finished()
348 rProperties.push_back(*pNewMargins[i]); in finished()
352 rProperties.push_back(*pNewHeaderMargins[i]); in finished()
356 rProperties.push_back(*pNewFooterMargins[i]); in finished()
360 rProperties.push_back(*pNewPadding[i]); in finished()
[all …]
H A Dimpastp3.cxx54 …dd( XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rProperties, OUString& rNam… in Add() argument
59 sal_Int32 nProperties = rProperties.size(); in Add()
73 else if( !bDontSeek && pFamilyData->mxMapper->Equals( pIS->GetProperties(), rProperties ) ) in Add()
82 pProperties = new SvXMLAutoStylePoolPropertiesP_Impl( pFamilyData, rProperties ); in Add()
99 …ed( XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rProperties, const OUString… in AddNamed() argument
103 sal_Int32 nProperties = rProperties.size(); in AddNamed()
122 new SvXMLAutoStylePoolPropertiesP_Impl( pFamilyData, rProperties ); in AddNamed()
137 …:Find( const XMLFamilyData_Impl* pFamilyData, const vector< XMLPropertyState >& rProperties ) const in Find()
140 vector< XMLPropertyState>::size_type nItems = rProperties.size(); in Find()
153 else if( pFamilyData->mxMapper->Equals( pIS->GetProperties(), rProperties ) ) in Find()
H A Dxmlexppr.cxx741 vector< XMLPropertyState >& rProperties, in ContextFilter()
746 mxNextMapper->ContextFilter( rProperties, rPropSet ); in ContextFilter()
840 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
843 exportXML( rExport, rProperties, -1, -1, nFlags ); in exportXML()
848 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
861 rExport.GetAttrList(), rProperties, in exportXML()
876 exportElementItems( rExport, rProperties, nFlags, aIndexArray ); in exportXML()
922 const ::std::vector< XMLPropertyState >& rProperties, in _exportXML()
929 const sal_uInt32 nCount = rProperties.size(); in _exportXML()
939 sal_Int32 nPropMapIdx = rProperties[nIndex].mnIndex; in _exportXML()
[all …]
H A DXMLFootnoteSeparatorImport.cxx72 rProperties(rProps), in XMLFootnoteSeparatorImport()
162 rProperties.push_back(aLineAdjust); in StartElement()
167 rProperties.push_back(aLineColor); in StartElement()
172 rProperties.push_back(aLineDistance); in StartElement()
177 rProperties.push_back(aLineRelWidth); in StartElement()
182 rProperties.push_back(aLineTextDistance); in StartElement()
188 rProperties.push_back(aLineWeight); in StartElement()
H A Dimpastpl.hxx111 …iesP_Impl( XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties );
146 …FamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties, ::rtl::OUStrin…
148 …FamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties, const ::rtl::O…
150 …onst XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties ) const;
194 const ::std::vector< XMLPropertyState >& rProperties,
199 const ::std::vector< XMLPropertyState >& rProperties );
204 const ::std::vector< XMLPropertyState >& rProperties ) const;
H A DPagePropertySetContext.cxx63 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
106 rProperties ); in CreateChildContext()
113 rProperties ); in CreateChildContext()
123 GetImport(), nPrefix, rLocalName, rProperties, in CreateChildContext()
135 rProperties, rProp ); in CreateChildContext()
/AOO42X/main/xmloff/source/text/
H A Dtxtimppr.cxx53 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem()
101 rValue, rProperties, in handleSpecialItem()
134 rProperties, rValue, rUnitConverter, rNamespaceMap ); in handleSpecialItem()
267 ::std::vector< XMLPropertyState >& rProperties, in finished()
324 for( ::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in finished()
325 aIter != rProperties.end(); in finished()
669 rProperties.push_back( *pNewFontStyleName ); in finished()
675 rProperties.push_back( *pNewFontFamily ); in finished()
681 rProperties.push_back( *pNewFontPitch ); in finished()
687 rProperties.push_back( *pNewFontCharSet ); in finished()
[all …]
H A DXMLSectionFootnoteConfigImport.cxx68 rProperties(rProps), in XMLSectionFootnoteConfigImport()
149 rProperties.push_back( aNumOwn ); in StartElement()
155 rProperties.push_back( aNumRestart ); in StartElement()
162 rProperties.push_back( aNumRestartAtState ); in StartElement()
172 rProperties.push_back( aNumFormatState ); in StartElement()
178 rProperties.push_back( aPrefixState ); in StartElement()
184 rProperties.push_back( aSuffixState ); in StartElement()
190 rProperties.push_back( aEndState ); in StartElement()
H A DXMLTextPropertySetContext.cxx65 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
76 rProperties ); in CreateChildContext()
82 rProperties ); in CreateChildContext()
100 rProperties ); in CreateChildContext()
131 rProperties ); in CreateChildContext()
138 GetImport(), nPrefix, rLocalName, rProperties, in CreateChildContext()
147 rProperties, rProp ); in CreateChildContext()
H A DXMLTextShapeStyleContext.cxx70 ::std::vector< XMLPropertyState > &rProperties,
94 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
105 rProperties ); in CreateChildContext()
125 rProperties ); in CreateChildContext()
131 nPrefix, rLocalName, xAttrList, rProperties, rProp ); in CreateChildContext()
/AOO42X/main/linguistic/source/
H A Dspelldsp.cxx259 const PropertyValues& rProperties ) in isValid() argument
263 return isValid_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in isValid()
269 const PropertyValues& rProperties ) in spell() argument
273 return spell_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in spell()
314 const PropertyValues& rProperties, in isValid_Impl() argument
347 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
378 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
436 bTmpRes = xSpell->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
441 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
[all …]
H A Dhyphdsp.cxx256 const PropertyValues& rProperties ) in hyphenate() argument
293 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in hyphenate()
300 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in hyphenate()
331 rProperties ); in hyphenate()
370 rProperties ); in hyphenate()
401 const PropertyValues& rProperties ) in queryAlternativeSpelling() argument
437 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in queryAlternativeSpelling()
444 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in queryAlternativeSpelling()
470 nChkIndex, rProperties ); in queryAlternativeSpelling()
509 nChkIndex, rProperties ); in queryAlternativeSpelling()
[all …]
/AOO42X/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx53 const ::std::vector< XMLPropertyState >& rProperties,
63 const ::std::vector< XMLPropertyState >& rProperties,
103 ::rtl::OUString Add( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
104 …nst ::rtl::OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties, bool bDontSeek…
105 … ::rtl::OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
106 …32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties );
110 const ::std::vector< XMLPropertyState >& rProperties );
113 …::rtl::OUString Find( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) co…
114 …mily, const ::rtl::OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties ) const;
117 …l::OUString AddAndCache( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
[all …]
H A Dxmlimppr.hxx93 ::std::vector< XMLPropertyState >& rProperties,
104 ::std::vector< XMLPropertyState >& rProperties,
115 ::std::vector< XMLPropertyState >& rProperties,
122 ::std::vector< XMLPropertyState >& rProperties,
150 const ::std::vector<XMLPropertyState> & rProperties,
165 const ::std::vector<XMLPropertyState> & rProperties,
179 const ::std::vector<XMLPropertyState> & rProperties,
191 const ::std::vector<XMLPropertyState> & rProperties,
H A Dxmlexppr.hxx72 ::std::vector< XMLPropertyState >& rProperties,
79 const ::std::vector< XMLPropertyState >& rProperties,
96 const ::std::vector< XMLPropertyState >& rProperties,
140 const ::std::vector< XMLPropertyState >& rProperties,
148 const ::std::vector< XMLPropertyState >& rProperties,
164 const ::std::vector< XMLPropertyState >& rProperties,
171 const ::std::vector< XMLPropertyState >& rProperties,
/AOO42X/main/oox/source/drawingml/table/
H A Dtablecell.cxx168 TableProperties& rProperties( const_cast< TableProperties& >( rTableProperties ) ); in pushToXCell() local
201 if ( rProperties.isFirstRow() && ( nRow == 0 ) ) in pushToXCell()
213 if ( rProperties.isLastRow() && ( nRow == nMaxRow ) ) in pushToXCell()
225 if ( rProperties.isFirstCol() && ( nColumn == 0 ) ) in pushToXCell()
237 if ( rProperties.isLastCol() && ( nColumn == nMaxColumn ) ) in pushToXCell()
249 if ( rProperties.isBandRow() ) in pushToXCell()
251 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
252 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) ) in pushToXCell()
255 if ( rProperties.isFirstRow() ) in pushToXCell()
331 if ( rProperties.isBandCol() ) in pushToXCell()
[all …]
/AOO42X/main/editeng/source/misc/
H A Dunolingu.cxx501 const ::com::sun::star::beans::PropertyValues& rProperties )
597 const beans::PropertyValues& rProperties ) in queryMeanings() argument
605 aRes = xThes->queryMeanings( rTerm, rLocale, rProperties ); in queryMeanings()
636 const ::com::sun::star::beans::PropertyValues& rProperties )
642 const ::com::sun::star::beans::PropertyValues& rProperties )
689 const beans::PropertyValues& rProperties ) in isValid() argument
696 bRes = xSpell->isValid( rWord, nLanguage, rProperties ); in isValid()
703 const beans::PropertyValues& rProperties ) in spell() argument
710 xRes = xSpell->spell( rWord, nLanguage, rProperties ); in spell()
745 const ::com::sun::star::beans::PropertyValues& rProperties )
[all …]
/AOO42X/main/sd/source/ui/unoidl/
H A DDrawController.cxx732 ::std::vector<beans::Property>& rProperties) in FillPropertyTable() argument
734 rProperties.push_back( in FillPropertyTable()
740 rProperties.push_back( in FillPropertyTable()
746 rProperties.push_back( in FillPropertyTable()
752 rProperties.push_back( in FillPropertyTable()
757 rProperties.push_back( in FillPropertyTable()
762 rProperties.push_back( in FillPropertyTable()
767 rProperties.push_back( in FillPropertyTable()
772 rProperties.push_back( in FillPropertyTable()
777 rProperties.push_back( in FillPropertyTable()
[all …]
/AOO42X/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx609 PropertyHolder& rProperties, in createPointArrayPrimitive() argument
614 if(rProperties.getTransformation().isIdentity()) in createPointArrayPrimitive()
627 aPositions[a] = rProperties.getTransformation() * aPositions[a]; in createPointArrayPrimitive()
642 PropertyHolder& rProperties) in createHairlinePrimitive() argument
647 aLinePolygon.transform(rProperties.getTransformation()); in createHairlinePrimitive()
651 rProperties.getLineColor())); in createHairlinePrimitive()
659 PropertyHolder& rProperties) in createFillPrimitive() argument
664 aFillPolyPolygon.transform(rProperties.getTransformation()); in createFillPrimitive()
668 rProperties.getFillColor())); in createFillPrimitive()
677 PropertyHolder& rProperties) in createLinePrimitive() argument
[all …]
/AOO42X/main/sc/source/filter/xml/
H A Dxmlstyli.cxx87 void ScXMLCellImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_In… in finished() argument
94 SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex); in finished()
107 ::std::vector< XMLPropertyState >::iterator endproperty(rProperties.end()); in finished()
108 for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in finished()
205 rProperties.push_back(*pNewPadding[i]); in finished()
210 rProperties.push_back(*pNewBorders[i]); in finished()
227 void ScXMLRowImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_Int… in finished() argument
229 SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex); in finished()
233 ::std::vector< XMLPropertyState >::iterator endproperty(rProperties.end()); in finished()
234 for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in finished()
[all …]
/AOO42X/main/uui/source/
H A Diahndl-filter.cxx331 if( xFilterCFG.is() && rRequest.rProperties.getLength() ) in handleFilterOptionsRequest_()
336 sal_Int32 nPropCount = rRequest.rProperties.getLength(); in handleFilterOptionsRequest_()
339 rtl::OUString tmp = rRequest.rProperties[ind].Name; in handleFilterOptionsRequest_()
340 if( rRequest.rProperties[ind].Name.equals( in handleFilterOptionsRequest_()
343 rRequest.rProperties[ind].Value >>= aFilterName; in handleFilterOptionsRequest_()
382 rRequest.rProperties ); in handleFilterOptionsRequest_()
/AOO42X/main/xmloff/source/chart/
H A DXMLChartPropertyContext.cxx55 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
63 … pContext = new XMLSymbolImageContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); in CreateChildContext()
66 … pContext = new XMLLabelSeparatorContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); in CreateChildContext()
74 nPrefix, rLocalName, xAttrList, rProperties, rProp ); in CreateChildContext()
/AOO42X/main/reportdesign/source/filter/xml/
H A DxmlAutoStyle.cxx38 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
44 …SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties, rPropExp, rUnitConver… in exportStyleAttributes()
48 ::std::vector< XMLPropertyState >::const_iterator i = rProperties.begin(); in exportStyleAttributes()
49 ::std::vector< XMLPropertyState >::const_iterator aEnd = rProperties.end(); in exportStyleAttributes()

123456