/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | OnewayExecutor.java | 100 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 D | Interceptor.java | 156 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway() argument 169 lInParams[0] = lParams; in execOneway() 183 lInParams[0] = lParams; in execOneway()
|
H A D | StatusListener.java | 159 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway() argument 171 lInParams[0] = lParams; in execOneway()
|
H A D | IOnewayLink.java | 58 public abstract void execOneway( int nRequest, Vector lParams ); in execOneway() argument
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/ |
H A D | DisableCommandsTest.java | 255 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()
|
/aoo42x/main/framework/qa/complex/framework/autosave/ |
H A D | ConfigHelper.java | 45 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()
|
/aoo42x/main/extensions/source/oooimprovement/ |
H A D | myconfigurationhelper.cxx | 75 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()
|
/aoo42x/main/framework/source/inc/pattern/ |
H A D | configuration.hxx | 140 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()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | configurationhelper.cxx | 53 ::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()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | ConfigHelper.java | 110 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()
|
/aoo42x/main/framework/qa/complex/accelerators/ |
H A D | AcceleratorsConfigurationTest.java | 804 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()
|
/aoo42x/main/framework/source/fwi/jobs/ |
H A D | configaccess.cxx | 156 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()
|
/aoo42x/main/framework/source/dispatch/ |
H A D | oxt_handler.cxx | 204 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()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 321 uno::Sequence < uno::Any > lParams(1); in init() local 325 lParams[0] = uno::makeAny(aParam); in init() 330 lParams) ); in init()
|
H A D | databases.cxx | 267 uno::Sequence < uno::Any > lParams(1); in getImagesZipFileURL() local 271 lParams[0] = uno::makeAny(aParam); in getImagesZipFileURL() 276 lParams) ); in getImagesZipFileURL()
|
/aoo42x/main/svtools/source/filter/ |
H A D | FilterConfigCache.cxx | 153 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()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 992 ::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()
|
/aoo42x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 688 uno::Sequence < uno::Any > lParams(1); in init() local 692 lParams[0] = uno::makeAny(aParam); in init() 697 lParams) ); in init()
|