Searched refs:aParentStyle (Results 1 – 8 of 8) sorted by relevance
289 OUString aParentStyle( xStyle->getParentStyle() ); in exportStyle() local290 if ( aParentStyle.getLength() == 0 || in exportStyle()291 !xStyles->hasByName( aParentStyle ) ) in exportStyle()297 xPropState = Reference< XPropertyState >( xStyles->getByName( aParentStyle ), UNO_QUERY ); in exportStyle()
1411 OUString aParentStyle( xStyle->getParentStyle() ); in lcl_HasListStyle() local1412 if ( aParentStyle.getLength() > 0 ) in lcl_HasListStyle()1414 aParentStyle = in lcl_HasListStyle()1416 aParentStyle ); in lcl_HasListStyle()1418 if ( aParentStyle.getLength() == 0 || in lcl_HasListStyle()1419 !xParaStyles->hasByName( aParentStyle ) ) in lcl_HasListStyle()1427 xParaStyles->getByName( aParentStyle ), in lcl_HasListStyle()
69 void setParentStyle( [in] string aParentStyle )
98 …virtual void SAL_CALL setParentStyle( const ::rtl::OUString& aParentStyle ) throw(::com::sun::star…
94 …virtual void SAL_CALL setParentStyle( const OUString& aParentStyle ) throw (NoSuchElementException…
261 virtual void SAL_CALL setParentStyle( const ::rtl::OUString& aParentStyle )
234 …virtual void SAL_CALL setParentStyle(const rtl::OUString& aParentStyle) throw( ::com::sun::star::c…
278 …void SAL_CALL setParentStyle( const ::rtl::OUString& aParentStyle ) throw (container::NoSuchElemen…
Completed in 54 milliseconds