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.cxx769 … new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByIndex()
810 new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByName()
909 SwXStyle* pNewStyle = 0; in insertByName()
912 pNewStyle = reinterpret_cast< SwXStyle * >( in insertByName()
913 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in insertByName()
978 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName()
979 … sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in replaceByName()
1097 SwXStyle* SwXStyleFamily::_FindStyle(const String& rStyleName)const in _FindStyle()
1104 SwXStyle* pTempStyle = dynamic_cast<SwXStyle*>( pListener ); in _FindStyle()
1239 const uno::Sequence< sal_Int8 > & SwXStyle::getUnoTunnelId() in getUnoTunnelId()
[all …]
H A Dunocoll.cxx455 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance()
459 … 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.lst219 job220=sw.SwXStyle