Home
last modified time | relevance | path

Searched refs:aPathProp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dinsdlg.cxx136 beans::PropertyValue aPathProp; in FillInsertObjects() local
137 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in FillInsertObjects()
138aPathProp.Value <<= ::rtl::OUString::createFromAscii( "/org.openoffice.Office.Embedding/ObjectName… in FillInsertObjects()
139 aArguments[0] <<= aPathProp; in FillInsertObjects()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx135 beans::PropertyValue aPathProp; in GetConfigurationByPath() local
136 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in GetConfigurationByPath()
137 aPathProp.Value <<= aPath; in GetConfigurationByPath()
138 aArgs[0] <<= aPathProp; in GetConfigurationByPath()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx337 beans::PropertyValue aPathProp; in getMimetypeForDocument() local
338 aPathProp.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in getMimetypeForDocument()
339aPathProp.Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( "/org.openoffice.Setup/Office/Factories… in getMimetypeForDocument()
340 aArgs[0] <<= aPathProp; in getMimetypeForDocument()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx1838 beans::PropertyValue aPathProp; in storeTemplate() local
1839 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in storeTemplate()
1840aPathProp.Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/org.openoffice.Setup/Office/Fa… in storeTemplate()
1841 aArgs[0] <<= aPathProp; in storeTemplate()

Completed in 43 milliseconds