/aoo41x/main/xmloff/source/style/ |
H A D | xmlaustp.cxx | 75 const vector< XMLPropertyState >& rProperties, in exportStyleAttributes() 86 pProp != rProperties.end(); 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() 353 pImpl->Add(sName, nFamily, sEmpty, rProperties ); in Add() 369 return pImpl->Add(rName, nFamily, sEmpty, rProperties); in Add() 412 return pImpl->Find( nFamily, sEmpty, rProperties ); in Find() [all …]
|
H A D | xmlimppr.cxx | 113 vector< XMLPropertyState >& rProperties, in importXML() 125 vector< XMLPropertyState >& rProperties, in importXML() 239 rProperties.push_back( aNewProperty ); in importXML() 241 rProperties[nReference] = aNewProperty; in importXML() 309 rProperties.push_back( aNewProperty ); in importXML() 339 finished( rProperties, nStartIdx, nEndIdx ); in importXML() 355 vector< XMLPropertyState >& rProperties, in handleSpecialItem() 373 sal_Int32 nCount = rProperties.size(); in FillPropertySequence() 493 sal_Int32 nCount = rProperties.size(); in _FillPropertySet() 607 sal_Int32 nCount = rProperties.size(); in _PrepareForMultiPropertySet() [all …]
|
H A D | PageMasterImportPropMapper.cxx | 58 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem() 82 rProperty, rProperties, rValue, in handleSpecialItem() 348 rProperties.push_back(*pNewMargins[i]); in finished() 360 rProperties.push_back(*pNewPadding[i]); in finished() 365 rProperties.push_back(*pNewBorders[i]); in finished() 370 rProperties.push_back(*pHeaderNewPadding[i]); in finished() 375 rProperties.push_back(*pHeaderNewBorders[i]); in finished() 380 rProperties.push_back(*pFooterNewPadding[i]); in finished() 385 rProperties.push_back(*pFooterNewBorders[i]); in finished() 391 rProperties.push_back(*pHeaderDynamic); in finished() [all …]
|
H A D | impastp3.cxx | 54 …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 D | xmlexppr.cxx | 741 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() 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() 961 rNamespaceMap, nFlags, &rProperties, nIndex ); in _exportXML() [all …]
|
H A D | XMLFootnoteSeparatorImport.cxx | 72 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 D | impastpl.hxx | 111 …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 D | PagePropertySetContext.cxx | 63 ::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()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtimppr.cxx | 53 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem() 101 rValue, rProperties, in handleSpecialItem() 325 aIter != rProperties.end(); in finished() 675 rProperties.push_back( *pNewFontFamily ); in finished() 681 rProperties.push_back( *pNewFontPitch ); in finished() 687 rProperties.push_back( *pNewFontCharSet ); in finished() 705 rProperties.push_back( *pNewFontPitchCJK ); in finished() 729 rProperties.push_back( *pNewFontPitchCTL ); in finished() 756 rProperties.push_back( *pNewBorders[i] ); in finished() 785 rProperties.push_back( aSizeTypeState ); in finished() [all …]
|
H A D | XMLSectionFootnoteConfigImport.cxx | 68 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 D | XMLTextPropertySetContext.cxx | 67 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext() 78 rProperties ); in CreateChildContext() 84 rProperties ); in CreateChildContext() 102 rProperties ); in CreateChildContext() 133 rProperties ); in CreateChildContext() 140 GetImport(), nPrefix, rLocalName, rProperties, in CreateChildContext() 149 rProperties, rProp ); in CreateChildContext()
|
H A D | XMLTextShapeStyleContext.cxx | 72 ::std::vector< XMLPropertyState > &rProperties, 96 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext() 107 rProperties ); in CreateChildContext() 127 rProperties ); in CreateChildContext() 133 nPrefix, rLocalName, xAttrList, rProperties, rProp ); in CreateChildContext()
|
/aoo41x/main/linguistic/source/ |
H A D | spelldsp.cxx | 259 const PropertyValues& rProperties ) in isValid() argument 269 const PropertyValues& rProperties ) in spell() argument 314 const PropertyValues& rProperties, in isValid_Impl() argument 347 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in isValid_Impl() 378 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl() 441 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl() 482 const PropertyValues& rProperties, in spell_Impl() argument 515 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in spell_Impl() 548 if (!xTmpRes.is() && 0 == rProperties.getLength()) in spell_Impl() 786 return isValid( rWord, aLocale, rProperties); in isValid() [all …]
|
H A D | hyphdsp.cxx | 256 const PropertyValues& rProperties ) in hyphenate() argument 293 if (IsIgnoreControlChars( 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() 470 nChkIndex, rProperties ); in queryAlternativeSpelling() 509 nChkIndex, rProperties ); in queryAlternativeSpelling() 540 const PropertyValues& rProperties ) in createPossibleHyphens() argument 604 rProperties ); in createPossibleHyphens() [all …]
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlaustp.hxx | 53 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 D | xmlimppr.hxx | 93 ::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 D | xmlexppr.hxx | 72 ::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,
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 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() 333 if ( ( !rProperties.isFirstCol() || ( nColumn != 0 ) ) && in pushToXCell() [all …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 501 const ::com::sun::star::beans::PropertyValues& rProperties ) 597 const beans::PropertyValues& rProperties ) in queryMeanings() argument 605 aRes = xThes->queryMeanings( rTerm, rLocale, rProperties ); in queryMeanings() 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() 811 const beans::PropertyValues& rProperties ) in hyphenate() argument 828 const PropertyValues& rProperties ) in queryAlternativeSpelling() argument 844 const beans::PropertyValues& rProperties ) in createPossibleHyphens() argument [all …]
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 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() 782 rProperties.push_back( in FillPropertyTable() [all …]
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 609 PropertyHolder& rProperties, in createPointArrayPrimitive() argument 642 PropertyHolder& rProperties) in createHairlinePrimitive() argument 651 rProperties.getLineColor())); in createHairlinePrimitive() 659 PropertyHolder& rProperties) in createFillPrimitive() argument 668 rProperties.getFillColor())); in createFillPrimitive() 677 PropertyHolder& rProperties) in createLinePrimitive() argument 689 rProperties.getLineColor(), in createLinePrimitive() 743 PropertyHolder& rProperties) in createHairlineAndFillPrimitive() argument 760 PropertyHolder& rProperties) in createHairlineAndFillPrimitive() argument 786 PropertyHolder& rProperties) in createBitmapExPrimitive() argument [all …]
|
/aoo41x/main/uui/source/ |
H A D | iahndl-filter.cxx | 331 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_()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | XMLChartPropertyContext.cxx | 55 ::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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 87 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 …]
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlAutoStyle.cxx | 38 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()
|