Lines Matching refs:OUString
68 using ::rtl::OUString;
76 typedef std::map< OUString, sal_Int32 > CellStyleNameMap;
86 virtual OUString SAL_CALL getImplementationName() throw(RuntimeException);
87 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
88 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
93 virtual OUString SAL_CALL getParentStyle() throw (RuntimeException);
94 …virtual void SAL_CALL setParentStyle( const OUString& aParentStyle ) throw (NoSuchElementException…
97 virtual OUString SAL_CALL getName() throw (RuntimeException);
98 virtual void SAL_CALL setName( const OUString& aName ) throw (RuntimeException);
101 …virtual Any SAL_CALL getByName( const OUString& aName ) throw(NoSuchElementException, WrappedTarge…
102 virtual Sequence< OUString > SAL_CALL getElementNames() throw(RuntimeException);
103 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
114 …virtual void SAL_CALL replaceByName( const OUString& aName, const Any& aElement ) throw(IllegalArg…
131 OUString msName;
141 virtual OUString SAL_CALL getImplementationName() throw(RuntimeException);
142 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
143 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
146 virtual OUString SAL_CALL getName( ) throw (RuntimeException);
147 virtual void SAL_CALL setName( const OUString& aName ) throw (RuntimeException);
150 …virtual Any SAL_CALL getByName( const OUString& aName ) throw(NoSuchElementException, WrappedTarge…
151 virtual Sequence< OUString > SAL_CALL getElementNames() throw(RuntimeException);
152 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
163 …virtual void SAL_CALL insertByName( const OUString& aName, const Any& aElement ) throw(IllegalArgu…
164 …virtual void SAL_CALL removeByName( const OUString& Name ) throw(NoSuchElementException, WrappedTa…
167 …virtual void SAL_CALL replaceByName( const OUString& aName, const Any& aElement ) throw(IllegalArg…
180 …virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw (…
181 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
182 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference<XP…
183 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference…
184 …virtual void SAL_CALL addVetoableChangeListener(const OUString& PropertyName, const Reference<XVet…
185 …virtual void SAL_CALL removeVetoableChangeListener(const OUString& PropertyName,const Reference<XV…
205 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "first-row" ) ) ] = first_row_style; in getCellStyleNameMap()
206 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "last-row" ) ) ] = last_row_style; in getCellStyleNameMap()
207 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "first-column" ) ) ] = first_column_style; in getCellStyleNameMap()
208 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "last-column" ) ) ] = last_column_style; in getCellStyleNameMap()
209 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "body" ) ) ] = body_style; in getCellStyleNameMap()
210 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "even-rows" ) ) ] = even_rows_style; in getCellStyleNameMap()
211 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-rows" ) ) ] = odd_rows_style; in getCellStyleNameMap()
212 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "even-columns" ) ) ] = even_columns_style; in getCellStyleNameMap()
213 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-columns" ) ) ] = odd_columns_style; in getCellStyleNameMap()
214 aNewMap[ OUString( RTL_CONSTASCII_USTRINGPARAM( "background" ) ) ] = background_style; in getCellStyleNameMap()
225 OUString SAL_CALL TableDesignStyle::getImplementationName() throw(RuntimeException) in getImplementationName()
227 return OUString( RTL_CONSTASCII_USTRINGPARAM("TableDesignStyle") ); in getImplementationName()
232 sal_Bool SAL_CALL TableDesignStyle::supportsService( const OUString& ServiceName ) throw(RuntimeExc… in supportsService()
239 Sequence< OUString > SAL_CALL TableDesignStyle::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
241 OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.style.Style") ); in getSupportedServiceNames()
242 Sequence< OUString > aSeq( &aServiceName, 1 ); in getSupportedServiceNames()
279 OUString SAL_CALL TableDesignStyle::getParentStyle() throw (RuntimeException) in getParentStyle()
281 return OUString(); in getParentStyle()
286 void SAL_CALL TableDesignStyle::setParentStyle( const OUString& ) throw (NoSuchElementException, Ru… in setParentStyle() argument
294 OUString SAL_CALL TableDesignStyle::getName() throw (RuntimeException) in getName()
301 void SAL_CALL TableDesignStyle::setName( const OUString& rName ) throw (RuntimeException) in setName()
310 Any SAL_CALL TableDesignStyle::getByName( const OUString& rName ) throw(NoSuchElementException, Wra… in getByName()
325 Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeException) in getElementNames()
330 Sequence< OUString > aRet( rMap.size() ); in getElementNames()
331 OUString* pName = aRet.getArray(); in getElementNames()
342 sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException) in hasByName()
393 void SAL_CALL TableDesignStyle::replaceByName( const OUString& rName, const Any& aElement ) throw(I… in replaceByName()
503 OUString SAL_CALL TableDesignFamily::getImplementationName() throw(RuntimeException) in getImplementationName()
505 return OUString( RTL_CONSTASCII_USTRINGPARAM("TableDesignFamily") ); in getImplementationName()
510 sal_Bool SAL_CALL TableDesignFamily::supportsService( const OUString& ServiceName ) throw(RuntimeEx… in supportsService()
517 Sequence< OUString > SAL_CALL TableDesignFamily::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
519 OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.style.StyleFamily") ); in getSupportedServiceNames()
520 Sequence< OUString > aSeq( &aServiceName, 1 ); in getSupportedServiceNames()
528 OUString SAL_CALL TableDesignFamily::getName() throw (RuntimeException) in getName()
530 return OUString( RTL_CONSTASCII_USTRINGPARAM( "table" ) ); in getName()
535 void SAL_CALL TableDesignFamily::setName( const OUString& ) throw (RuntimeException) in setName() argument
543 Any SAL_CALL TableDesignFamily::getByName( const OUString& rName ) throw(NoSuchElementException, Wr… in getByName()
558 Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(RuntimeException) in getElementNames()
562 Sequence< OUString > aRet( maDesigns.size() ); in getElementNames()
563 OUString* pNames = aRet.getArray(); in getElementNames()
573 sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException) in hasByName()
629 void SAL_CALL TableDesignFamily::insertByName( const OUString& rName, const Any& rElement ) throw(I… in insertByName()
647 void SAL_CALL TableDesignFamily::removeByName( const OUString& rName ) throw(NoSuchElementException… in removeByName()
668 void SAL_CALL TableDesignFamily::replaceByName( const OUString& rName, const Any& aElement ) throw(… in replaceByName()
748 void TableDesignFamily::setPropertyValue( const OUString& , const Any& ) throw (UnknownPropertyExc… in setPropertyValue() argument
755 Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcep… in getPropertyValue()
759 OUString sDisplayName( SVX_RESSTR( RID_SVXSTR_STYLEFAMILY_TABLEDESIGN ) ); in getPropertyValue()
764 …throw UnknownPropertyException( OUString( RTL_CONSTASCII_USTRINGPARAM("unknown property: ") ) + Pr… in getPropertyValue()
770 void TableDesignFamily::addPropertyChangeListener( const OUString& , const Reference<XPropertyChang… in addPropertyChangeListener() argument
777 void TableDesignFamily::removePropertyChangeListener( const OUString& , const Reference<XPropertyCh… in removePropertyChangeListener() argument
784 void TableDesignFamily::addVetoableChangeListener( const OUString& , const Reference<XVetoableChang… in addVetoableChangeListener() argument
791 void TableDesignFamily::removeVetoableChangeListener( const OUString& , const Reference<XVetoableCh… in removeVetoableChangeListener() argument