Searched refs:aPathProp (Results 1 – 4 of 4) sorted by relevance
136 beans::PropertyValue aPathProp; in FillInsertObjects() local137 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in FillInsertObjects()138 …aPathProp.Value <<= ::rtl::OUString::createFromAscii( "/org.openoffice.Office.Embedding/ObjectName… in FillInsertObjects()139 aArguments[0] <<= aPathProp; in FillInsertObjects()
135 beans::PropertyValue aPathProp; in GetConfigurationByPath() local136 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in GetConfigurationByPath()137 aPathProp.Value <<= aPath; in GetConfigurationByPath()138 aArgs[0] <<= aPathProp; in GetConfigurationByPath()
337 beans::PropertyValue aPathProp; in getMimetypeForDocument() local338 aPathProp.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in getMimetypeForDocument()339 …aPathProp.Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( "/org.openoffice.Setup/Office/Factories… in getMimetypeForDocument()340 aArgs[0] <<= aPathProp; in getMimetypeForDocument()
1838 beans::PropertyValue aPathProp; in storeTemplate() local1839 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in storeTemplate()1840 …aPathProp.Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/org.openoffice.Setup/Office/Fa… in storeTemplate()1841 aArgs[0] <<= aPathProp; in storeTemplate()
Completed in 94 milliseconds