Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx196 if ( wsLanguage == L"ar" ) in LocaleSetToLCID()
200 if ( wsCountry == L"SA" ) in LocaleSetToLCID()
239 else if ( wsLanguage == L"zh" ) in LocaleSetToLCID()
242 if ( wsCountry == L"TW" ) in LocaleSetToLCID()
262 if ( wsCountry == L"DE" ) in LocaleSetToLCID()
280 if ( wsCountry == L"US" ) in LocaleSetToLCID()
314 if ( wsCountry == L"MX" ) in LocaleSetToLCID()
360 if ( wsCountry == L"FR" ) in LocaleSetToLCID()
384 if ( wsCountry == L"IT" ) in LocaleSetToLCID()
396 if ( wsCountry == L"KR" ) in LocaleSetToLCID()
[all …]
H A Dfileextensions.cxx42 { ".sxw", L".sxw", "soffice.StarWriterDocument.6" },
43 { ".sxc", L".sxc", "soffice.StarCalcDocument.6" },
44 { ".sxi", L".sxi", "soffice.StarImpressDocument.6" },
45 { ".sxd", L".sxd", "soffice.StarDrawDocument.6" },
46 { ".sxm", L".sxm", "soffice.StarMathDocument.6" },
47 { ".stw", L".stw", "soffice.StarWriterTemplate.6" },
48 { ".sxg", L".sxg", "soffice.StarWriterGlobalDocument.6" },
49 { ".std", L".std", "soffice.StarDrawTemplate.6" },
50 { ".sti", L".sti", "soffice.StarImpressTemplate.6" },
51 { ".stc", L".stc", "soffice.StarCalcTemplate.6" },
[all …]
/trunk/main/sc/workben/
H A Daddin.cxx75 UString aImpl = L"/"; in component_writeInfo()
169 if ( aProgrammaticName == L"countParams" ) aRet = L"ParamAnzahl"; in getDisplayFunctionName()
170 else if ( aProgrammaticName == L"addOne" ) aRet = L"PlusEins"; in getDisplayFunctionName()
171 else if ( aProgrammaticName == L"repeatStr" ) aRet = L"WiederholeString"; in getDisplayFunctionName()
172 else if ( aProgrammaticName == L"getDateString" ) aRet = L"Datumsstring"; in getDisplayFunctionName()
173 else if ( aProgrammaticName == L"getColorValue" ) aRet = L"Farbwert"; in getDisplayFunctionName()
174 else if ( aProgrammaticName == L"transpose" ) aRet = L"Transponieren"; in getDisplayFunctionName()
176 else if ( aProgrammaticName == L"repeatMultiple" )aRet = L"Mehrfach"; in getDisplayFunctionName()
178 else if ( aProgrammaticName == L"callAsync" ) aRet = L"Asynchron"; in getDisplayFunctionName()
315 else if ( aProgrammaticFunctionName == L"repeatStr" ) aRet = L"Text"; in getProgrammaticCategoryName()
[all …]
H A Dtest.cxx348 xText->setText(L"bla fasel"); in lcl_SetText()
460 xPos->setText(L"ubb"); in lcl_Annotations()
466 xPos->setText(L"dumdi"); in lcl_Annotations()
503 xText->setText(L"bla"); in lcl_Cursor()
522 xText->setText(L"fasel"); in lcl_Cursor()
1252 xColl->addScenario( aRanges, L"bla", L"bla blubb" ); in lcl_Scenario()
1328 xDB->setName( L"gaga" ); in lcl_DBRange()
1396 xPos->setText(L"x"); in lcl_CellAttrib()
1435 xFamily->removeStyle( L"rot" ); in lcl_Styles()
1500 xNamed->setName(L"zzz"); in lcl_AutoForm()
[all …]
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx380 inv->setValue(OUString(L"prpBool"), inBool); in doPropertyTest()
381 outBool = inv->getValue(OUString(L"prpBool")); in doPropertyTest()
384 inv->setValue(OUString(L"prpByte"), inByte); in doPropertyTest()
388 inv->setValue(OUString(L"prpShort"), inShort); in doPropertyTest()
394 outLong = inv->getValue(OUString(L"prpLong")); in doPropertyTest()
401 inv->setValue(OUString(L"prpFloat"), inFloat); in doPropertyTest()
408 inVariant <<= OUString(L"A string in an any"); in doPropertyTest()
427 inv->setValue(OUString(L"prpDate"), inDate); in doPropertyTest()
923 OUString arStr[]= {L"string0", L"string1", L"string2"}; in doSimpleSequenceTest()
1225 OUString str_1(L" this is clientTest.exe"); in doTest()
[all …]
/trunk/main/pyuno/zipcore/
H A Dpython.cxx45 *buffer++ = L'"'; in encode()
72 *buffer++ = L'"'; in encode()
110 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib"));
119 L"python-core-" MY_PYVERSION L"\\lib\\site-packages"));
152 L"python-core-" MY_PYVERSION L"\\bin\\python.bin"));
155 L"python-core-" MY_PYVERSION L"\\bin\\python.exe"));
191 *cp = L'\0';
198 orig = L"";
211 wsprintfW(value, L"%s%s%s", path, n == 0 ? L"" : L";", orig);
244 n == 0 ? L"" : L";", orig);
[all …]
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx61 #define TABLE_NAME L"Reg64"
62 #define INSTALLLOCATION L"[INSTALLLOCATION]"
201 bResult = UnicodeEquals( pVal , L"1" ); in IsInstallForAllUsers()
359 OutputDebugStringFormat(L"Root:" ); in DoRegEntries()
389 OutputDebugStringFormat(L"HKEY_USERS" ); in DoRegEntries()
396 OutputDebugStringFormat(L"Key:"); in DoRegEntries()
398 OutputDebugStringFormat(L"Name:"); in DoRegEntries()
400 OutputDebugStringFormat(L"Value:"); in DoRegEntries()
402 OutputDebugStringFormat(L"Component:"); in DoRegEntries()
450 OutputDebugStringFormat(L"Do something\n" ); in Reg64()
[all …]
/trunk/main/shell/inc/internal/
H A Dconfig.hxx51 #define EMPTY_STRING L""
52 #define SPACE L" "
53 #define LF L"\n"
54 #define META_INFO_TITLE L"title"
56 #define META_INFO_SUBJECT L"subject"
57 #define META_INFO_KEYWORDS L"keywords"
58 #define META_INFO_KEYWORD L"keyword"
69 #define META_INFO_ROWS L"row-count"
72 #define META_INFO_MODIFIED L"date"
76 #define META_INFO_LANGUAGE L"language"
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx284 wc.getArray()[i] = L'c'; in testSimple()
460 if( L"long" == aPropertyName ) { in setPropertyValue()
469 else if( L"bool" == aPropertyName ) { in setPropertyValue()
472 else if( L"byte" == aPropertyName ) { in setPropertyValue()
475 else if( L"char" == aPropertyName ) { in setPropertyValue()
505 if( L"long" == aPropertyName ) { in getPropertyValue()
514 else if( L"bool" == aPropertyName ) { in getPropertyValue()
517 else if( L"byte" == aPropertyName ) { in getPropertyValue()
520 else if( L"char" == aPropertyName ) { in getPropertyValue()
940 any.setString( L"hi du !" ); in testObject()
[all …]
/trunk/main/extensions/source/activex/main/
H A DSOActiveX.cpp430 L"createInstance", in GetUrlStruct()
489 L"Y", in CreateFrameOldWay()
490 L"Width", in CreateFrameOldWay()
491 L"Height" }; in CreateFrameOldWay()
506 L"ParentIndex", in CreateFrameOldWay()
507 L"Parent", in CreateFrameOldWay()
508 L"Bounds", in CreateFrameOldWay()
638 OLECHAR* sPropMemberNames[2] = { L"Name", L"Value" }; in CallLoadComponentFromURL1PBool()
676 L"queryDispatch", in CallDispatchMethod()
689 OLECHAR* sPropMemberNames[2] = { L"Name", L"Value" }; in CallDispatchMethod()
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/Test/
H A DTest.cpp74 CComVariant param( L"oletest.OleTest"); in doTest()
82 hr= spUnk.CoCreateInstance(L"XCallback_Impl.Callback"); in doTest()
96 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
99 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
102 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
105 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
108 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
111 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
114 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
117 hr= oletest.Invoke2(L"testInterface", &param1, &param2); in doTest()
[all …]
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx158 if( L"TestValue" == PropertyName ) { in setValue()
185 if( L"printTestValue" == Name ) { in hasMethod()
200 if( L"TestValue" == Name ) { in hasProperty()
368 L" return 42\n"); in getModuleSource()
430 xEngine->run( L"nIntTest = 5\n" in main()
456 xEngine->run( L"def foo():\n" in main()
530 xEngine->runAsync( L"pass\n" in main()
544 xEngine->runAsync( L"pass\n" in main()
566 xEngine->run( L"import math\n" in main()
579 L"y = stardiv.inout(5)\n" in main()
[all …]
/trunk/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx102 CComVariant _variant[]= {L"variant 1", L"variant2", L"variant3"};
103 wchar_t _wchar[]= {L'1', L'2', L'3', L'A', L' '};
104 BSTR _bstr[]={L"Ich", L"bin", L"ein", L"Hamburger", L"Jung"};
132 OUString(L"oletest.OleTest"), xContext); in doTest()
193 LPOLESTR method= L"methodByte"; in doTest()
209 LPOLESTR method2= L"MEthodByte"; in doTest()
218 LPOLESTR attrib= L"AttrByte"; in doTest()
248 FONTDESC fd={ sizeof( fd), L"ARIAL", 10, FW_NORMAL, 0, 0, 0, 0}; in doTest()
384 outDisp.GetPropertyByName(L"AttrAny2", &varAttr3); in doTest()
413 _params3[1]= CComBSTR(L" In string"); in doTest()
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccActionBase.cpp340 {MODIFIER_CTRL, L"CTRL" }, in getOLECHARFromKeyCode()
341 {MODIFIER_ALT, L"ALT" }, in getOLECHARFromKeyCode()
355 { KEYCODE_DOWN, L"DOWN" }, in getOLECHARFromKeyCode()
356 { KEYCODE_UP, L"UP" }, in getOLECHARFromKeyCode()
357 { KEYCODE_LEFT, L"LEFT" }, in getOLECHARFromKeyCode()
359 { KEYCODE_HOME, L"HOME" }, in getOLECHARFromKeyCode()
360 { KEYCODE_END, L"END" }, in getOLECHARFromKeyCode()
365 { KEYCODE_TAB, L"TAB" }, in getOLECHARFromKeyCode()
370 { KEYCODE_ADD, L"ADD" }, in getOLECHARFromKeyCode()
376 { KEYCODE_LESS, L"LESS" }, in getOLECHARFromKeyCode()
[all …]
H A DAccEditableText.cpp270 if(ouName.compareTo(L"CharBackColor") == 0 || in get_AnyFromOLECHAR()
271 ouName.compareTo(L"CharColor") == 0 || in get_AnyFromOLECHAR()
272 ouName.compareTo(L"ParaAdjust") == 0 || in get_AnyFromOLECHAR()
278 ouName.compareTo(L"CharFontPitch") == 0) in get_AnyFromOLECHAR()
286 ouName.compareTo(L"CharContoured") == 0) in get_AnyFromOLECHAR()
301 else if(ouName.compareTo(L"CharHeight") == 0 || in get_AnyFromOLECHAR()
302 ouName.compareTo(L"CharWeight") == 0) in get_AnyFromOLECHAR()
308 else if(ouName.compareTo(L"CharFontName") == 0) in get_AnyFromOLECHAR()
313 else if(ouName.compareTo(L"CharPosture") == 0) in get_AnyFromOLECHAR()
319 else if(ouName.compareTo(L"ParaTabStops") == 0) in get_AnyFromOLECHAR()
[all …]
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp289 L"createInstance", in GetUrlStruct()
322 L"Y", in CreateFrameOldWay()
323 L"Width", in CreateFrameOldWay()
324 L"Height" }; in CreateFrameOldWay()
338 L"WindowServiceName", in CreateFrameOldWay()
339 L"ParentIndex", in CreateFrameOldWay()
340 L"Parent", in CreateFrameOldWay()
341 L"Bounds", in CreateFrameOldWay()
342 L"WindowAttributes" }; in CreateFrameOldWay()
423 L"queryDispatch", in CallDispatch1PBool()
[all …]
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx585 pList->addAttribute( L"Arg1" , L"CDATA" , L"bla\n u" ); in testSimple()
586 pList->addAttribute( L"Arg2" , L"CDATA" , L"blub" ); in testSimple()
589 r->ignorableWhitespace( L"" ); in testSimple()
591 r->characters( L"huhu" ); in testSimple()
598 r->characters( L"&#252;" ); in testSimple()
614 r->characters( L">fsfsdf<" ); in testSimple()
628 r->endElement( L"hi" ); in testSimple()
631 r->endElement( L"tag1" ); in testSimple()
682 r->endElement( L"hi" ); in testExceptions()
708 r->endElement( L"huhu" ); in testDTD()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx70 const std::wstring HTML_EDIT = L"HTML Edit";
80 FORWARD_KEY_PREFIX(L"OpenOffice"), in Registrar()
81 DEFAULT_VALUE_NAME(L""), in Registrar()
82 BACKUP_VALUE_NAME(L"Backup"), in Registrar()
84 REGISTRATION_STATE(L"Reg4MsDocState") in Registrar()
361 RegVal->SetName(L"FriendlyAppName"); in RegisterAsHtmlEditorForInternetExplorer()
432 RegVal->SetName(L"Description"); in RegisterAsDefaultHtmlEditorForInternetExplorer()
500 HtmFwdKey = L".htm"; in RegisterAsDefaultShellHtmlEditor()
544 HtmFwdKey = L".htm"; in UnregisterAsDefaultShellHtmlEditor()
705 RegKey = RegKeyShell->CreateSubKey(L"new"); in RegisterForMsOfficeApplication()
[all …]
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx89 MessageBoxW(NULL, L"RegisterActiveXNative", L"Information", MB_OK | MB_ICONINFORMATION); in RegisterActiveXNative()
310 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
312 bResult = UnicodeEquals( pVal , L"1" ); in MakeInstallForAllUsers()
324 if ( GetMsiProp( hMSI, L"VersionNT64", &pVal ) && pVal ) in MakeInstallFor64Bit()
340 MessageBox(NULL, L"InstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
349 MessageBox(NULL, L"InstallActiveXControl Step2", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
360 MessageBox(NULL, L"InstallActiveXControl Step3", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
367 … MessageBox(NULL, L"InstallActiveXControl, adjusting", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
368 WarningMessageInt( L"nInstallMode = ", nInstallMode ); in InstallActiveXControl()
381 … MessageBox(NULL, L"InstallActiveXControl, removing", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
[all …]
/trunk/main/toolkit/workben/
H A Dcontrols.cxx155 xContModel->setPropertyValue( L"BackgroundColor", UsrAny( nColor ) ); in MouseButtonDown()
173 xContModel->setPropertyValue( L"Border", UsrAny_UINT16( 1 ) ); in MouseButtonDown()
192 xPSet->setPropertyValue( L"Text", UsrAny( UString( L"Hallo!" ) ) ); in MouseButtonDown()
193 xPSet->setPropertyValue( L"FontName", UsrAny( UString( L"Times New Roman" ) ) ); in MouseButtonDown()
203 xCont->addControl( L"", xEdit1 ); in MouseButtonDown()
217 xCont->addControl( L"", xEdit2 ); in MouseButtonDown()
230 xCont->addControl( L"", xNumField ); in MouseButtonDown()
234 Names.getArray()[0] = L"Value"; in MouseButtonDown()
235 Names.getArray()[1] = L"ValueMin"; in MouseButtonDown()
248 xPSet->setPropertyValue( L"Label", UsrAny( L"Press!" ) ); in MouseButtonDown()
[all …]
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx60 case L'\0': in contains()
62 case L';': in contains()
90 WCHAR name[MAX_PATH + MY_LENGTH(L".bin")]; in extendLoaderEnvironment()
97 (nameEnd[-3] == L'E' || nameEnd[-3] == L'e') && in extendLoaderEnvironment()
98 (nameEnd[-2] == L'X' || nameEnd[-2] == L'x') && in extendLoaderEnvironment()
99 (nameEnd[-1] == L'E' || nameEnd[-1] == L'e'))) in extendLoaderEnvironment()
101 *nameEnd = L'.'; in extendLoaderEnvironment()
108 *iniDirEnd = L'\0'; in extendLoaderEnvironment()
124 env[n] = L'\0'; in extendLoaderEnvironment()
164 pad2[-1] = L';'; in extendLoaderEnvironment()
[all …]
/trunk/main/vcl/os2/source/app/
H A Dsallang.cxx34 L"Shift", // LSTR_KEY_SHIFT
35 L"Ctrl", // LSTR_KEY_CTRL
36 L"Alt", // LSTR_KEY_ALT
37 L"Up", // LSTR_KEY_UP
38 L"Down", // LSTR_KEY_DOWN
39 L"Left", // LSTR_KEY_LEFT
40 L"Right", // LSTR_KEY_RIGHT
41 L"Home", // LSTR_KEY_HOME
42 L"End", // LSTR_KEY_END
46 L"Esc", // LSTR_KEY_ESC
[all …]
/trunk/main/tools/qa/
H A Dtest_pathutils.cxx62 buildPath(L"a:\\b\\", L"..", L"a:\\"); in TEST_F()
63 buildPath(L"a:\\b\\", L"..\\", L"a:\\"); in TEST_F()
64 buildPath(L"a:\\b\\c\\", L"..\\..\\..\\d", L"a:\\..\\d"); in TEST_F()
65 buildPath(L"\\\\a\\b\\", L"..\\..\\..\\c", L"\\\\..\\c"); in TEST_F()
66 buildPath(L"\\", L"..\\a", L"\\..\\a"); in TEST_F()
67 buildPath(L"", L"..\\a", L"..\\a"); in TEST_F()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp130 param1= L"oletest.SimpleStruct"; in outStruct()
143 param1=L" this is a property string"; in outStruct()
166 var[0]=L" variant 0"; in outSeqAny()
167 var[1]=L" variant 1"; in outSeqAny()
168 var[2]=L"variant 2"; in outSeqAny()
203 *outChar= (short)L'A'; in outChar()
265 CComVariant param1(L""); in inoutInterface()
266 disp.Invoke1(L"func", &param1); in inoutInterface()
287 hr= disp.GetPropertyByName(L"message", &var); in inoutStruct()
368 *inoutVal= L'B'; in inoutChar()
[all …]
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx73 #define KEY2 L"oletest.OleTest"
981 sout= L"Out Hallo!"; in testout_methodMulParams3()
1235 OUString string(L"out"); in testinout_methodXInterface()
1710 sal_Unicode uc= L'A'; in testInterface()
1719 OUString s(L"OleTest"); in testInterface()
1802 OUString s(L" OleTest"); in testInterface()
1806 sal_Unicode aChar= L'A'; in testInterface()
1841 xCallback->inValues( L'a', 0xffffL, OUString(L" a string from OleTest")); in testInterface()
1975 arAny[6] <<= L'B'; in testInterface()
2039 sal_Unicode aChar=L'a'; in testInterface()
[all …]

Completed in 165 milliseconds

12345678910>>...18