Home
last modified time | relevance | path

Searched refs:lParams (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java110 PropertyValue[] lParams = new PropertyValue[1]; in ConfigHelper() local
111 lParams[0] = new PropertyValue(); in ConfigHelper()
112 lParams[0].Name = "nodepath"; in ConfigHelper()
113 lParams[0].Value = sConfigPath; in ConfigHelper()
119 lParams); in ConfigHelper()
123 lParams); in ConfigHelper()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java159 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway() argument
171 lInParams[0] = lParams; in execOneway()
H A DIOnewayLink.java58 public abstract void execOneway( int nRequest, Vector lParams ); in execOneway() argument
H A DOnewayExecutor.java100 m_lParams = lParams ; in OnewayExecutor()
136 boolean bEncode, Vector[] lParams, in codeFrameAction() argument
141 lParams[0] = new Vector(1); in codeFrameAction()
147 (lParams[0].elementAt(0)); in codeFrameAction()
154 boolean bEncode, Vector[] lParams, in codeStatusChanged() argument
159 lParams[0] = new Vector(1); in codeStatusChanged()
165 (lParams[0].elementAt(0)); in codeStatusChanged()
172 boolean bEncode, Vector[] lParams, in codeAddOrRemoveStatusListener() argument
178 lParams[0] = new Vector(2); in codeAddOrRemoveStatusListener()
185 (lParams[0].elementAt(0)); in codeAddOrRemoveStatusListener()
[all …]
H A DInterceptor.java156 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway() argument
169 lInParams[0] = lParams; in execOneway()
183 lInParams[0] = lParams; in execOneway()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx992 ::comphelper::SequenceAsVector< css::uno::Any > lParams; in impl_createConfigAccess()
998 lParams.push_back(css::uno::makeAny(aParam)); in impl_createConfigAccess()
1005 lParams.push_back(css::uno::makeAny(aParam)); in impl_createConfigAccess()
1010 …ConfigProvider->createInstanceWithArguments(SERVICE_CONFIGURATIONACCESS, lParams.getAsConstList()); in impl_createConfigAccess()
1012 …Provider->createInstanceWithArguments(SERVICE_CONFIGURATIONUPDATEACCESS, lParams.getAsConstList()); in impl_createConfigAccess()
/trunk/main/framework/source/fwi/jobs/
H A Dconfigaccess.cxx156 css::uno::Sequence< css::uno::Any > lParams(1); in open() local
157 lParams[0] <<= aParam; in open()
163 … m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS , lParams); in open()
166 … m_xConfig = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in open()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx688 uno::Sequence < uno::Any > lParams(1); in init() local
692 lParams[0] = uno::makeAny(aParam); in init()
697 lParams) ); in init()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx267 uno::Sequence < uno::Any > lParams(1); in getImagesZipFileURL() local
271 lParams[0] = uno::makeAny(aParam); in getImagesZipFileURL()
276 lParams) ); in getImagesZipFileURL()
H A Dprovider.cxx321 uno::Sequence < uno::Any > lParams(1); in init() local
325 lParams[0] = uno::makeAny(aParam); in init()
330 lParams) ); in init()
/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx153 Sequence< Any > lParams(1); in openConfig() local
162 lParams[0] = makeAny(aParam); in openConfig()
166 … OUString::createFromAscii("com.sun.star.configuration.ConfigurationAccess"), lParams); in openConfig()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java255 com.sun.star.beans.PropertyValue[] lParams = in enableCommands() local
258 lParams[0] = new com.sun.star.beans.PropertyValue(); in enableCommands()
259 lParams[0].Name = new String("nodepath"); in enableCommands()
260 lParams[0].Value = "/org.openoffice.Office.Commands/Execute/Disabled"; in enableCommands()
267 lParams ); in enableCommands()
312 com.sun.star.beans.PropertyValue[] lParams = in disableCommands() local
315 lParams[0] = new com.sun.star.beans.PropertyValue(); in disableCommands()
316 lParams[0].Name = new String("nodepath"); in disableCommands()
317 lParams[0].Value = "/org.openoffice.Office.Commands/Execute/Disabled"; in disableCommands()
324 lParams ); in disableCommands()
/trunk/main/framework/source/inc/pattern/
H A Dconfiguration.hxx140 css::uno::Sequence< css::uno::Any > lParams(c); in openConfig() local
145 lParams[0] <<= aParam; in openConfig()
151 lParams[1] <<= aParam; in openConfig()
155 … xCFG = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGREADACCESS, lParams); in openConfig()
157 … xCFG = xConfigProvider->createInstanceWithArguments(SERVICENAME_CFGUPDATEACCESS, lParams); in openConfig()
/trunk/main/framework/source/dispatch/
H A Doxt_handler.cxx204 css::uno::Sequence< css::uno::Any > lParams(1); in dispatchWithNotification() local
205 lParams[0] <<= aURL.Main; in dispatchWithNotification()
209 xService = m_xFactory->createInstanceWithArguments( sServiceName, lParams ); in dispatchWithNotification()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java45 PropertyValue[] lParams = new PropertyValue[1]; in ConfigHelper() local
46 lParams[0] = new PropertyValue(); in ConfigHelper()
47 lParams[0].Name = "nodepath"; in ConfigHelper()
48 lParams[0].Value = sConfigPath; in ConfigHelper()
53 …xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", lParams); in ConfigHelper()
57 …gRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", lParams); in ConfigHelper()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java804 PropertyValue[] lParams = new PropertyValue[2]; in openConfig() local
805 lParams[0] = new PropertyValue(); in openConfig()
806 lParams[0].Name = "nodepath"; in openConfig()
807 lParams[0].Value = sConfigPath; in openConfig()
809 lParams[1] = new PropertyValue(); in openConfig()
810 lParams[1].Name = "locale"; in openConfig()
811 lParams[1].Value = "*"; in openConfig()
816 …xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", lParams); in openConfig()
820 …gRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", lParams); in openConfig()
/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx75 vector<Any> lParams; in openConfig() local
81 lParams.push_back(makeAny(aParam)); in openConfig()
88 lParams.push_back(makeAny(aParam)); in openConfig()
95 lParams.push_back(makeAny(aParam)); in openConfig()
104 sequenceFromVector(lParams)); in openConfig()
108 sequenceFromVector(lParams)); in openConfig()
/trunk/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx53 ::comphelper::SequenceAsVector< css::uno::Any > lParams; in openConfig()
59 lParams.push_back(css::uno::makeAny(aParam)); in openConfig()
66 lParams.push_back(css::uno::makeAny(aParam)); in openConfig()
73 lParams.push_back(css::uno::makeAny(aParam)); in openConfig()
82 lParams.getAsConstList()); in openConfig()
86 lParams.getAsConstList()); in openConfig()

Completed in 119 milliseconds