Home
last modified time | relevance | path

Searched refs:mxInfo (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/table/
H A Dpropertyset.cxx130 : mxInfo( xInfo ) in FastPropertySet()
146 return Reference< XPropertySetInfo >( mxInfo.get() ); in getPropertySetInfo()
153 setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue ); in setPropertyValue()
160 return getFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle ); in getPropertyValue()
201 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in setPropertyValues()
224 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in getPropertyValues()
H A Dpropertyset.hxx100 rtl::Reference< FastPropertySetInfo > mxInfo; member in comphelper::FastPropertySet
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx181 uno::Reference< XStandaloneDocumentInfo > mxInfo; member in SfxDocTplService_Impl
456 mxInfo = uno::Reference< XStandaloneDocumentInfo > ( in DECLARE_LIST()
641 if ( mxInfo.is() ) in setTitleForURL()
645 mxInfo->loadFromURL( rURL ); in setTitleForURL()
646 uno::Reference< XPropertySet > xPropSet( mxInfo, UNO_QUERY_THROW ); in setTitleForURL()
649 mxInfo->storeIntoURL( rURL ); in setTitleForURL()
665 if ( mxInfo.is() ) in getTitleFromURL()
669 mxInfo->loadFromURL( rURL ); in getTitleFromURL()
679 uno::Reference< XPropertySet > aPropSet( mxInfo, UNO_QUERY ); in getTitleFromURL()
H A Ddoctempl.cxx224 uno::Reference< XPersist > mxInfo; member in SfxDocTemplate_Impl
2435 mxInfo = xInfo; in Construct()
2638 if ( mxInfo.is() ) in GetTitleFromURL()
2642 mxInfo->read( rURL ); in GetTitleFromURL()
2653 uno::Reference< XPropertySet > aPropSet( mxInfo, UNO_QUERY ); in GetTitleFromURL()
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx45 , mxInfo ( pInfo ) in ChainablePropertySet()
58 return mxInfo; in getPropertySetInfo()
H A DMasterPropertySet.cxx86 , mxInfo ( pInfo ) in MasterPropertySet()
116 return mxInfo; in getPropertySetInfo()
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySet.hxx76 ::com::sun::star::uno::Reference < com::sun::star::beans::XPropertySetInfo > mxInfo;
H A DMasterPropertySet.hxx73 ::com::sun::star::uno::Reference < com::sun::star::beans::XPropertySetInfo > mxInfo;

Completed in 106 milliseconds