Searched refs:CustomProperty (Results 1 – 2 of 2) sorted by relevance
86 struct CustomProperty struct91 CustomProperty( const ::rtl::OUString& sName, in CustomProperty() argument95 inline bool operator==( const CustomProperty& rProp ) in operator ==() argument284 CustomProperty* pProp = new CustomProperty( pProps[i].Name, aValue ); in SfxDocumentInfoItem()319 CustomProperty* pProp = new CustomProperty( rItem.m_aCustomProperties[i]->m_sName, in SfxDocumentInfoItem()484 std::vector< CustomProperty* > SfxDocumentInfoItem::GetCustomProperties() const in GetCustomProperties()486 std::vector< CustomProperty* > aRet; in GetCustomProperties()489 CustomProperty* pProp = new CustomProperty( m_aCustomProperties[i]->m_sName, in GetCustomProperties()506 CustomProperty* pProp = new CustomProperty( sName, rValue ); in AddCustomProperty()2467 std::vector< CustomProperty* > aCustomProps = pInfoItem->GetCustomProperties(); in Reset()
51 struct CustomProperty;79 std::vector< CustomProperty* > m_aCustomProperties;154 std::vector< CustomProperty* > GetCustomProperties() const;
Completed in 30 milliseconds