/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | utilities.cxx | 196 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 D | fileextensions.cxx | 42 { ".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 …]
|
H A D | iso8601_converter.cxx | 39 const std::wstring CONST_SPACE(L" "); in iso8601_date_to_local_date() 84 ws8601DateTime.append(L" "); in iso8601_date_to_local_date() 124 if (*iter == L'D' || *iter == L'd') in iso8601_duration_to_local_duration() 126 else if (*iter == L'H' || *iter == L'h') in iso8601_duration_to_local_duration() 128 else if (*iter == L'M' || *iter == L'm') in iso8601_duration_to_local_duration() 130 else if (*iter == L'S' || *iter == L's') in iso8601_duration_to_local_duration() 148 std::setw(2) << std::setfill(wchar_t('0')) << minutes << L":" << in iso8601_duration_to_local_duration() 154 out += L"00"; \ in iso8601_duration_to_local_duration() 156 out += L"0"; \ in iso8601_duration_to_local_duration() 161 result += L":"; in iso8601_duration_to_local_duration() [all …]
|
/aoo41x/main/sc/workben/ |
H A D | addin.cxx | 75 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 D | test.cxx | 348 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 …]
|
/aoo41x/main/extensions/test/ole/OleClient/ |
H A D | clientTest.cxx | 380 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 …]
|
/aoo41x/main/pyuno/zipcore/ |
H A D | python.cxx | 45 *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 …]
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 61 #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 …]
|
/aoo41x/main/shell/inc/internal/ |
H A D | config.hxx | 51 #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 …]
|
/aoo41x/main/extensions/test/stm/ |
H A D | datatest.cxx | 284 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 …]
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/Test/ |
H A D | Test.cpp | 74 CComVariant param( L"oletest.OleTest"); in doTest() 82 hr= spUnk.CoCreateInstance(L"XCallback_Impl.Callback"); in doTest() 96 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 99 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 102 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 105 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 108 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 111 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 114 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() 117 hr= oletest.Invoke2(L"testInterface", ¶m1, ¶m2); in doTest() [all …]
|
/aoo41x/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 430 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 …]
|
/aoo41x/main/extensions/workben/ |
H A D | pythonautotest.cxx | 158 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 …]
|
/aoo41x/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 102 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 …]
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccActionBase.cpp | 340 {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 D | AccEditableText.cpp | 270 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 …]
|
/aoo41x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 289 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 …]
|
/aoo41x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 585 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"ü" ); 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 …]
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrar.cxx | 70 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 …]
|
/aoo41x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 89 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 …]
|
/aoo41x/main/toolkit/workben/ |
H A D | controls.cxx | 155 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 …]
|
/aoo41x/main/desktop/win32/source/ |
H A D | extendloaderenvironment.cxx | 60 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 …]
|
/aoo41x/main/vcl/os2/source/app/ |
H A D | sallang.cxx | 34 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 …]
|
/aoo41x/main/tools/qa/ |
H A D | test_pathutils.cxx | 60 buildPath(L"a:\\b\\", L"..", L"a:\\"); in testBuildPath() 61 buildPath(L"a:\\b\\", L"..\\", L"a:\\"); in testBuildPath() 62 buildPath(L"a:\\b\\c\\", L"..\\..\\..\\d", L"a:\\..\\d"); in testBuildPath() 63 buildPath(L"\\\\a\\b\\", L"..\\..\\..\\c", L"\\\\..\\c"); in testBuildPath() 64 buildPath(L"\\", L"..\\a", L"\\..\\a"); in testBuildPath() 65 buildPath(L"", L"..\\a", L"..\\a"); in testBuildPath()
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 130 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", ¶m1); in inoutInterface() 287 hr= disp.GetPropertyByName(L"message", &var); in inoutStruct() 368 *inoutVal= L'B'; in inoutChar() [all …]
|