Home
last modified time | relevance | path

Searched refs:ByteString (Results 76 – 100 of 638) sorted by relevance

12345678910>>...26

/aoo41x/main/soldep/inc/soldep/
H A Dcommand.hxx97 ByteString aCommandLine;
98 ByteString aCommand;
106 void Initpp( sal_uIntPtr nCount, ByteString &rStr );
112 CCommand( ByteString &rString );
124 static ByteString Search( ByteString sEnv,
125 ByteString sItem = COMMAND_SHELL );
132 ByteString GetCommandLine_() { return aCommandLine; } in GetCommandLine_()
133 ByteString GetCommand() { return aCommand; } in GetCommand()
154 CCommandd( ByteString &rString, CommandBits nBits );
H A Dsoldep.hxx46 ByteString msVersionMajor;
47 ByteString msVersionMinor;
48 ByteString msProject;
65 sal_uInt16 Load( const ByteString& rFileName );
89 void Init( ByteString &rVersion, GenericInformationList *pVersionList = NULL );
90 sal_Bool InitPrj( ByteString& rListName );
92 virtual sal_uIntPtr AddObject( ByteString& rBodyText, sal_Bool Interact=sal_True );
93 sal_uIntPtr AddPrjObject( ByteString& rBodyText, sal_Bool Interact=sal_True );
102 virtual sal_Bool ViewContent( ByteString& rObjectName );
H A Dhashtbl.hxx47 sal_uIntPtr Hash(ByteString const& Key) const;
48 sal_uIntPtr DHash(ByteString const& Key, sal_uIntPtr lHash) const;
51 HashItem* FindPos(ByteString const& Key) const;
93 void* Find (ByteString const& Key) const;
94 sal_Bool Insert (ByteString const& Key, void* pObject);
95 void* Delete (ByteString const& Key);
134 { return (ObjType) HashTable::Find(ByteString(Key)); } \
138 { return HashTable::Insert(ByteString(Key), (void*) Object); } \
141 { return (ObjType) HashTable::Delete (ByteString(Key)); } \
/aoo41x/main/vcl/unx/generic/printer/
H A Djobdata.cxx121 ByteString aLine; in getStreamBuffer()
135 aLine += ByteString::CreateFromInt32( m_nCopies ); in getStreamBuffer()
139 aLine += ByteString::CreateFromInt32( m_nLeftMarginAdjust ); in getStreamBuffer()
141 aLine += ByteString::CreateFromInt32( m_nRightMarginAdjust ); in getStreamBuffer()
143 aLine += ByteString::CreateFromInt32( m_nTopMarginAdjust ); in getStreamBuffer()
149 aLine += ByteString::CreateFromInt32( m_nColorDepth ); in getStreamBuffer()
153 aLine += ByteString::CreateFromInt32( m_nPSLevel ); in getStreamBuffer()
157 aLine += ByteString::CreateFromInt32( m_nPDFDevice ); in getStreamBuffer()
161 aLine += ByteString::CreateFromInt32( m_nColorDevice ); in getStreamBuffer()
180 ByteString aLine; in constructFromStreamBuffer()
[all …]
H A Dprinterinfomanager.cxx264 ByteString aValue( aConfig.ReadKey( "Copies" ) ); in initialize()
318 ByteString aKey( aConfig.GetKeyName( nKey ) ); in initialize()
384 ByteString aValue = aConfig.ReadKey( "Printer" ); in initialize()
523 ByteString aKey( aConfig.GetKeyName( nKey ) ); in initialize()
765 aValue += ByteString( String( it->first ), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()
794 ByteString aKey( "PPD_" ); in writePrinterConfig()
795 aKey += ByteString( pKey->getKey(), RTL_TEXTENCODING_ISO_8859_1 ); in writePrinterConfig()
798 …aValue = pValue ? ByteString( pValue->m_aOption, RTL_TEXTENCODING_ISO_8859_1 ) : ByteString( "*nil… in writePrinterConfig()
808 ByteString aKey( "SubstFont_" ); in writePrinterConfig()
1309 ByteString aComment( WhitespaceToSpace( it->copy(nPos+12) ) ); in lpgetSysQueueTokenHandler()
[all …]
/aoo41x/main/sw/source/core/bastyp/
H A Dswcache.cxx104 , const ByteString &rNm in SwCache()
140 ByteString sOut( aName ); sOut += '\n'; in ~SwCache()
142 += ByteString::CreateFromInt32( nAppend ))+= '\n'; in ~SwCache()
144 += ByteString::CreateFromInt32( nInsertFree ))+= '\n'; in ~SwCache()
146 += ByteString::CreateFromInt32( nReplace ))+= '\n'; in ~SwCache()
148 += ByteString::CreateFromInt32( nGetSuccess ))+= '\n'; in ~SwCache()
150 += ByteString::CreateFromInt32( nGetFail ))+= '\n'; in ~SwCache()
152 += ByteString::CreateFromInt32( nToTop ))+= '\n'; in ~SwCache()
154 += ByteString::CreateFromInt32( nDelete ))+= '\n'; in ~SwCache()
156 += ByteString::CreateFromInt32( nGetSeek ))+= '\n'; in ~SwCache()
[all …]
/aoo41x/main/tools/inc/bootstrp/
H A Dinimgr.hxx40 ByteString sGlobalDir; /// holds the org. ini dir
41 ByteString sLocalPath; /// holds path of local ini dir
44 IniManager( ByteString &rDir, ByteString &rLocalDir );
45 IniManager( ByteString &rDir );
48 ByteString ToLocal( ByteString &rPath );
52 static ByteString GetLocalIni();
53 static ByteString GetGlobalIni();
/aoo41x/main/l10ntools/source/
H A Dtagtest.cxx94 ByteString aName; // store the name of a property/tag in SplitTag()
222 …rErrorList.AddError( 25, ByteString("Property '").Append(aName).Append("' has invalid value '").Ap… in SplitTag()
333 aName = ByteString( aPortion, RTL_TEXTENCODING_UTF8 ); in SplitTag()
363 …rErrorList.AddError( 25, ByteString("Found displaced characters '").Append(ByteString( aPortion, R… in SplitTag()
386 sal_Bool TokenInfo::IsPropertyRelevant( const ByteString &aName, const String &aValue ) const in IsPropertyRelevant()
433 sal_Bool TokenInfo::IsPropertyFixable( const ByteString &aName ) const in IsPropertyFixable()
797 ByteString sTmp( "Tag Start '\\<' without Tag End '\\>': " ); in GetNextTokenString()
1334 ByteString sTmp( "Expected Symbol" ); in match()
1342 sTmp += ByteString( aParser.GetLexem( aExpectedToken ), RTL_TEXTENCODING_UTF8 ); in match()
1366 aErrorText += ByteString( aLexem, RTL_TEXTENCODING_UTF8 ); in ParserMessage()
[all …]
H A Dutf8conv.cxx44 void UTF8Converter::Convert( ByteString &rBuffer, in Convert()
49 rBuffer = ByteString( sTemp, nDestENC ); in Convert()
53 ByteString UTF8Converter::ConvertToUTF8( in ConvertToUTF8()
54 const ByteString &rASCII, rtl_TextEncoding nEncoding ) in ConvertToUTF8()
57 ByteString sReturn( rASCII ); in ConvertToUTF8()
63 ByteString UTF8Converter::ConvertFromUTF8( in ConvertFromUTF8()
64 const ByteString &rUTF8, rtl_TextEncoding nEncoding ) in ConvertFromUTF8()
67 ByteString sReturn( rUTF8 ); in ConvertFromUTF8()
H A Dxgfconv.cxx43 ByteString sInput( argv[ 1 ] ); in main()
44 ByteString sOutput( argv[ 2 ] ); in main()
59 ByteString sLine; in main()
63 ByteString sLangId = sLine.GetToken( 0, '\t' ); in main()
64 ByteString sFile = sLine.GetToken( 1, '\t' ); in main()
65 ByteString sText = sLine.Copy( sLangId.Len() + sFile.Len() + 2 ); in main()
71 ByteString sOutput = sFile; in main()
75 ByteString sEmpty; in main()
/aoo41x/main/tools/source/ref/
H A Derrinf.cxx211 ByteString aErr("Aktion: "); in aDspFunc()
212 aErr+= ByteString( rAction, RTL_TEXTENCODING_ASCII_US ); in aDspFunc()
214 aErr+= ByteString( rErr, RTL_TEXTENCODING_ASCII_US ); in aDspFunc()
341 ByteString aStr("Action: "); in HandleError_Impl()
342 aStr += ByteString( aAction, RTL_TEXTENCODING_ASCII_US ); in HandleError_Impl()
343 aStr += ByteString("\nFehler: "); in HandleError_Impl()
344 aStr += ByteString( aErr, RTL_TEXTENCODING_ASCII_US ); in HandleError_Impl()
427 ByteString aStr; in CreateString()
429 aStr+=ByteString::CreateFromInt32(nId); in CreateString()
436 aStr+=ByteString::CreateFromInt32((nId & ERRCODE_ERROR_MASK & in CreateString()
[all …]
/aoo41x/main/tools/bootstrp/
H A Dprj.cxx80 ByteString SimpleConfig::GetNext() in GetNext()
83 ByteString aString; in GetNext()
88 return ByteString(); in GetNext()
99 ByteString SimpleConfig::GetNextLine() in GetNextLine()
102 ByteString aSecStr; in GetNextLine()
110 while ( aTmpStr.SearchAndReplace(ByteString(' '),ByteString('\t') ) != STRING_NOTFOUND ) ; in GetNextLine()
113 ByteString aEraseString; in GetNextLine()
123 ByteString SimpleConfig::GetCleanedNextLine( sal_Bool bReadComments ) in GetCleanedNextLine()
143 ByteString aEraseString; in GetCleanedNextLine()
H A Dcppdep.hxx29 DECLARE_LIST( ByteStringList, ByteString * )
33 ByteString aSourceFile;
40 sal_Bool Search( ByteString aFileName );
41 ByteString Exists( ByteString aFileName );
43 ByteString IsIncludeStatement( ByteString aLine );
45 CppDep( ByteString aFileName );
/aoo41x/main/idl/source/objects/
H A Dobject.cxx470 ByteString aStr( "Attribute's " ); in TestAttribute()
489 ByteString aStr( "Attribute " ); in TestAttribute()
700 sal_uInt16 SvMetaClass::WriteSlots( const ByteString & rShellName, in WriteSlots()
726 const ByteString & rPrefix, SvIdlDataBase& rBase) in InsertSlots()
770 ByteString rPre = rPrefix; in InsertSlots()
818 void SvMetaClass::WriteSlotStubs( const ByteString & rShellName, in WriteSlotStubs()
874 InsertSlots(aSlotList, aSuperList, classList, ByteString(), rBase); in WriteSfx()
899 ByteString * pStr = aStringList.First(); in WriteSfx()
970 ByteString aSuperName( "SvDispatch" ); in WriteHxx()
1000 ByteString aSuperName( "SvDispatch" ); in WriteCxx()
[all …]
/aoo41x/main/soldep/source/
H A Dsoldlg.cxx178 ByteString SolSelectVersionDlg::GetVersionMajor() in GetVersionMajor()
182 return ByteString(maVersionListBox.GetSelectEntry(), RTL_TEXTENCODING_ASCII_US ); in GetVersionMajor()
186 ByteString SolSelectVersionDlg::GetVersionMinor() in GetVersionMinor()
190 ByteString minor = ByteString(maMinorEditBox.GetText(), RTL_TEXTENCODING_ASCII_US ); in GetVersionMinor()
197 ByteString check2 = minor.Copy(1,(minor.Len()-1)); in GetVersionMinor()
200 return ByteString(""); in GetVersionMinor()
254 ByteString prjname = pObjList->GetObject( i )->GetBodyText(); in SolFindProjectDlg()
255 if (prjname != ByteString("null")) //null_project in SolFindProjectDlg()
260 ByteString SolFindProjectDlg::GetProject() in GetProject()
262 return ByteString(maCombobox.GetText(),RTL_TEXTENCODING_UTF8); in GetProject()
/aoo41x/main/automation/source/simplecm/
H A Dsimplecm.cxx129 void CommunicationLink::SetApplication( const ByteString& aApp ) in SetApplication()
205 return ByteString( UniString(aDotted), RTL_TEXTENCODING_UTF8 ); in GetCommunicationPartner()
214 aCommunicationPartner = ByteString( UniString(aFQDN), RTL_TEXTENCODING_UTF8 ); in GetCommunicationPartner()
224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()
237 return ByteString( UniString(aDotted), RTL_TEXTENCODING_UTF8 ); in GetMyName()
246 aMyName = ByteString( UniString(aFQDN), RTL_TEXTENCODING_UTF8 ); in GetMyName()
290 void SimpleCommunicationLinkViaSocket::SetApplication( const ByteString& aApp ) in SetApplication()
426 sal_Bool CommunicationManager::StartCommunication( ByteString aHost, sal_uLong nPort ) in StartCommunication()
433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName()
437 return ByteString( UniString(aHostname), RTL_TEXTENCODING_UTF8 ); in GetMyName()
[all …]
/aoo41x/main/tools/source/fsys/
H A Dos2.cxx184 ByteString aName = ByteString( pTop->aName ).ToLowerAscii(); in GetVolume()
217 if ( !chdir(ByteString(GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
224 !chdir(ByteString(pParent->GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
356 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
481 ByteString aTempName( rDirEntry.GetName(), osl_getThreadTextEncoding() ); in Update()
505 ByteString rDirEntryUpperCase = ByteString( rDirEntry.aName ).ToUpperAscii(); in Update()
533 ByteString aFullName( aTempDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update()
607 sal_Bool IsRedirectable_Impl( const ByteString &rPath ) in IsRedirectable_Impl()
611 ByteString aVolume = rPath.Copy( 0, 3 ); in IsRedirectable_Impl()
745 ByteString aLower( rSource );
[all …]
H A Dunx.cxx86 ByteString mountspecial;
87 ByteString mountpoint;
88 ByteString mymnttab_filesystem;
230 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in IsCaseSensitive()
334 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetVolume()
355 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetDevice()
383 ByteString aPath( GetFull(), osl_getThreadTextEncoding()); in SetCWD()
414 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
518 ByteString aPath( rDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update()
528 ByteString aTempName( rDirEntry.GetName(), osl_getThreadTextEncoding() ); in Update()
[all …]
/aoo41x/main/tools/source/stream/
H A Dstrmunx.cxx84 ByteString aFileName(m_pStream->GetFileName(), osl_getThreadTextEncoding()); in InternalStreamLock()
112 ByteString aFileName(pStream->GetFileName(), osl_getThreadTextEncoding()); in LockFile()
358 ByteString aTraceStr( "SvFileStream::GetData(): " ); in GetData()
359 aTraceStr += ByteString::CreateFromInt64(nSize); in GetData()
361 aTraceStr += ByteString(aFilename, osl_getThreadTextEncoding()); in GetData()
388 ByteString aTraceStr( "SvFileStrean::PutData: " ); in PutData()
389 aTraceStr += ByteString::CreateFromInt64(nSize); in PutData()
391 aTraceStr += ByteString(aFilename, osl_getThreadTextEncoding()); in PutData()
680 ByteString aLocalFilename(aFilename, osl_getThreadTextEncoding()); in Open()
683 ByteString aTraceStr( "SvFileStream::Open(): " ); in Open()
[all …]
/aoo41x/main/rsc/inc/
H A Drscdb.hxx62 ByteString aFileName;
73 ByteString aLanguage; // output language
75 ByteString aSearchPath; // Suchen der Bitmap, Icon, Pointer
76 ByteString aSysSearchPath; // aSearchPath plus language specific paths
262 void InsWinBit( RscTop * pClass, const ByteString & rName,
311 ByteString ChangeLanguage( const ByteString& rNewLang );
323 void SetSearchPath( const ByteString & rStr) { aSearchPath = rStr; } in SetSearchPath()
324 ByteString GetSearchPath() const { return aSearchPath; } in GetSearchPath()
325 void SetSysSearchPath( const ByteString& rStr ) { aSysSearchPath = rStr; } in SetSysSearchPath()
326 ByteString GetSysSearchPath() const { return aSysSearchPath; } in GetSysSearchPath()
[all …]
/aoo41x/main/tools/inc/tools/
H A Diparser.hxx77 ByteString sOldLine;
79 ByteString sCurrentComment;
83 ByteString sUPD;
84 ByteString sVersion;
92 ByteString sErrorText;
96 TOOLS_DLLPRIVATE ByteString &ReadLine();
105 virtual void PrintStatus( ByteString &rStatus ) in PrintStatus()
137 ByteString &GetErrorText();
/aoo41x/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx210 ByteString aMsg( "loadModuleImpl: Exception caught\n" ); in loadModuleImpl()
211 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleImpl()
237 ByteString aMsg( "loadModuleByImplName: Exception caught\n" ); in loadModuleByImplName()
238 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadModuleByImplName()
263 ByteString aMsg( "equals: Exception caught\n" ); in equals()
264 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in equals()
288 ByteString aMsg( "compareSubstring: Exception caught\n" ); in compareSubstring()
289 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareSubstring()
311 ByteString aMsg( "compareString: Exception caught\n" ); in compareString()
312 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in compareString()
/aoo41x/main/sw/source/filter/html/
H A Dcss1atr.cxx239 ByteString sOut; in OutCSS1_Property()
508 ByteString sOut; in OutCSS1_UnitProperty()
525 ByteString sOut( ByteString::CreateFromInt32( nVal ) ); in OutCSS1_PixelProperty()
572 ByteString sOut; in OutCSS1_SfxItemSet()
2547 ByteString sOut; in OutCSS1_SvxTxtLn_SvxCrOut_SvxBlink()
2622 ByteString sOut; in OutCSS1_SvxColor()
2702 ByteString sHeight( ByteString::CreateFromInt32( in OutCSS1_SvxFontHeight()
3008 ByteString aStr( in OutCSS1_SvxWidows()
3019 ByteString aStr( in OutCSS1_SvxOrphans()
3083 ByteString sOut; in OutCSS1_SwFmtFrmSize()
[all …]
H A Dhtmltabw.cxx324 ByteString sOut( '<' ); in OutTableCell()
330 += ByteString::CreateFromInt32( nRowSpan ); in OutTableCell()
333 += ByteString::CreateFromInt32( nColSpan ); in OutTableCell()
386 sOut += ByteString::CreateFromInt32(aPixelSz.Width()); in OutTableCell()
394 += ByteString::CreateFromInt32(aPixelSz.Height()); in OutTableCell()
546 ByteString sOut( ' ' ); in OutTableCells()
630 ByteString sOut( '<' ); in Write()
647 += ByteString::CreateFromInt32( aCols.Count() ); in Write()
670 sOut += ByteString::CreateFromInt32( nPixWidth ); in Write()
844 ByteString sOutStr( '<' ); in Write()
[all …]
/aoo41x/main/soldep/inc/
H A Ddep.hxx41 ByteString* pVersion;
44 …VersionDepInfo(const ByteString& rCurrentVersion) : pVersion (NULL) { pVersion = new ByteString(rC… in VersionDepInfo()
47 const ByteString* GetVersion() { return pVersion; } in GetVersion()
58 VersionDepInfo* GetVersion (ByteString& rVersion);
59 void RemoveVersion (ByteString& rVersion);
60 VersionDepInfo* InsertVersion (ByteString& rVersion);

Completed in 211 milliseconds

12345678910>>...26