Lines Matching refs:aElement
78 void SAL_CALL ImplInsertByName( const OUString& aName, const uno::Any& aElement );
86 …virtual void SAL_CALL insertByName( const OUString& aName, const uno::Any& aElement ) throw( lan…
90 …virtual void SAL_CALL replaceByName( const OUString& aName, const uno::Any& aElement ) throw( la…
164 void SAL_CALL SvxUnoMarkerTable::ImplInsertByName( const OUString& aName, const uno::Any& aElement ) in ImplInsertByName() argument
171 aEndMarker.PutValue( aElement ); in ImplInsertByName()
177 aStartMarker.PutValue( aElement ); in ImplInsertByName()
183 void SAL_CALL SvxUnoMarkerTable::insertByName( const OUString& aApiName, const uno::Any& aElement ) in insertByName() argument
194 ImplInsertByName( aName, aElement ); in insertByName()
236 void SAL_CALL SvxUnoMarkerTable::replaceByName( const OUString& aApiName, const uno::Any& aElement ) in replaceByName() argument
257 if( !aEndMarker.PutValue( aElement ) ) in replaceByName()
264 aStartMarker.PutValue( aElement ); in replaceByName()
282 pItem->PutValue( aElement ); in replaceByName()
294 pItem->PutValue( aElement ); in replaceByName()
301 ImplInsertByName( aName, aElement ); in replaceByName()