Searched refs:rPropSetInfo (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | SinglePropertySetInfoCache.cxx | 40 Reference< XPropertySetInfo >& rPropSetInfo ) in hasProperty() 42 if( !rPropSetInfo.is() ) in hasProperty() 43 rPropSetInfo = rPropSet->getPropertySetInfo(); in hasProperty() 54 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty() 65 bRet = rPropSetInfo->hasPropertyByName( sName ); in hasProperty() 72 WeakReference < XPropertySetInfo > xWeakInfo( rPropSetInfo ); in hasProperty() 73 rPropSetInfo = 0; in hasProperty() 74 rPropSetInfo = xWeakInfo; in hasProperty() 75 if( rPropSetInfo.is() ) in hasProperty() 77 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty()
|
H A D | xmlimppr.cxx | 483 const Reference<XPropertySetInfo> & rPropSetInfo, in _FillPropertySet() argument 489 OSL_ENSURE( rPropSetInfo.is(), "need an XPropertySetInfo" ); in _FillPropertySet() 510 rPropSetInfo->hasPropertyByName( rPropName ) ) ) in _FillPropertySet() 601 const Reference<XPropertySetInfo> & rPropSetInfo, in _PrepareForMultiPropertySet() argument 629 !rPropSetInfo.is() || in _PrepareForMultiPropertySet() 630 (rPropSetInfo.is() && rPropSetInfo->hasPropertyByName( rPropName )) ) ) in _PrepareForMultiPropertySet() 684 const Reference<XPropertySetInfo> & rPropSetInfo, in _FillMultiPropertySet() argument 689 OSL_ENSURE( rPropSetInfo.is(), "Need property set info." ); in _FillMultiPropertySet() 696 _PrepareForMultiPropertySet(rProperties, rPropSetInfo, rPropMapper, pSpecialContextIds, in _FillMultiPropertySet()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2492 const Reference < XPropertySetInfo > & rPropSetInfo ) in lcl_txtpara_isBoundAsChar() 2496 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar() 2821 const Reference < XPropertySetInfo > & rPropSetInfo, in _exportTextFrame() 2849 if( rPropSetInfo->hasPropertyByName( sChainNextName ) ) in _exportTextFrame() 2877 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame() 2982 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextGraphic() 3079 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic() 3083 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic() 3113 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportTitleAndDescription() 3116 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription() [all …]
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlimppr.hxx | 154 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo, 169 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo, 193 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo,
|
H A D | txtparae.hxx | 270 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo ); 353 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo, 372 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo ); 377 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo ); 392 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo ); 625 …st ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo );
|
H A D | SinglePropertySetInfoCache.hxx | 54 ::com::sun::star::beans::XPropertySetInfo >& rPropSetInfo );
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 422 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextEmbedded() 456 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextEmbedded() 762 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextEmbedded() 764 exportContour( rPropSet, rPropSetInfo ); in _exportTextEmbedded()
|
H A D | xmltexte.hxx | 64 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo );
|
Completed in 42 milliseconds