Lines Matching refs:RTL_CONSTASCII_USTRINGPARAM

204 		return String( RTL_CONSTASCII_USTRINGPARAM( "<Empty>" ) );  in CalcFieldValue()
227 return String( RTL_CONSTASCII_USTRINGPARAM( "???" ) ); in CalcFieldValue()
252 InfoBox( 0, String( RTL_CONSTASCII_USTRINGPARAM( "Feld selektiert!" ) ) ).Execute(); in FieldSelected()
282 SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Another View..." ) ) ); in MyView()
450 pFileDialogBox->SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Open" ) ) ); in EditMainWindow()
451 …pFileDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Text" )), String( RTL_CONSTASCII_… in EditMainWindow()
452 …leDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ), String( RTL_C… in EditMainWindow()
453 …pFileDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "HTML" ) ), String( RTL_CONSTASCII… in EditMainWindow()
454 pFileDialogBox->SetCurFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ) ); in EditMainWindow()
457 pFileDialogBox2->SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Save" ) ) ); in EditMainWindow()
458 …pFileDialogBox2->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ), String( RTL_CONSTASCI… in EditMainWindow()
459 …eDialogBox2->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ), String( RTL_C… in EditMainWindow()
460 …pFileDialogBox2->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "HTML" ) ), String( RTL_CONSTASCI… in EditMainWindow()
461 pFileDialogBox2->SetCurFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ) ); in EditMainWindow()
476 aToolBox.InsertItem( TB_OPEN, String( RTL_CONSTASCII_USTRINGPARAM( "Open" ) ) ); in EditMainWindow()
477 aToolBox.InsertItem( TB_SAVE, String( RTL_CONSTASCII_USTRINGPARAM( "Save" ) ) ); in EditMainWindow()
478 aToolBox.InsertItem( TB_PRINT, String( RTL_CONSTASCII_USTRINGPARAM( "Print" ) ) ); in EditMainWindow()
480 aToolBox.InsertItem( TB_LEFT, String( RTL_CONSTASCII_USTRINGPARAM( "L" ) ) ); in EditMainWindow()
481 aToolBox.InsertItem( TB_CENTER, String( RTL_CONSTASCII_USTRINGPARAM( "C" ) ) ); in EditMainWindow()
482 aToolBox.InsertItem( TB_RIGHT, String( RTL_CONSTASCII_USTRINGPARAM( "R" ) ) ); in EditMainWindow()
483 aToolBox.InsertItem( TB_BLOCK, String( RTL_CONSTASCII_USTRINGPARAM( "B" ) ) ); in EditMainWindow()
485 aToolBox.InsertItem( TB_UNDO, String( RTL_CONSTASCII_USTRINGPARAM( "Undo" ) ) ); in EditMainWindow()
486 aToolBox.InsertItem( TB_REDO, String( RTL_CONSTASCII_USTRINGPARAM( "Redo" ) ) ); in EditMainWindow()
488 aToolBox.InsertItem( TB_FONT1, String( RTL_CONSTASCII_USTRINGPARAM( "Font1" ) ) ); in EditMainWindow()
489 aToolBox.InsertItem( TB_FONT2, String( RTL_CONSTASCII_USTRINGPARAM( "Font2" ) ) ); in EditMainWindow()
490 aToolBox.InsertItem( TB_DEFTAB, String( RTL_CONSTASCII_USTRINGPARAM( "DefTab" ) ) ); in EditMainWindow()
492 aToolBox.InsertItem( TB_OPEN2, String( RTL_CONSTASCII_USTRINGPARAM( "Read" ) ) ); in EditMainWindow()
493 aToolBox.InsertItem( TB_SAVE2, String( RTL_CONSTASCII_USTRINGPARAM( "Write" ) ) ); in EditMainWindow()
495 aToolBox.InsertItem( TB_FONT, String( RTL_CONSTASCII_USTRINGPARAM( "XXX" ) ) ); in EditMainWindow()
496 aToolBox.InsertItem( TB_ITALIC, String( RTL_CONSTASCII_USTRINGPARAM( "K" ) ) ); in EditMainWindow()
497 aToolBox.InsertItem( TB_BOLD, String( RTL_CONSTASCII_USTRINGPARAM( "F" ) ) ); in EditMainWindow()
498 aToolBox.InsertItem( TB_UNDERLINE, String( RTL_CONSTASCII_USTRINGPARAM( "U" ) ) ); in EditMainWindow()
499 aToolBox.InsertItem( TB_SUPER, String( RTL_CONSTASCII_USTRINGPARAM( "SP" ) ) ); in EditMainWindow()
500 aToolBox.InsertItem( TB_SUB, String( RTL_CONSTASCII_USTRINGPARAM( "SB" ) ) ); in EditMainWindow()
501 aToolBox.InsertItem( TB_PKERN, String( RTL_CONSTASCII_USTRINGPARAM( "PK" ) ) ); in EditMainWindow()
502 aToolBox.InsertItem( TB_KERN, String( RTL_CONSTASCII_USTRINGPARAM( "TK" ) ) ); in EditMainWindow()
503 aToolBox.InsertItem( TB_WLM, String( RTL_CONSTASCII_USTRINGPARAM( "W!" ) ) ); in EditMainWindow()
505 aToolBox.InsertItem( TB_BLACK, String( RTL_CONSTASCII_USTRINGPARAM( "Black" ) ) ); in EditMainWindow()
506 aToolBox.InsertItem( TB_GREEN, String( RTL_CONSTASCII_USTRINGPARAM( "Green" ) ) ); in EditMainWindow()
507 aToolBox.InsertItem( TB_RED, String( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) ); in EditMainWindow()
509 aToolBox.InsertItem( TB_SBL, String( RTL_CONSTASCII_USTRINGPARAM( "SBL" ) ) ); in EditMainWindow()
510 aToolBox.InsertItem( TB_SBSA, String( RTL_CONSTASCII_USTRINGPARAM( "SBSA" ) ) ); in EditMainWindow()
511 aToolBox.InsertItem( TB_LR, String( RTL_CONSTASCII_USTRINGPARAM( "LR" ) ) ); in EditMainWindow()
513 aToolBox.InsertItem( TB_DRAW, String( RTL_CONSTASCII_USTRINGPARAM( "Draw!" ) ) ); in EditMainWindow()
514 aToolBox.InsertItem( TB_ROTATE, String( RTL_CONSTASCII_USTRINGPARAM( "Rotate!" ) ) ); in EditMainWindow()
515 aToolBox.InsertItem( TB_MOVE, String( RTL_CONSTASCII_USTRINGPARAM( "Move->2" ) ) ); in EditMainWindow()
516 aToolBox.InsertItem( TB_PARATTR1, String( RTL_CONSTASCII_USTRINGPARAM( "ParaAttr0" ) ) ); in EditMainWindow()
517 aToolBox.InsertItem( TB_ATTRIBS, String( RTL_CONSTASCII_USTRINGPARAM( "GetAttribs" ) ) ); in EditMainWindow()
519 aToolBox.InsertItem( TB_INSFLD, String( RTL_CONSTASCII_USTRINGPARAM( "InsFld" ) ) ); in EditMainWindow()
520 aToolBox.InsertItem( TB_UPDFLD, String( RTL_CONSTASCII_USTRINGPARAM( "UpdFld" ) ) ); in EditMainWindow()
524 aToolBox.InsertItem( TB_ONLINESPELL, String( RTL_CONSTASCII_USTRINGPARAM( "Spell" ) ) ); in EditMainWindow()
525 aToolBox.InsertItem( TB_REDLINES, String( RTL_CONSTASCII_USTRINGPARAM( "RedLine" ) ) ); in EditMainWindow()
526 aToolBox.InsertItem( TB_AUTOCORRECT, String( RTL_CONSTASCII_USTRINGPARAM( "Auto*" ) ) ); in EditMainWindow()
527 aToolBox.InsertItem( TB_HYPH, String( RTL_CONSTASCII_USTRINGPARAM( "Hyph" ) ) ); in EditMainWindow()
528 aToolBox.InsertItem( TB_STDSEL, String( RTL_CONSTASCII_USTRINGPARAM( "StdSel" ) ) ); in EditMainWindow()
529 aToolBox.InsertItem( TB_FLAT, String( RTL_CONSTASCII_USTRINGPARAM( "FlatMode" ) ) ); in EditMainWindow()
530 aToolBox.InsertItem( TB_OUTL, String( RTL_CONSTASCII_USTRINGPARAM( "Ocomphelper" ) ) ); in EditMainWindow()
531 aToolBox.InsertItem( TB_POLY, String( RTL_CONSTASCII_USTRINGPARAM( "Poly" ) ) ); in EditMainWindow()
532 aToolBox.InsertItem( TB_COLORS, String( RTL_CONSTASCII_USTRINGPARAM( "Colors" ) )); in EditMainWindow()
533 aToolBox.InsertItem( TB_IDLE, String( RTL_CONSTASCII_USTRINGPARAM( "Idle!" ) ) ); in EditMainWindow()
534 aToolBox.InsertItem( TB_INSERT, String( RTL_CONSTASCII_USTRINGPARAM( "Insert" ) ) ); in EditMainWindow()
536 aToolBox.InsertItem( TB_BINOBJ1, String( RTL_CONSTASCII_USTRINGPARAM( ">BINObj" ) ) ); in EditMainWindow()
537 aToolBox.InsertItem( TB_BINOBJ1b, String( RTL_CONSTASCII_USTRINGPARAM( ">>BINObj" ) ) ); in EditMainWindow()
538 aToolBox.InsertItem( TB_BINOBJ2b, String( RTL_CONSTASCII_USTRINGPARAM( "<<BINObj" ) ) ); in EditMainWindow()
539 aToolBox.InsertItem( TB_CLONEBIN, String( RTL_CONSTASCII_USTRINGPARAM( "Clone" ) ) ); in EditMainWindow()
541 aToolBox.InsertItem( TB_BINOBJ3, String( RTL_CONSTASCII_USTRINGPARAM( "StoreBin" ) ) ); in EditMainWindow()
542 aToolBox.InsertItem( TB_BINOBJ4, String( RTL_CONSTASCII_USTRINGPARAM( "CreatBin" ) ) ); in EditMainWindow()
573 String aHeading( String( RTL_CONSTASCII_USTRINGPARAM( "SvEdit! - Zoom " ) ) ); in SetTitle()
581 aHeading += String( RTL_CONSTASCII_USTRINGPARAM( ", Stretch=(" ) ); in SetTitle()
583 aHeading += String( RTL_CONSTASCII_USTRINGPARAM( ", " ) ); in SetTitle()
807 …eldItem aFld( SvxURLField( String( RTL_CONSTASCII_USTRINGPARAM( "www.mopo.de" ) ), String( RTL_CON… in IMPL_LINK()
811 …SvxFieldItem( SvxURLField( String( RTL_CONSTASCII_USTRINGPARAM( "www.mopo.de" ) ), String( RTL_CON… in IMPL_LINK()
822 …case TB_FONT1: pNewItem = new SvxFontItem( FAMILY_ROMAN, String( RTL_CONSTASCII_USTRINGPARAM( "Tim… in IMPL_LINK()
824 …case TB_FONT2: pNewItem = new SvxFontItem( FAMILY_SWISS, String( RTL_CONSTASCII_USTRINGPARAM( "Hel… in IMPL_LINK()
937 …pTmpWindow->DrawText( Point( 20, 20 ), String( RTL_CONSTASCII_USTRINGPARAM( "It's a Test..." ) ) ); in IMPL_LINK()
954 …pTmpWindow->DrawText( Point( 20, 20 ), String( RTL_CONSTASCII_USTRINGPARAM( "It's a Test..." ) ) ); in IMPL_LINK()
973 …aSet.Put( SvxFontItem( FAMILY_DECORATIVE, String( RTL_CONSTASCII_USTRINGPARAM( "StarBats" ) ), Str… in IMPL_LINK()
1049 InfoBox( 0, String( RTL_CONSTASCII_USTRINGPARAM( "StreamError!" ) ) ).Execute(); in IMPL_LINK()
1091 pPrinter->StartJob( String( RTL_CONSTASCII_USTRINGPARAM( "SvEdit - PrinterTest" ) ) ); in IMPL_LINK()
1149 XubString aDebStr( String( RTL_CONSTASCII_USTRINGPARAM( "Attribute in Selektion:" ) ) ); in IMPL_LINK()
1150 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "\nVorlage:" ) ); in IMPL_LINK()
1156 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "\n" ) ); in IMPL_LINK()
1158 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "\t" ) ); in IMPL_LINK()
1160 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "---" ) ); in IMPL_LINK()
1162 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "XXX" ) ); in IMPL_LINK()
1169 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FI=" ) ); in IMPL_LINK()
1171 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( ", LI=" ) ); in IMPL_LINK()
1173 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( ", RI=" ) ); in IMPL_LINK()
1177 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "SB=" ) ); in IMPL_LINK()
1179 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( ", SA=" ) ); in IMPL_LINK()
1183 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "SBL=" ) ); in IMPL_LINK()
1187 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "SvxAdust=" ) ); in IMPL_LINK()
1191 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "Tabs = ?" ) ); in IMPL_LINK()
1195 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "Color= " ) ); in IMPL_LINK()
1198 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( ", " ) ); in IMPL_LINK()
1200 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( ", " ) ); in IMPL_LINK()
1205 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "Font=" ) ); in IMPL_LINK()
1209 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "Groesse=" ) ); in IMPL_LINK()
1213 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontWeight=" ) ); in IMPL_LINK()
1217 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontUnderline=" ) ); in IMPL_LINK()
1221 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "WordLineMode=" ) ); in IMPL_LINK()
1225 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontStrikeout=" ) ); in IMPL_LINK()
1229 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontPosture=" ) ); in IMPL_LINK()
1233 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontOutline=" ) ); in IMPL_LINK()
1237 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "FontShadowed=" ) ); in IMPL_LINK()
1243 aDebStr += String( RTL_CONSTASCII_USTRINGPARAM( "?" ) ); in IMPL_LINK()
1427 aFont.SetName( String( RTL_CONSTASCII_USTRINGPARAM( "Times New Roman" ) ) ); in EditViewWindow()
1571 InfoBox( 0, String( RTL_CONSTASCII_USTRINGPARAM( "ChangingRefMapMode..." ) ) ).Execute(); in KeyInput()