Searched refs:rPropSetInfo (Results 1 – 8 of 8) sorted by relevance
/trunk/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()
|
/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2496 const Reference < XPropertySetInfo > & rPropSetInfo ) in lcl_txtpara_isBoundAsChar() 2500 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar() 2825 const Reference < XPropertySetInfo > & rPropSetInfo, in _exportTextFrame() 2853 if( rPropSetInfo->hasPropertyByName( sChainNextName ) ) in _exportTextFrame() 2881 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame() 2986 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextGraphic() 3083 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic() 3087 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic() 3117 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportTitleAndDescription() 3120 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription() [all …]
|
/trunk/main/xmloff/inc/xmloff/ |
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 | xmlimppr.hxx | 155 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo, 170 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo, 194 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo,
|
H A D | SinglePropertySetInfoCache.hxx | 54 ::com::sun::star::beans::XPropertySetInfo >& rPropSetInfo );
|
/trunk/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 69 milliseconds