Home
last modified time | relevance | path

Searched refs:appendAscii (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/AOO42X/main/framework/test/typecfg/
H A Dcfgview.cxx294 …sStartFramesetHTML.appendAscii( "<html>\n\t<head>\n\t\t<title>\n\t\t\tTypeDetection CFG\n\t\t</tit… in impl_generateHTMLView()
295 …sStartFramesetHTML.appendAscii( "\t\t<frameset rows=\"25%,75%\">\n" … in impl_generateHTMLView()
296 …sStartFramesetHTML.appendAscii( "\t\t\t<frame name=\"" … in impl_generateHTMLView()
297 …sStartFramesetHTML.appendAscii( TARGET_MENU … in impl_generateHTMLView()
298 …sStartFramesetHTML.appendAscii( "\" src=\"" … in impl_generateHTMLView()
299 …sStartFramesetHTML.appendAscii( MENU_HTML … in impl_generateHTMLView()
300 …sStartFramesetHTML.appendAscii( "\" title=\"List\">\n" … in impl_generateHTMLView()
301 …sStartFramesetHTML.appendAscii( "\t\t\t<frame name=\"" … in impl_generateHTMLView()
302 …sStartFramesetHTML.appendAscii( TARGET_VIEW … in impl_generateHTMLView()
303 …sStartFramesetHTML.appendAscii( "\" src=\"" … in impl_generateHTMLView()
[all …]
H A Dxml2xcd.cxx438 …m_aData.sBufferStandard.appendAscii ( "\n<!-- PLEASE DON'T CHANGE TEMPLATES OR FILE FORMAT BY … in impl_generateXCD()
439 …m_aData.sBufferStandard.appendAscii ( "<!DOCTYPE schema:component SYSTEM \"../../../../schema/… in impl_generateXCD()
440 …m_aData.sBufferStandard.appendAscii ( "<schema:component cfg:name=\"" … in impl_generateXCD()
442 …m_aData.sBufferStandard.appendAscii ( "\" cfg:package=\"org.openoffice.Office\" xml:lang=\"en-… in impl_generateXCD()
443 …m_aData.sBufferStandard.appendAscii ( "\t<schema:templates>\n" … in impl_generateXCD()
447 …m_aData.sBufferAdditional.appendAscii ( "\n<!-- PLEASE DON'T CHANGE TEMPLATES OR FILE FORMAT BY … in impl_generateXCD()
448 …m_aData.sBufferAdditional.appendAscii ( "<!DOCTYPE schema:component SYSTEM \"../../../../schema/… in impl_generateXCD()
449 …m_aData.sBufferAdditional.appendAscii ( "<schema:component cfg:name=\"" … in impl_generateXCD()
451 …m_aData.sBufferAdditional.appendAscii ( "\" cfg:package=\"org.openoffice.Office\" xml:lang=\"en-… in impl_generateXCD()
452 …m_aData.sBufferAdditional.appendAscii ( "\t<schema:import cfg:name=\"" … in impl_generateXCD()
[all …]
/AOO42X/main/framework/source/recording/
H A Ddispatchrecorder.cxx189 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in getRecordedMacro()
190 aScriptBuffer.appendAscii("rem define variables\n"); in getRecordedMacro()
191 aScriptBuffer.appendAscii("dim document as object\n"); in getRecordedMacro()
192 aScriptBuffer.appendAscii("dim dispatcher as object\n"); in getRecordedMacro()
193 …aScriptBuffer.appendAscii("rem -------------------------------------------------------------------… in getRecordedMacro()
194 aScriptBuffer.appendAscii("rem get access to the document\n"); in getRecordedMacro()
195 aScriptBuffer.appendAscii("document = ThisComponent.CurrentController.Frame\n"); in getRecordedMacro()
196 …aScriptBuffer.appendAscii("dispatcher = createUnoService(\"com.sun.star.frame.DispatchHelper\")\n\… in getRecordedMacro()
214 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
220 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
[all …]
/AOO42X/main/ucb/source/ucp/webdav/
H A DProppatchRequest.cxx52 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( PROPPATCH_HEADER )); in generatePROPPATCHRequestBody()
57 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<" )); in generatePROPPATCHRequestBody()
58 aBuffer.appendAscii( OpCode[lastOp].str, OpCode[lastOp].len ); in generatePROPPATCHRequestBody()
59 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "><prop>" )); in generatePROPPATCHRequestBody()
72 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "</prop></" )); in generatePROPPATCHRequestBody()
73 aBuffer.appendAscii( OpCode[lastOp].str, OpCode[lastOp].len ); in generatePROPPATCHRequestBody()
74 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "><" )); in generatePROPPATCHRequestBody()
75 … aBuffer.appendAscii( OpCode[rProperty.operation].str, OpCode[rProperty.operation].len ); in generatePROPPATCHRequestBody()
76 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "><prop>" )); in generatePROPPATCHRequestBody()
80 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<" )); in generatePROPPATCHRequestBody()
[all …]
H A DPropfindRequest.cxx41 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( PROPFIND_HEADER )); in generatePROPFINDRequestBody()
49 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<prop>" ) ); in generatePROPFINDRequestBody()
58 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<" )); in generatePROPFINDRequestBody()
59 aBuffer.appendAscii( thePropName.name ); in generatePROPFINDRequestBody()
60 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " xmlnx=\"" )); in generatePROPFINDRequestBody()
61 aBuffer.appendAscii( thePropName.nspace ); in generatePROPFINDRequestBody()
62 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "\"/>" )); in generatePROPFINDRequestBody()
65 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "</prop>" )); in generatePROPFINDRequestBody()
71 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<propname/>" )); in generatePROPFINDRequestBody()
75 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<allprop/>" )); in generatePROPFINDRequestBody()
[all …]
/AOO42X/main/xmloff/source/core/
H A Dxmlerror.cxx128 sMessage.appendAscii( "An error or a warning has occurred during XML import/export!\n" ); in AddRecord()
131 sMessage.appendAscii( "Error-Id: 0x"); in AddRecord()
133 sMessage.appendAscii( "\n Flags: " ); in AddRecord()
137 sMessage.appendAscii( " WARNING" ); in AddRecord()
139 sMessage.appendAscii( " ERRROR" ); in AddRecord()
141 sMessage.appendAscii( " SEVERE" ); in AddRecord()
142 sMessage.appendAscii( "\n Class: " ); in AddRecord()
146 sMessage.appendAscii( " IO" ); in AddRecord()
148 sMessage.appendAscii( " FORMAT" ); in AddRecord()
150 sMessage.appendAscii( " API" ); in AddRecord()
[all …]
/AOO42X/main/comphelper/source/misc/
H A Danytostring.cxx41 buf.appendAscii( in appendTypeError()
50 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\\X") ); in appendChar()
68 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("void") ); in appendValue()
80 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(") ") ); in appendValue()
92 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in appendValue()
95 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\")") ); in appendValue()
101 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("{ ") ); in appendValue()
119 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in appendValue()
130 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(" = ") ); in appendValue()
144 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in appendValue()
[all …]
/AOO42X/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1320 aValue.appendAscii("ASCII,"); in getStringFunctions()
1322 aValue.appendAscii("BIT_LENGTH,"); in getStringFunctions()
1324 aValue.appendAscii("CHAR,"); in getStringFunctions()
1326 aValue.appendAscii("CHAR_LENGTH,"); in getStringFunctions()
1328 aValue.appendAscii("CHARACTER_LENGTH,"); in getStringFunctions()
1330 aValue.appendAscii("CONCAT,"); in getStringFunctions()
1332 aValue.appendAscii("DIFFERENCE,"); in getStringFunctions()
1334 aValue.appendAscii("INSERT,"); in getStringFunctions()
1336 aValue.appendAscii("LCASE,"); in getStringFunctions()
1338 aValue.appendAscii("LEFT,"); in getStringFunctions()
[all …]
/AOO42X/main/framework/source/jobs/
H A Djoburl.cxx520 sMsg.appendAscii("\"" ); in impldbg_checkURL()
522 sMsg.appendAscii("\" "); in impldbg_checkURL()
526 sMsg.appendAscii("... OK\n"); in impldbg_checkURL()
530 sMsg.appendAscii("... failed\n"); in impldbg_checkURL()
531 sMsg.appendAscii("expected was: "); in impldbg_checkURL()
533 sMsg.appendAscii("E_UNKNOWN"); in impldbg_checkURL()
536 sMsg.appendAscii("| E_EVENT e=\""); in impldbg_checkURL()
537 sMsg.appendAscii(pExpectedEvent ); in impldbg_checkURL()
538 sMsg.appendAscii("\"" ); in impldbg_checkURL()
542 sMsg.appendAscii("| E_ALIAS a=\""); in impldbg_checkURL()
[all …]
/AOO42X/main/extensions/source/logging/
H A Dplaintextformatter.cxx111 aHeader.appendAscii( " event no" ); // column 1: the event number in getHead()
112 aHeader.appendAscii( " " ); in getHead()
113 aHeader.appendAscii( "thread " ); // column 2: the thread ID in getHead()
114 aHeader.appendAscii( " " ); in getHead()
115 aHeader.appendAscii( "date " ); // column 3: date in getHead()
116 aHeader.appendAscii( " " ); in getHead()
117 aHeader.appendAscii( "time " ); // column 4: time in getHead()
118 aHeader.appendAscii( " " ); in getHead()
119 aHeader.appendAscii( "(class/method:) message" ); // column 5: class/method/message in getHead()
120 aHeader.appendAscii( "\n" ); in getHead()
[all …]
/AOO42X/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx84 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("MAYBEVOID, ") ); in getPropertyFlagsAsString()
86 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("BOUND, ") ); in getPropertyFlagsAsString()
88 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("CONSTRAINED, ") ); in getPropertyFlagsAsString()
90 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("TRANSIENT, ") ); in getPropertyFlagsAsString()
92 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("READONLY, ") ); in getPropertyFlagsAsString()
94 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("MAYBEAMBIGUOUS, ") ); in getPropertyFlagsAsString()
96 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("MAYBEDEFAULT, ") ); in getPropertyFlagsAsString()
98 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("REMOVEABLE, ") ); in getPropertyFlagsAsString()
100 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("OPTIONAL") ); in getPropertyFlagsAsString()
112 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("] ") ); in typeError()
[all …]
/AOO42X/main/pyuno/source/module/
H A Dpyuno.cxx92 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("0x") ); in val2str()
96 … buf.appendAscii( "{" ); Reference< XInterface > r = *( Reference< XInterface > * ) pVal; in val2str()
101 buf.appendAscii("implementationName=" ); in val2str()
103 buf.appendAscii(", supportedServices={" ); in val2str()
109 buf.appendAscii( "," ); in val2str()
111 buf.appendAscii("}"); in val2str()
116 buf.appendAscii(", supportedInterfaces={" ); in val2str()
122 buf.appendAscii( "," ); in val2str()
124 buf.appendAscii("}"); in val2str()
126 buf.appendAscii( "}" ); in val2str()
[all …]
H A Dpyuno_type.cxx192 buf.appendAscii( "pyuno.checkEnum: " ).append( strTypeName ).appendAscii( " is a " ); in PyEnum2Enum()
193 buf.appendAscii( in PyEnum2Enum()
195 buf.appendAscii( ", expected ENUM" ); in PyEnum2Enum()
213 buf.appendAscii( "value " ).append( strValue ).appendAscii( " is unknown in enum " ); in PyEnum2Enum()
222 buf.appendAscii( "enum " ).append( strTypeName ).appendAscii( " is unknown" ); in PyEnum2Enum()
247 buf.appendAscii( "type " ).append(name).appendAscii( " is unknown" ); in PyType2Type()
254 buf.appendAscii( "pyuno.checkType: " ).append(name).appendAscii( " is a " ); in PyType2Type()
255 buf.appendAscii( typeClassToString( (TypeClass) desc.get()->eTypeClass) ); in PyType2Type()
256 buf.appendAscii( ", but type got construct with typeclass " ); in PyType2Type()
257 buf.appendAscii( typeClassToString( (TypeClass) *(sal_Int32*)enumValue.getValue() ) ); in PyType2Type()
[all …]
H A Dpyuno_util.cxx115 buf.appendAscii( "couldn't find core function " ); in getObjectFromUnoModule()
116 buf.appendAscii( func ); in getObjectFromUnoModule()
186 buf.appendAscii( intro ); in logException()
188 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("].") ); in logException()
190 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( " = " ) ); in logException()
207 buf.appendAscii( intro ); in logReply()
209 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("].") ); in logReply()
211 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("()=") ); in logReply()
218 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", " ) ); in logReply()
232 buf.appendAscii( intro ); in logCall()
[all …]
H A Dpyuno_module.cxx91 … buf.appendAscii( "pyuno._createUnoStructHelper: too few elements in the initializer tuple,"); in fillStructWithInitializer()
92 buf.appendAscii( "expected at least " ).append( nIndex + pCompType->nMembers ); in fillStructWithInitializer()
93 buf.appendAscii( ", got " ).append( nTupleSize ); in fillStructWithInitializer()
166 iniFileName.appendAscii( "/" ); in getComponentContext()
167 iniFileName.appendAscii( SAL_CONFIGFILE( "pyuno" ) ); in getComponentContext()
279 buf.appendAscii( "pyuno._createUnoStructHelper: wrong number of "); in createUnoStructHelper()
280 buf.appendAscii( "elements in the initializer list, expected " ); in createUnoStructHelper()
282 buf.appendAscii( ", got " ); in createUnoStructHelper()
382 buf.appendAscii( "pyuno.getConstantByName: " ).append( typeName ); in getConstantByName()
383 buf.appendAscii( "is not a constant" ); in getConstantByName()
[all …]
/AOO42X/main/cppuhelper/source/
H A Dcomponent_context.cxx96 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("0x") ); in val2str()
102 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("{ ") ); in val2str()
116 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in val2str()
126 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(" = ") ); in val2str()
132 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in val2str()
137 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(" }") ); in val2str()
154 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("{ ") ); in val2str()
160 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in val2str()
162 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(" }") ); in val2str()
166 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("{}") ); in val2str()
[all …]
/AOO42X/main/framework/source/fwi/classes/
H A Dconverter.cxx268 sBuffer.appendAscii("000"); in convert_DateTime2ISO8601()
271 sBuffer.appendAscii("00"); in convert_DateTime2ISO8601()
274 sBuffer.appendAscii("0"); in convert_DateTime2ISO8601()
277 sBuffer.appendAscii("-"); in convert_DateTime2ISO8601()
280 sBuffer.appendAscii("0"); in convert_DateTime2ISO8601()
283 sBuffer.appendAscii("-"); in convert_DateTime2ISO8601()
286 sBuffer.appendAscii("0"); in convert_DateTime2ISO8601()
289 sBuffer.appendAscii("T"); in convert_DateTime2ISO8601()
292 sBuffer.appendAscii("0"); in convert_DateTime2ISO8601()
295 sBuffer.appendAscii(":"); in convert_DateTime2ISO8601()
[all …]
/AOO42X/main/cpputools/source/unoexe/
H A Dunoexe.cxx175 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("incomplete option \"-") ); in readOption()
176 buf.appendAscii( pOpt ); in readOption()
177 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" given!") ); in readOption()
293 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("cannot get service instance \"") ); in createInstance()
295 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
303 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("service instance \"") ); in createInstance()
305 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" does not support demanded interface \"") ); in createInstance()
308 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
402 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("unknown extension of \"") ); in loadComponent()
404 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"! No loader available!") ); in loadComponent()
[all …]
/AOO42X/main/sd/source/ui/app/
H A Dtbxww.cxx223 aTbxResName.appendAscii( "alignmentbar" ); in CreatePopupWindow()
227 aTbxResName.appendAscii( "zoombar" ); in CreatePopupWindow()
231 aTbxResName.appendAscii( "choosemodebar" ); in CreatePopupWindow()
235 aTbxResName.appendAscii( "positionbar" ); in CreatePopupWindow()
239 aTbxResName.appendAscii( "textbar" ); in CreatePopupWindow()
243 aTbxResName.appendAscii( "rectanglesbar" ); in CreatePopupWindow()
247 aTbxResName.appendAscii( "ellipsesbar" ); in CreatePopupWindow()
251 aTbxResName.appendAscii( "linesbar" ); in CreatePopupWindow()
255 aTbxResName.appendAscii( "arrowsbar" ); in CreatePopupWindow()
259 aTbxResName.appendAscii( "3dobjectsbar" ); in CreatePopupWindow()
[all …]
/AOO42X/main/stoc/source/security/
H A Dpermissions.cxx83 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("### ignoring unknown socket action: ") ); in makeMask()
103 buf.appendAscii( *strings ); in makeStrings()
256 buf.appendAscii( in toString()
279 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\", actions=\"") ); in toString()
281 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\")") ); in toString()
340 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("/*") ); in FilePermission()
347 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("/-") ); in FilePermission()
433 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("com.sun.star.io.FilePermission (url=\"") ); in toString()
436 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\", actions=\"") ); in toString()
438 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\")") ); in toString()
[all …]
/AOO42X/main/connectivity/source/drivers/hsqldb/
H A DHTools.cxx47 _inout_rBuffer.appendAscii( " WHERE " ); in appendTableFilterCrit()
50 _inout_rBuffer.appendAscii( _bShortForm ? "TABLE_CAT" : "TABLE_CATALOG" ); in appendTableFilterCrit()
51 _inout_rBuffer.appendAscii( " = '" ); in appendTableFilterCrit()
53 _inout_rBuffer.appendAscii( "' AND " ); in appendTableFilterCrit()
57 _inout_rBuffer.appendAscii( _bShortForm ? "TABLE_SCHEM" : "TABLE_SCHEMA" ); in appendTableFilterCrit()
58 _inout_rBuffer.appendAscii( " = '" ); in appendTableFilterCrit()
60 _inout_rBuffer.appendAscii( "' AND " ); in appendTableFilterCrit()
62 _inout_rBuffer.appendAscii( "TABLE_NAME = '" ); in appendTableFilterCrit()
64 _inout_rBuffer.appendAscii( "'" ); in appendTableFilterCrit()
/AOO42X/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx64 aElement.appendAscii("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); in OdfEmitter()
73 aElement.appendAscii("<"); in beginTag()
74 aElement.appendAscii(pTag); in beginTag()
75 aElement.appendAscii(" "); in beginTag()
84 aAttribute.appendAscii("=\""); in beginTag()
86 aAttribute.appendAscii("\" "); in beginTag()
101 aElement.appendAscii(">"); in beginTag()
121 aElement.appendAscii("</"); in endTag()
122 aElement.appendAscii(pTag); in endTag()
123 aElement.appendAscii(">"); in endTag()
/AOO42X/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx261 aRet.appendAscii( desktop_strings[DESKTOP_CDE] ); in get_desktop_environment()
263 aRet.appendAscii( desktop_strings[DESKTOP_KDE4] ); in get_desktop_environment()
265 aRet.appendAscii( desktop_strings[DESKTOP_GNOME] ); in get_desktop_environment()
267 aRet.appendAscii( desktop_strings[DESKTOP_KDE] ); in get_desktop_environment()
269 aRet.appendAscii( desktop_strings[DESKTOP_UNKNOWN] ); in get_desktop_environment()
298 aRet.appendAscii( desktop_strings[DESKTOP_NONE] ); in get_desktop_environment()
317 aRet.appendAscii( desktop_strings[DESKTOP_KDE4] ); in get_desktop_environment()
319 aRet.appendAscii( desktop_strings[DESKTOP_GNOME] ); in get_desktop_environment()
321 aRet.appendAscii( desktop_strings[DESKTOP_CDE] ); in get_desktop_environment()
323 aRet.appendAscii( desktop_strings[DESKTOP_KDE] ); in get_desktop_environment()
[all …]
/AOO42X/main/oox/source/ole/
H A Dvbamodule.cxx170 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Rem " ) ); in readSourceCode()
189 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Rem Attribute VBA_ModuleType=" ) ); in createModule()
193 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAModule" ) ); in createModule()
196 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAClassModule" ) ); in createModule()
199 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAFormModule" ) ); in createModule()
204 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBADocumentModule" ) ); in createModule()
215 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "VBAUnknown" ) ); in createModule()
220 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Option VBASupport 1\n" ) ); in createModule()
222 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Option ClassModule\n" ) ); in createModule()
227 aSourceCode.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Sub " ) ). in createModule()
[all …]
/AOO42X/main/dbaccess/source/filter/xml/
H A DxmlServerDatabase.cxx118 sURL.appendAscii(":"); in DBG_NAME()
123 sURL.appendAscii("/"); in DBG_NAME()
129 sURL.appendAscii("jdbc:oracle:thin:@"); in DBG_NAME()
133 sURL.appendAscii(":"); in DBG_NAME()
138 sURL.appendAscii(":"); in DBG_NAME()
144 sURL.appendAscii("sdbc:address:ldap:"); in DBG_NAME()
148 sURL.appendAscii(":"); in DBG_NAME()
155 sURL.appendAscii(":"); in DBG_NAME()
159 sURL.appendAscii(":"); in DBG_NAME()
164 sURL.appendAscii(":"); in DBG_NAME()

12345678910>>...17