Home
last modified time | relevance | path

Searched refs:SwXStyle (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx978 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName()
1104 SwXStyle* pTempStyle = dynamic_cast<SwXStyle*>( pListener ); in _FindStyle()
1259 TYPEINIT1(SwXStyle, SfxListener);
1337 SwXStyle::SwXStyle( SwDoc *pDoc, SfxStyleFamily eFam, sal_Bool bConditional) : in SwXStyle() function in SwXStyle
1406 SwXStyle::SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, in SwXStyle() function in SwXStyle
1435 SwXStyle::~SwXStyle() in ~SwXStyle()
2449 void SwXStyle::setPropertyValues( in setPropertyValues()
2942 void SwXStyle::setPropertyValue( in setPropertyValue()
2956 uno::Any SwXStyle::getPropertyValue( in getPropertyValue()
3169 void SwXStyle::setPropertyToDefault( in setPropertyToDefault()
[all …]
H A Dunocoll.cxx457 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance()
461 … new SwXStyle( pDoc, eFamily, nObjectType == SW_SERVICE_STYLE_CONDITIONAL_PARAGRAPH_STYLE); in MakeInstance()
/trunk/main/sw/inc/
H A Dunostyle.hxx52 class SwXStyle;
128 SwXStyle* _FindStyle(const String& rStyleName) const;
171 class SwXStyle : public cppu::WeakImplHelper7 class
212SwXStyle(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 …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx102 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 Dxmlfmt.cxx401 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXStyle.java69 public class SwXStyle extends TestCase { class
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst224 job226=sw.SwXStyle

Completed in 87 milliseconds