Searched refs:aStandardHelper (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbadocumentproperties.cxx | 244 …boost::shared_ptr< PropertGetSetHelper > aStandardHelper( new BuiltinPropertyGetSetHelper( xModel … in BuiltInIndexHelper() local 247 …nProperty::wdPropertyTitle ] = DocPropInfo::createDocPropInfo( "Title", "Title", aStandardHelper ); in BuiltInIndexHelper() 248 …rty::wdPropertySubject ] = DocPropInfo::createDocPropInfo( "Subject", "Subject", aStandardHelper ); in BuiltInIndexHelper() 249 …operty::wdPropertyAuthor ] = DocPropInfo::createDocPropInfo( "Author", "Author", aStandardHelper ); in BuiltInIndexHelper() 250 …::wdPropertyKeywords ] = DocPropInfo::createDocPropInfo( "Keywords", "Keywords", aStandardHelper ); in BuiltInIndexHelper() 251 …dPropertyComments ] = DocPropInfo::createDocPropInfo( "Comments", "Description", aStandardHelper ); in BuiltInIndexHelper() 252 …::wdPropertyTemplate ] = DocPropInfo::createDocPropInfo( "Template", "Template", aStandardHelper ); in BuiltInIndexHelper() 253 …hor ] = DocPropInfo::createDocPropInfo( "Last author", "ModifiedBy", aStandardHelper ); // doesn't… in BuiltInIndexHelper() 254 … DocPropInfo::createDocPropInfo( "Revision number", "EditingCycles", aStandardHelper ); // doesn't… in BuiltInIndexHelper() 255 …] = DocPropInfo::createDocPropInfo( "Application name", "Generator", aStandardHelper ); // doesn't… in BuiltInIndexHelper() [all …]
|