/trunk/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.cxx | 242 sal_Int32 nCount = rProps.getLength(); in UCBNamesToDAVNames() 245 const beans::Property & rProp = rProps[ n ]; in UCBNamesToDAVNames() 342 sal_Int32 nCount = rProps.getLength(); in UCBNamesToHTTPNames() 345 const beans::Property & rProp = rProps[ n ]; in UCBNamesToHTTPNames() 380 sal_Int32 nCount = rProps.getLength(); in containsAllNames() 383 const rtl::OUString & rName = rProps[ n ].Name; in containsAllNames() 439 const std::vector< DAVPropertyValue > & rProps ) in addProperties() 627 const ContentProperties & rProps ) in CachableContentProperties() argument 629 addProperties( rProps ); in CachableContentProperties() 634 const ContentProperties & rProps ) in addProperties() argument [all …]
|
H A D | ContentProperties.hxx | 127 rProps, 140 rProps, 149 com::sun::star::beans::Property >& rProps, 155 void addProperties( const std::vector< rtl::OUString > & rProps, 159 void addProperties( const ContentProperties & rProps ); 162 void addProperties( const std::vector< DAVPropertyValue > & rProps ); 202 CachableContentProperties( const ContentProperties & rProps ); 204 void addProperties( const ContentProperties & rProps ); 206 void addProperties( const std::vector< DAVPropertyValue > & rProps ); 210 com::sun::star::beans::Property >& rProps, in containsAllNames() [all …]
|
/trunk/main/oox/source/export/ |
H A D | vmlexport.cxx | 339 const EscherProperties &rOpts = rProps.GetOpts(); in Commit() 377 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit() 382 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit() 399 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit() 400 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit() 405 rProps.GetOpt( ESCHER_Prop_geoBottom, nBottom ); in Commit() 410 rProps.GetOpt( ESCHER_Prop_geoRight, nRight ); in Commit() 516 if ( rProps.GetOpt( ESCHER_Prop_fillType, nValue ) ) in Commit() 541 if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) ) in Commit() 573 if ( rProps.GetOpt( ESCHER_Prop_lineColor, nValue ) ) in Commit() [all …]
|
/trunk/main/toolkit/source/layout/core/ |
H A D | proplist.cxx | 240 PropList const& rProps ) in setProperties() argument 245 for ( PropList::const_iterator it = rProps.begin(); it != rProps.end(); in setProperties() 253 for ( PropList::const_iterator it = rProps.begin(); it != rProps.end(); in setProperties() 373 PropList &rProps, sal_Int32 nNamespace ) in propsFromAttributes() argument 386 rProps.push_back( aElem ); in propsFromAttributes() 396 for ( it = rProps.begin(); it != rProps.end(); it++ ) in findAndRemove() 402 rProps.erase( it ); in findAndRemove() 411 getAttributeProps( PropList &rProps ) in getAttributeProps() argument 418 if ( findAndRemove( "show", rProps, aValue ) && in getAttributeProps() 427 if ( findAndRemove( attribsMap[i].name, rProps, aValue ) ) in getAttributeProps() [all …]
|
H A D | proplist.hxx | 41 PropList &rProps, sal_Int32 nNamespace ); 44 PropList const& rProps); 49 long getAttributeProps( PropList &rProps ); 50 bool findAndRemove( const char *pAttr, PropList &rProps, rtl::OUString &rValue);
|
H A D | root.cxx | 383 void LayoutWidget::setProperties( PropList const& rProps ) in setProperties() argument 385 ::layoutimpl::setProperties( mxWidget, rProps ); in setProperties() 394 PropList const& rProps ) in setChildProperties() argument 400 ::layoutimpl::setProperties( xChildPeer, rProps ); in setChildProperties()
|
/trunk/main/xmloff/source/style/ |
H A D | XMLFontStylesContext.cxx | 116 void FillProperties( ::std::vector< XMLPropertyState > &rProps, 186 ::std::vector< XMLPropertyState > &rProps, in FillProperties() 196 rProps.push_back( aPropState ); in FillProperties() 201 rProps.push_back( aPropState ); in FillProperties() 206 rProps.push_back( aPropState ); in FillProperties() 211 rProps.push_back( aPropState ); in FillProperties() 216 rProps.push_back( aPropState ); in FillProperties() 268 ::std::vector< XMLPropertyState > &rProps, in FillProperties() 278 pFontStyle->FillProperties( rProps, nFamilyNameIdx, nStyleNameIdx, in FillProperties()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 328 sal_Int32 nLength = rProps.getLength(); in lclAppendProperty() 329 rProps.realloc( nLength + 1 ); in lclAppendProperty() 330 rProps[ nLength ].Name = rPropName; in lclAppendProperty() 331 rProps[ nLength ].Value <<= rValue; in lclAppendProperty() 338 … lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_OPERATOR ) ), eOp ); in SetOperator() 345 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SOURCESTR ) ), rBaseC… in SetBaseCellAddress() 350 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_STYLENAME ) ), rApply… in SetStyle() 353 void XMLTableStyleContext::SetFormula( uno::Sequence< beans::PropertyValue >& rProps, in SetFormula() argument 379 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_FORMULA1 ) ), aFormul… in SetFormula() 381 …lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_GRAMMAR1 ) ), nGramma… in SetFormula() [all …]
|
H A D | xmlstyli.hxx | 108 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProps, 112 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProps, 116 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProps, 120 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProps,
|
/trunk/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 450 PropertyValue* pProps = rProps.getArray(); in GetText() 451 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in GetText() 479 const PropertyValue* pProps = rProps.getConstArray(); in Update() 480 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in Update() 642 Sequence<PropertyValue> &rProps = aRubyValues.getArray()[nRuby]; in IMPL_LINK() local 643 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() 644 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in IMPL_LINK() 666 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() 667 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in IMPL_LINK() 690 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() [all …]
|
/trunk/main/framework/source/fwe/xml/ |
H A D | menudocumenthandler.cxx | 234 rProps[0].Name = m_aCommandURL; in initPropertyCommon() 235 rProps[1].Name = m_aHelpURL; in initPropertyCommon() 236 rProps[2].Name = m_aContainer; in initPropertyCommon() 237 rProps[3].Name = m_aLabel; in initPropertyCommon() 238 rProps[4].Name = m_aStyle; in initPropertyCommon() 239 rProps[5].Name = m_aType; in initPropertyCommon() 242 rProps[0].Value <<= rCommandURL.intern(); in initPropertyCommon() 243 rProps[1].Value <<= rHelpId; in initPropertyCommon() 244 rProps[2].Value <<= Reference< XIndexContainer >(); in initPropertyCommon() 245 rProps[3].Value <<= rLabel; in initPropertyCommon() [all …]
|
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 171 void RtfSdrExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ) in Commit() argument 184 const EscherProperties &rOpts = rProps.GetOpts(); in Commit() 245 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit() 250 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit() 264 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit() 265 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit() 270 rProps.GetOpt( ESCHER_Prop_geoBottom, nBottom ); in Commit() 275 rProps.GetOpt( ESCHER_Prop_geoRight, nRight ); in Commit() 290 if ( rProps.GetOpt( ESCHER_Prop_pVertices, aVertices ) && in Commit() 291 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()
|
/trunk/main/sfx2/source/view/ |
H A D | viewprn.cxx | 92 const uno::Sequence< beans::PropertyValue >& rProps 112 const uno::Sequence< beans::PropertyValue >& rProps in SfxPrinterController() 136 for (sal_Int32 nProp=0; nProp<rProps.getLength(); nProp++) in SfxPrinterController() 137 setValue( rProps[nProp].Name, rProps[nProp].Value ); in SfxPrinterController() 612 void SfxViewShell::ExecPrint( const uno::Sequence < beans::PropertyValue >& rProps, sal_Bool bIsAPI… in ExecPrint() argument 627 const beans::PropertyValue* pVal = rProps.getConstArray(); in ExecPrint() 628 for( sal_Int32 i = 0; i < rProps.getLength(); i++ ) in ExecPrint() 648 rProps in ExecPrint()
|
/trunk/main/svx/source/table/ |
H A D | propertyset.cxx | 46 FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps ) in FastPropertySetInfo() argument 48 addProperties( rProps ); in FastPropertySetInfo() 67 void FastPropertySetInfo::addProperties( const PropertyVector& rProps ) in addProperties() argument 70 sal_uInt32 nCount = rProps.size(); in addProperties() 72 PropertyVector::const_iterator aIter( rProps.begin() ); in addProperties()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 91 const Sequence< Property >& rProps, in ResultSetMetaData() 93 : m_pImpl( new ResultSetMetaData_Impl( rProps.getLength() ) ), in ResultSetMetaData() 95 m_aProps( rProps ), in ResultSetMetaData() 103 const Sequence< Property >& rProps, in ResultSetMetaData() 107 m_aProps( rProps ), in ResultSetMetaData() 110 OSL_ENSURE( rColumnData.size() == sal_uInt32( rProps.getLength() ), in ResultSetMetaData()
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.cxx | 112 PropertyMap& rProps, in fillFrameProps() argument 129 rProps[ USTR( "text:anchor-type" ) ] = in fillFrameProps() 135 rProps[ USTR( "text:anchor-type" ) ] = USTR( "page" ); in fillFrameProps() 136 rProps[ USTR( "text:anchor-page-number" ) ] = rtl::OUString::valueOf(pPage->PageNumber); in fillFrameProps() 142 rProps[ USTR( "draw:z-index" ) ] = rtl::OUString::valueOf( rElem.ZOrder ); in fillFrameProps() 143 rProps[ USTR( "draw:style-name" )] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps() 144 rProps[ USTR( "svg:width" ) ] = convertPixelToUnitString( rElem.w ); in fillFrameProps() 145 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps() 153 rProps[ USTR( "svg:x" ) ] = convertPixelToUnitString( rel_x ); in fillFrameProps() 154 rProps[ USTR( "svg:y" ) ] = convertPixelToUnitString( rel_y ); in fillFrameProps() [all …]
|
H A D | drawtreevisiting.cxx | 210 PropertyMap& rProps, in fillFrameProps() argument 217 rProps[ USTR( "draw:z-index" ) ] = rtl::OUString::valueOf( rElem.ZOrder ); in fillFrameProps() 218 rProps[ USTR( "draw:style-name" )] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps() 219 rProps[ USTR( "svg:width" ) ] = convertPixelToUnitString( rElem.w ); in fillFrameProps() 220 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps() 226 rProps[ USTR( "svg:x" ) ] = convertPixelToUnitString( rel_x ); in fillFrameProps() 227 rProps[ USTR( "svg:y" ) ] = convertPixelToUnitString( rel_y ); in fillFrameProps() 270 rProps[ USTR( "draw:transform" ) ] = aBuf.makeStringAndClear(); in fillFrameProps()
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_datasupplier.cxx | 311 ::rtl::Reference<ContentProperties> rProps = new ContentProperties(); in getResult() 312 rProps->m_sDocumentId = ::rtl::OString(&lpszDocId[ODM_DOCID_MAX*i]); in getResult() 313 rProps->m_sContentType = sContentType; in getResult() 314 m_pImpl->m_xContent->getContentProvider()->append(rProps); in getResult() 315 m_pImpl->m_aResults.push_back( new ResultListEntry(rProps)); in getResult()
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 264 const ContentProperties& rProps ) in Content() argument 267 m_aProps( rProps ), in Content() 2361 ContentProperties& rProps, in loadData() argument 2431 rProps.aTitle = rURI.getName(); in loadData() 2439 if ( !( aMediaType >>= rProps.aMediaType ) ) in loadData() 2467 rProps.bIsDocument = sal_False; in loadData() 2468 rProps.bIsFolder = sal_True; in loadData() 2474 rProps.bIsDocument = sal_True; in loadData() 2475 rProps.bIsFolder = sal_False; in loadData() 2478 if ( rProps.bIsDocument ) in loadData() [all …]
|
/trunk/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 140 AttributeProperties::AttributeProperties(const AttributeProperties& rProps, SdrObject& rObj) in AttributeProperties() argument 141 : DefaultProperties(rProps, rObj), in AttributeProperties() 144 if(rProps.GetStyleSheet()) in AttributeProperties() 146 ImpAddStyleSheet(rProps.GetStyleSheet(), sal_True); in AttributeProperties()
|
H A D | defaultproperties.cxx | 55 DefaultProperties::DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj) in DefaultProperties() argument 59 if(rProps.mpItemSet) in DefaultProperties() 61 mpItemSet = rProps.mpItemSet->Clone(sal_True); in DefaultProperties()
|
/trunk/main/extensions/source/update/check/ |
H A D | updatehdl.hxx | 155 … setProperty( com::sun::star::uno::Sequence< com::sun::star::beans::NamedValue > &rProps, in setProperty() argument 157 … { rProps[ nIndex ].Name = rPropName; rProps[ nIndex ].Value = rPropValue; } in setProperty() 162 … com::sun::star::uno::Sequence< com::sun::star::beans::NamedValue > const & rProps );
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextShapeStyleContext.cxx | 63 ::std::vector< XMLPropertyState > &rProps, 81 ::std::vector< XMLPropertyState > &rProps, in XMLTextShapePropertySetContext_Impl() 84 rProps, rMap ) in XMLTextShapePropertySetContext_Impl()
|
/trunk/main/fileaccess/source/ |
H A D | FileAccess.cxx | 489 const Sequence< Property > & rProps = rCurr.Properties; in createFolder() local 490 if ( rProps.getLength() != 1 ) in createFolder() 493 if ( !rProps[ 0 ].Name.equalsAsciiL( in createFolder() 766 const Sequence< Property > & rProps = rCurr.Properties; in createNewFile() local 767 if ( rProps.getLength() != 1 ) in createNewFile() 770 if ( !rProps[ 0 ].Name.equalsAsciiL( in createNewFile()
|
/trunk/main/desktop/source/deployment/misc/ |
H A D | dp_ucb.cxx | 137 Sequence<beans::Property> const & rProps = info.Properties; in create_folder() local 138 if (rProps.getLength() != 1 || in create_folder() 139 !rProps[ 0 ].Name.equalsAsciiL( in create_folder()
|