| /trunk/main/sd/source/filter/html/ |
| H A D | htmlex.cxx | 232 aStr.AppendAscii( "<b>" ); in SetWeight() 234 aStr.AppendAscii( "</b>" ); in SetWeight() 248 aStr.AppendAscii( "<i>" ); in SetItalic() 250 aStr.AppendAscii( "</i>" ); in SetItalic() 264 aStr.AppendAscii( "<u>" ); in SetUnderline() 266 aStr.AppendAscii( "</u>" ); in SetUnderline() 280 aStr.AppendAscii( "<strike>" ); in SetStrikeout() 282 aStr.AppendAscii( "</strike>" ); in SetStrikeout() 300 aStr.AppendAscii( "</font>" ); in SetColor() 308 aStr.AppendAscii( "<font color=\"" ); in SetColor() [all …]
|
| /trunk/main/basic/source/classes/ |
| H A D | disas.cxx | 345 r.AppendAscii( _crlf() ); in Disas() 395 rText.AppendAscii( "; " ); in DisasLine() 397 rText.AppendAscii( _crlf() ); in DisasLine() 427 rText.AppendAscii( cBuf ); in DisasLine() 430 rText.AppendAscii( p ); in DisasLine() 436 rText.AppendAscii( cBuf ); in DisasLine() 439 rText.AppendAscii( _crlf() ); in DisasLine() 444 aPCodeStr.AppendAscii( cBuf ); in DisasLine() 451 aPCodeStr.AppendAscii( pOps[ nParts-1 ][ n ] ); in DisasLine() 477 rText.AppendAscii( p ); in StrOp() [all …]
|
| H A D | sbunoobj.cxx | 1641 aRetStr.AppendAscii( " " ); in Impl_GetInterfaceInfo() 1649 aRetStr.AppendAscii( " (ERROR: Not really supported!)\n" ); in Impl_GetInterfaceInfo() 1654 aRetStr.AppendAscii( "\n" ); in Impl_GetInterfaceInfo() 1698 aName.AppendAscii( "Unknown" ); in getDbgObjectName() 1702 aRet.AppendAscii( "\n" ); in getDbgObjectName() 1703 aRet.AppendAscii( "\"" ); in getDbgObjectName() 1705 aRet.AppendAscii( "\":" ); in getDbgObjectName() 1808 aRet.AppendAscii( RTL_CONSTASCII_STRINGPARAM(ID_DBG_SUPPORTEDINTERFACES) ); in Impl_GetSupportedInterfaces() 1809 aRet.AppendAscii( " not available.\n(TypeClass is not TypeClass_INTERFACE)\n" ); in Impl_GetSupportedInterfaces() 1823 aRet.AppendAscii( "\n" ); in Impl_GetSupportedInterfaces() [all …]
|
| /trunk/main/padmin/source/ |
| H A D | fontentry.cxx | 186 case weight::Thin: aEntry.AppendAscii( ", " ); aEntry.Append( aThinTxt ); break; in fillFontEntry() 187 … case weight::UltraLight: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraLightTxt ); break; in fillFontEntry() 188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry() 189 … case weight::SemiLight: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiLightTxt ); break; in fillFontEntry() 190 … case weight::SemiBold: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiBoldTxt ); break; in fillFontEntry() 191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry() 192 … case weight::UltraBold: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraBoldTxt ); break; in fillFontEntry() 199 case italic::Oblique: aEntry.AppendAscii( ", " ); aEntry.Append( aObliqueTxt ); break; in fillFontEntry() 200 case italic::Italic: aEntry.AppendAscii( ", " ); aEntry.Append( aItalicTxt ); break; in fillFontEntry() 207 …case width::UltraCondensed: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraCondensedTxt ); break; in fillFontEntry() [all …]
|
| H A D | cmddlg.cxx | 88 … aCommand.AppendAscii( " -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=\"(OUTFILE)\" -" ); in getSystemPdfCommands() 110 … aCommand.AppendAscii( " (TMP) ; mv `echo (TMP) | sed s/\\.ps\\$/.pdf/` \"(OUTFILE)\"" ); in getSystemPdfCommands() 370 aFeatures.AppendAscii( "external_dialog" ); in save() 376 aFeatures.AppendAscii( "fax=" ); in save() 378 aFeatures.AppendAscii( "swallow" ); in save() 385 aFeatures.AppendAscii( "pdf=" ); in save() 543 aString.AppendAscii( ": " ); in ConnectCommand()
|
| /trunk/main/basic/inc/basic/ |
| H A D | ttstrhlp.hxx | 35 #define UIdKenn ( StartKenn.AppendAscii("UId") ) 36 #define MethodKenn ( StartKenn.AppendAscii("Method") ) 37 #define TypeKenn ( StartKenn.AppendAscii("RType") ) 38 #define SlotKenn ( StartKenn.AppendAscii("SlotId") ) 39 #define RcKenn ( StartKenn.AppendAscii("RCommand") ) 40 #define TabKenn ( StartKenn.AppendAscii("Tab") ) 41 #define MakeStringParam(Type,aText) ( Type.AppendAscii("=").Append( aText ).Append( EndKenn ) ) 50 #define ResKenn ( StartKenn.AppendAscii("ResId") ) 51 #define BaseArgKenn ( StartKenn.AppendAscii("Arg") )
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdibrow.cxx | 128 case ITEM_BYTE : aStr.AppendAscii("Byte"); break; in GetItemTypeStr() 129 case ITEM_INT16 : aStr.AppendAscii("Int16"); break; in GetItemTypeStr() 130 case ITEM_UINT16 : aStr.AppendAscii("UInt16"); break; in GetItemTypeStr() 131 case ITEM_INT32 : aStr.AppendAscii("Int32"); break; in GetItemTypeStr() 132 case ITEM_UINT32 : aStr.AppendAscii("UInt32"); break; in GetItemTypeStr() 133 case ITEM_ENUM : aStr.AppendAscii("Enum"); break; in GetItemTypeStr() 134 case ITEM_BOOL : aStr.AppendAscii("Bool"); break; in GetItemTypeStr() 135 case ITEM_FLAG : aStr.AppendAscii("Flag"); break; in GetItemTypeStr() 136 case ITEM_STRING : aStr.AppendAscii("String"); break; in GetItemTypeStr() 137 case ITEM_POINT : aStr.AppendAscii("Point"); break; in GetItemTypeStr() [all …]
|
| /trunk/main/sc/source/ui/sidebar/ |
| H A D | CellLineStyleControl.cxx | 71 mpStr[0] = GetSettings().GetLocaleI18nHelper().GetNum( 5, 2 ).AppendAscii("pt"); in Initialize() 72 mpStr[1] = GetSettings().GetLocaleI18nHelper().GetNum( 250, 2 ).AppendAscii("pt"); in Initialize() 73 mpStr[2] = GetSettings().GetLocaleI18nHelper().GetNum( 400, 2 ).AppendAscii("pt"); in Initialize() 74 mpStr[3] = GetSettings().GetLocaleI18nHelper().GetNum( 500, 2 ).AppendAscii("pt"); in Initialize() 75 mpStr[4] = GetSettings().GetLocaleI18nHelper().GetNum( 110, 2 ).AppendAscii("pt"); in Initialize() 76 mpStr[5] = GetSettings().GetLocaleI18nHelper().GetNum( 260, 2 ).AppendAscii("pt"); in Initialize() 77 mpStr[6] = GetSettings().GetLocaleI18nHelper().GetNum( 450, 2 ).AppendAscii("pt"); in Initialize() 78 mpStr[7] = GetSettings().GetLocaleI18nHelper().GetNum( 505, 2 ).AppendAscii("pt"); in Initialize() 79 mpStr[8] = GetSettings().GetLocaleI18nHelper().GetNum( 750, 2 ).AppendAscii("pt"); in Initialize()
|
| /trunk/main/svx/source/dialog/ |
| H A D | _bmpmask.cxx | 485 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in SvxBmpMask() 495 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in SvxBmpMask() 505 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 3")); in SvxBmpMask() 515 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 4")); in SvxBmpMask() 1275 sSourceColorN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in SetAccessibleNames() 1279 sSourceColorN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in SetAccessibleNames() 1283 sSourceColorN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 3")); in SetAccessibleNames() 1287 sSourceColorN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 4")); in SetAccessibleNames() 1293 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in SetAccessibleNames() 1296 sColorPaletteN.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in SetAccessibleNames() [all …]
|
| /trunk/main/sc/source/filter/dif/ |
| H A D | difexp.cxx | 125 aOS.AppendAscii( "\n0,1\n\"" ); in ScExportDif() 129 aOS.AppendAscii( "\"\n" ); in ScExportDif() 134 aOS.AppendAscii( "\n0," ); in ScExportDif() 137 aOS.AppendAscii( p2DoubleQuotes_LF ); in ScExportDif() 142 aOS.AppendAscii( "\n0," ); in ScExportDif() 145 aOS.AppendAscii( p2DoubleQuotes_LF ); in ScExportDif() 150 aOS.AppendAscii( "\n0,0\n" ); in ScExportDif() 151 aOS.AppendAscii( p2DoubleQuotes_LF ); in ScExportDif() 190 aOS.AppendAscii( "\nV\n" ); in ScExportDif() 218 aOS.AppendAscii( "\nV\n" ); in ScExportDif()
|
| /trunk/main/ucb/workben/ucb/ |
| H A D | ucbdemo.cxx | 1099 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1102 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1111 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1115 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1124 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1128 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1137 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1148 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1157 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( in open() 1208 aText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " ms." ) ); in open() [all …]
|
| /trunk/main/framework/source/uielement/ |
| H A D | langselectionmenucontroller.cxx | 244 aCmd_Dialog.AppendAscii(".uno:FontDialog?Language:string=*"); in fillPopupMenu() 245 aCmd_Language.AppendAscii(".uno:LanguageStatus?Language:string=Current_"); in fillPopupMenu() 249 aCmd_Dialog.AppendAscii(".uno:FontDialogForParagraph"); in fillPopupMenu() 250 aCmd_Language.AppendAscii(".uno:LanguageStatus?Language:string=Paragraph_"); in fillPopupMenu() 254 aCmd_Dialog.AppendAscii(".uno:LanguageStatus?Language:string=*"); in fillPopupMenu() 255 aCmd_Language.AppendAscii(".uno:LanguageStatus?Language:string=Default_"); in fillPopupMenu() 299 aCmd.AppendAscii("LANGUAGE_NONE"); in fillPopupMenu() 306 aCmd.AppendAscii("RESET_LANGUAGES"); in fillPopupMenu()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xehelper.cxx | 781 aParaText.AppendAscii( "&\"" ).Append( aNewData.maName ); in AppendPortion() 819 aParaText.AppendAscii( (nTmpUnderl == EXC_FONTUNDERL_SINGLE) ? "&U" : "&E" ); in AppendPortion() 825 aParaText.AppendAscii( "&S" ); in AppendPortion() 835 …case EXC_FONTESC_NONE: aParaText.AppendAscii( (aFontData.mnEscapem == EXC_FONTESC_SUPER) ? "&X" :… in AppendPortion() 836 case EXC_FONTESC_SUPER: aParaText.AppendAscii( "&X" ); break; in AppendPortion() 837 case EXC_FONTESC_SUB: aParaText.AppendAscii( "&Y" ); break; in AppendPortion() 853 aParaText.AppendAscii( "&P" ); in AppendPortion() 855 aParaText.AppendAscii( "&N" ); in AppendPortion() 857 aParaText.AppendAscii( "&D" ); in AppendPortion() 859 aParaText.AppendAscii( "&T" ); in AppendPortion() [all …]
|
| /trunk/main/filter/source/graphicfilter/ieps/ |
| H A D | ieps.cxx | 449 aString.AppendAscii( " Title:" ); in MakePreview() 450 aString.AppendAscii( (char*)pDest ); in MakePreview() 451 aString.AppendAscii( "\n" ); in MakePreview() 463 aString.AppendAscii( " Creator:" ); in MakePreview() 464 aString.AppendAscii( (char*)pDest ); in MakePreview() 465 aString.AppendAscii( "\n" ); in MakePreview() 478 aString.AppendAscii( " CreationDate:" ); in MakePreview() 479 aString.AppendAscii( (char*)pDest ); in MakePreview() 480 aString.AppendAscii( "\n" ); in MakePreview() 492 aString.AppendAscii( " LanguageLevel:" ); in MakePreview()
|
| /trunk/main/sc/source/ui/dbgui/ |
| H A D | imoptdlg.cxx | 90 aResult.AppendAscii( pStrFix ); in BuildString() 98 …aResult.AppendAscii( ",1,,0," ); // first row, no column info, default lang… in BuildString() 99 …aResult.AppendAscii(bQuoteAllText ? "true" : "false"); // same as "quoted field as text" in ScAsc… in BuildString() 100 aResult.AppendAscii( ",true," ); // "detect special numbers" in BuildString() 101 … aResult.AppendAscii(bSaveAsShown ? "true" : "false"); // "save as shown": not in ScAsciiOptions in BuildString()
|
| H A D | filtdlg.cxx | 134 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in ScFilterDlg() 137 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in ScFilterDlg() 142 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in ScFilterDlg() 145 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in ScFilterDlg() 148 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 3")); in ScFilterDlg() 154 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in ScFilterDlg() 157 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in ScFilterDlg() 160 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 3")); in ScFilterDlg() 165 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 1")); in ScFilterDlg() 168 sIndexName.AppendAscii (RTL_CONSTASCII_STRINGPARAM (" 2")); in ScFilterDlg() [all …]
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxobj.cxx | 814 aSource.AppendAscii( "\n" ); in GenerateSource() 821 aSource.AppendAscii( " = " ); in GenerateSource() 834 aSource.AppendAscii( "\"" ); in GenerateSource() 836 aSource.AppendAscii( "\"" ); in GenerateSource() 861 aAttrs.AppendAscii( "ExtSearch" ); in CollectAttrs() 867 aAttrs.AppendAscii( "Invisible" ); in CollectAttrs() 873 aAttrs.AppendAscii( "DontStore" ); in CollectAttrs() 901 aIndent.AppendAscii( " " ); in Dump() 947 aLine.AppendAscii( " - " ); in Dump() 953 aLine.AppendAscii( " !! Not a Method !!" ); in Dump() [all …]
|
| /trunk/main/sw/source/filter/html/ |
| H A D | css1atr.cxx | 1272 rNames.AppendAscii( ", " ); in PrepareFontList() 1298 rNames.AppendAscii( ", " ); in PrepareFontList() 1299 rNames.AppendAscii( pStr ); in PrepareFontList() 1435 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".western") ); in OutCSS1Rule() 1444 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".cjk") ); in OutCSS1Rule() 1453 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".ctl") ); in OutCSS1Rule() 1467 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM("-western") ); in OutCSS1Rule() 1476 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM("-cjk") ); in OutCSS1Rule() 1485 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM("-ctl") ); in OutCSS1Rule() 1549 aNewSelector.AppendAscii( RTL_CONSTASCII_STRINGPARAM(".western") ); in OutCSS1DropCapRule() [all …]
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | xtabcolr.cxx | 148 aStrGrey.AppendAscii(" 1"); Insert( new XColorEntry( Color( 0xee, 0xee, 0xee ), aStrGrey ) ); in Create() 157 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('1')); aStrGrey.AppendAscii("0"); Insert( new XCo… in Create() 201 aStrCol[b].AppendAscii(" 1"); in Create() 210 aStrCol[b].AppendAscii("0"); in Create() 247 aStrChart.AppendAscii(" 1"); in Create() 266 aStrChart.AppendAscii("0"); in Create()
|
| /trunk/main/automation/source/server/ |
| H A D | statemnt.cxx | 887 aTypeSuffix.AppendAscii( "/BrowseBox", 10 ); in WriteControlData() 889 aTypeSuffix.AppendAscii( "/ValueSet", 9 ); in WriteControlData() 891 aTypeSuffix.AppendAscii( "/RoadMap", 8 ); in WriteControlData() 893 aTypeSuffix.AppendAscii( "/ExtensionListBox" ); in WriteControlData() 895 aTypeSuffix.AppendAscii( "/TableControl" ); in WriteControlData() 897 aTypeSuffix.AppendAscii( "/Unknown", 8 ); in WriteControlData() 902 … TypeString(pBase->GetType()).Append(aTypeSuffix).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData() 925 … TypeString(WINDOW_BUTTON).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData() 928 … TypeString(WINDOW_BUTTON).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData() 936 … TypeString(pItemWin->GetType()).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData() [all …]
|
| /trunk/main/sc/source/ui/pagedlg/ |
| H A D | scuitphfedit.cxx | 308 aConfidentialEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 310 aConfidentialEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 315 aFileNamePageEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 322 aPageSheetNameEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 327 aPageFileNameEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 332 aPagePathNameEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 339 aUserNameEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 341 aUserNameEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 350 aCreatedByEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList() 352 aCreatedByEntry.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in InitPreDefinedList()
|
| /trunk/main/cui/source/dialogs/ |
| H A D | postdlg.cxx | 175 sTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " ) ); in ShowLastAuthor() 222 aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "\n---- " ) ); in IMPL_LINK_INLINE_END() 227 aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " ) ); in IMPL_LINK_INLINE_END() 230 aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " ) ); in IMPL_LINK_INLINE_END() 232 aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " ----\n" ) ); in IMPL_LINK_INLINE_END()
|
| /trunk/main/basic/source/comp/ |
| H A D | sbcomp.cxx | 665 aCompleteFunctionName.AppendAscii( "::" ); in dbg_traceNotifyCall() 671 aCompleteFunctionName.AppendAscii( "/RunInit" ); in dbg_traceNotifyCall() 761 aStr.AppendAscii( "' Leaving " ); in dbg_traceNotifyCall() 766 aStr.AppendAscii( "Entering " ); in dbg_traceNotifyCall() 773 aStr.AppendAscii( "[this=" ); in dbg_traceNotifyCall() 775 aStr.AppendAscii( "]" ); in dbg_traceNotifyCall() 949 aFile.AppendAscii( "_" ); in dbg_SaveDisassembly() 952 aFile.AppendAscii( ".txt" ); in dbg_SaveDisassembly()
|
| /trunk/main/sc/source/core/data/ |
| H A D | global.cxx | 1298 pDesc->pFuncDesc->AppendAscii(RTL_CONSTASCII_STRINGPARAM( "( AddIn: " )); in ScFunctionList() 1300 pDesc->pFuncDesc->AppendAscii(RTL_CONSTASCII_STRINGPARAM( " )" )); in ScFunctionList() 1492 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " " )); in GetParamList() 1511 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " " )); in GetParamList() 1521 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " " )); in GetParamList() 1525 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " ... " )); in GetParamList() 1536 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " " )); in GetParamList() 1542 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); in GetParamList() 1546 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " " )); in GetParamList() 1549 aSig.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); in GetParamList() [all …]
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | mmlayoutpage.cxx | 394 sHideParagraphsExpression.AppendAscii(" AND "); in InsertAddressFrame() 410 sExpression.AppendAscii("]"); in InsertAddressFrame() 413 sCondition.AppendAscii(" != \""); in InsertAddressFrame() 593 sCondition.AppendAscii(" != \""); in InsertGreeting() 595 sCondition.AppendAscii("\" OR NOT "); in InsertGreeting() 602 sCondition.AppendAscii(" == \""); in InsertGreeting() 604 sCondition.AppendAscii("\" OR NOT "); in InsertGreeting() 616 sComplete.AppendAscii( ") OR ("); in InsertGreeting()
|