Searched refs:SwXStyle (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 941 SwXStyle* pNewStyle = 0; in insertByName() 1010 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName() 1136 SwXStyle* pTempStyle = dynamic_cast<SwXStyle*>( pListener ); in _FindStyle() 1291 TYPEINIT1(SwXStyle, SfxListener); 1369 SwXStyle::SwXStyle( SwDoc *pDoc, SfxStyleFamily eFam, sal_Bool bConditional) : in SwXStyle() function in SwXStyle 1438 SwXStyle::SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, in SwXStyle() function in SwXStyle 1467 SwXStyle::~SwXStyle() in ~SwXStyle() 2287 void SwXStyle::setPropertyValues( in setPropertyValues() 2629 void SwXStyle::addPropertiesChangeListener( in addPropertiesChangeListener() 2646 void SwXStyle::firePropertiesChangeEvent( in firePropertiesChangeEvent() [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
|
Completed in 63 milliseconds