Searched refs:SwXStyle (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 801 … new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByIndex() 842 new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByName() 941 SwXStyle* pNewStyle = 0; in insertByName() 944 pNewStyle = reinterpret_cast< SwXStyle * >( in insertByName() 945 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in insertByName() 1010 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName() 1011 … sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in replaceByName() 1129 SwXStyle* SwXStyleFamily::_FindStyle(const String& rStyleName)const in _FindStyle() 1136 SwXStyle* pTempStyle = dynamic_cast<SwXStyle*>( pListener ); in _FindStyle() 1271 const uno::Sequence< sal_Int8 > & SwXStyle::getUnoTunnelId() in getUnoTunnelId() [all …]
|
| H A D | unocoll.cxx | 457 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance() 461 … new SwXStyle( pDoc, eFamily, nObjectType == SW_SERVICE_STYLE_CONDITIONAL_PARAGRAPH_STYLE); in MakeInstance()
|
| /AOO41X/main/sw/inc/ |
| H A D | unostyle.hxx | 52 class SwXStyle; 128 SwXStyle* _FindStyle(const String& rStyleName) const; 171 class SwXStyle : public cppu::WeakImplHelper7 class 212 …SwXStyle(SwDoc* pDoc, SfxStyleFamily eFam = SFX_STYLE_FAMILY_PARA, sal_Bool bConditional = sal_Fal… 213 SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, 217 ~SwXStyle(); 290 class SwXFrameStyle : public SwXStyle, 297 SwXStyle(rPool, SFX_STYLE_FAMILY_FRAME, pDoc, rStyleName){} in SwXFrameStyle() 301 virtual void SAL_CALL acquire( ) throw(){SwXStyle::acquire();} in acquire() 302 virtual void SAL_CALL release( ) throw(){SwXStyle::release();} in release() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltexte.cxx | 102 const SwXStyle* pStyle = 0; in exportStyleContent() 106 pStyle = reinterpret_cast< SwXStyle * >( in exportStyleContent() 107 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId() ))); in exportStyleContent()
|
| H A D | xmlfmt.cxx | 401 const SwXStyle* pStyle = 0; in Finish() 405 pStyle = reinterpret_cast< SwXStyle * >( in Finish() 406 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId() ))); in Finish()
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sw/ |
| H A D | SwXStyle.java | 69 public class SwXStyle extends TestCase { class
|
| /AOO41X/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 224 job226=sw.SwXStyle
|