Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dstyle.cxx1336 SfxUnoStyleSheet::SfxUnoStyleSheet( const UniString& _rName, const SfxStyleSheetBasePool& _rPool, S… in SfxUnoStyleSheet() function in SfxUnoStyleSheet
1342 SfxUnoStyleSheet::SfxUnoStyleSheet( const SfxStyleSheet& _rSheet ) in SfxUnoStyleSheet() function in SfxUnoStyleSheet
1349 SfxUnoStyleSheet* SfxUnoStyleSheet::getUnoStyleSheet( const ::com::sun::star::uno::Reference< ::com… in getUnoStyleSheet()
1351 SfxUnoStyleSheet* pRet = dynamic_cast< SfxUnoStyleSheet* >( xStyle.get() ); in getUnoStyleSheet()
1356 …pRet = reinterpret_cast<SfxUnoStyleSheet*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( Sf… in getUnoStyleSheet()
1365 ::sal_Int64 SAL_CALL SfxUnoStyleSheet::getSomething( const ::com::sun::star::uno::Sequence< ::sal_I… in getSomething()
1379 const ::com::sun::star::uno::Sequence< ::sal_Int8 >& SfxUnoStyleSheet::getIdentifier() in getIdentifier()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx370 class SVL_DLLPUBLIC SfxUnoStyleSheet : public ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com:… class
373SfxUnoStyleSheet( const UniString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eF…
374 SfxUnoStyleSheet( const SfxStyleSheet& _rSheet );
376 …static SfxUnoStyleSheet* getUnoStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::sta…
382 SfxUnoStyleSheet(); // not implemented
/trunk/main/svx/source/table/
H A Dcell.cxx1020 SfxUnoStyleSheet* pStyle = SfxUnoStyleSheet::getUnoStyleSheet(xStyle); in setPropertyValue()
1164 return Any( Reference< XStyle >( dynamic_cast< SfxUnoStyleSheet* >( GetStyleSheet() ) ) ); in getPropertyValue()
H A Dsvdotable.cxx444 SfxUnoStyleSheet* pStyle = SfxUnoStyleSheet::getUnoStyleSheet(xStyle); in ApplyCellStyles()
/trunk/main/sd/inc/
H A Dstlsheet.hxx48 typedef cppu::ImplInheritanceHelper5< SfxUnoStyleSheet,
/trunk/main/sd/source/core/
H A Dstlfamily.cxx245 return Any( Reference< XStyle >( static_cast<SfxUnoStyleSheet*>(GetSheetByName( rName )) ) ); in getByName()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1083 SfxStyleSheet* pStyleSheet = SfxUnoStyleSheet::getUnoStyleSheet( xStyle ); in SetStyleSheet()
1117 return Any( uno::Reference< style::XStyle >( dynamic_cast< SfxUnoStyleSheet* >( pStyleSheet ) ) ); in GetStyleSheet()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx650 SfxStyleSheet* pStyleSheet = SfxUnoStyleSheet::getUnoStyleSheet( xStyle ); in CellInfo()

Completed in 84 milliseconds