Lines Matching refs:Name
162 if ( rPropName.equals( stats[ index ].Name ) ) in getPropertyValue()
183 if ( rPropName.equals( stats[ index ].Name ) ) in setPropertyValue()
294 …virtual void SAL_CALL setName( const ::rtl::OUString& Name ) throw (script::BasicErrorException, u…
322 …virtual void SAL_CALL setName( const ::rtl::OUString& Name ) throw (script::BasicErrorException, u…
662 …fo aPropInfo = DocPropInfo::createDocPropInfo( aProps[ Index ].Name, aProps[ Index ].Name, mpPropG… in getByIndex()
683 *pString = pProp->Name; in getElementNames()
717 void addProp( const ::rtl::OUString& Name, ::sal_Int8 /*Type*/, const uno::Any& Value ) in addProp() argument
722 xContainer->addProperty( Name, attributes, Value ); in addProp()
736 SwVbaCustomDocumentProperties::Add( const ::rtl::OUString& Name, ::sal_Bool LinkToContent, ::sal_In… in Add() argument
743 pCustomProps->addProp( Name, Type, Value ); in Add()
745 xDocProp.set( m_xNameAccess->getByName( Name ), uno::UNO_QUERY_THROW ); in Add()