Home
last modified time | relevance | path

Searched refs:ByteString (Results 51 – 75 of 638) sorted by relevance

12345678910>>...26

/aoo41x/main/rsc/source/prj/
H A Dstart.cxx89 const ByteString& rInput, in CallPrePro()
99 ByteString aRspFileName; in CallPrePro()
145 ByteString aTmpStr( '@' ); in CallPrePro()
205 ByteString aSrsName, in CallRsc2()
209 ByteString* pString; in CallRsc2()
276 ByteString aTmpStr( '@' ); in CallRsc2()
330 ByteString aDelim("/"); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
333 ByteString aSrsName; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
334 ByteString aResName; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
341 ByteString* pString; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/aoo41x/main/rsc/source/tools/
H A Drscdef.cxx214 ByteString RscId::GetName() const in GetName()
216 ByteString aStr; in GetName()
238 ByteString RscId::GetMacro() const in GetMacro()
240 ByteString aStr; in GetMacro()
392 ByteString RscDefine::GetMacro() in GetMacro()
396 return ByteString::CreateFromInt32( lId ); in GetMacro()
561 ByteString aStr; in GetMacro()
664 ByteString RscExpression::GetMacro() in GetMacro()
666 ByteString aLeft; in GetMacro()
1275 const ByteString & rNewName ) in ChangeDefName()
[all …]
/aoo41x/main/idl/source/objects/
H A Dslot.cxx794 ByteString aDel( ", " ); in WriteAttributesSvIdl()
795 ByteString aOut; in WriteAttributesSvIdl()
815 ByteString aDel1( ", " ); in WriteAttributesSvIdl()
1112 ByteString aSId( GetSlotId() ); in Insert()
1187 ByteString aName( "SFX_SLOT_" ); in MakeSlotName()
1261 const ByteString & rSlotId, in WriteSlot()
1263 const ByteString & rPrefix, in WriteSlot()
1273 ByteString aSlotIdValue( ByteString::CreateFromInt32( GetSlotId().GetValue() ) ); in WriteSlot()
1574 ByteString slotId = GetSlotId(); in WriteSlotMap()
1632 ByteString aSId( GetSlotId() ); in WriteSrc()
[all …]
H A Dtypes.cxx684 ByteString aParserStr; in WriteCSource()
1219 ByteString aRet; in GetBasicPostfix()
1608 ByteString name = GetName(); in Write()
1629 ByteString aStr = name; in Write()
1911 ByteString aVarName = " a"; in WriteSfxItem()
1916 ByteString aAttrArray; in WriteSfxItem()
1919 ByteString aAttrCount( ByteString::CreateFromInt32( nAttrCount ) ); in WriteSfxItem()
2121 ByteString out; in WriteTypePrefix()
2227 ByteString aPStr; in GetParserString()
2259 ByteString aPStr; in WriteParamNames()
[all …]
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx117 aStream.WriteLine( ByteString( CACHE_MAGIC ) ); in flush()
127 ByteString aLine( "FontCacheDirectory:" ); in flush()
143 aLine.Append( ByteString( entry_it->first ) ); in flush()
179 aLine = ByteString::CreateFromInt32( nSubEntry ); in flush()
211 aLine.Append( ByteString::CreateFromInt32( 0 ) ); in flush()
213 aLine.Append( ByteString::CreateFromInt32( 0 ) ); in flush()
234 aStream.WriteLine( ByteString() ); in flush()
259 ByteString aLine; in read()
460 aFilePath.Append( ByteString(aFile) ); in read()
740 ByteString aPath = rManager.getDirectory( nDirID ); in updateFontCacheEntry()
[all …]
/aoo41x/main/l10ntools/inc/
H A Dtagtest.hxx45 bool operator()( const ByteString& rKey1, const ByteString& rKey2 ) const { in operator ()()
50 bool operator()( const ByteString& rKey1, const ByteString& rKey2 ) const { in operator ()()
56 size_t operator()( const ByteString& rName ) const{ in operator ()()
63 typedef std::hash_map<ByteString , String , hashByteString,equalByteString>
110 sal_Bool IsPropertyFixable( const ByteString &aName ) const;
276 ByteString aErrorText;
284 ByteString GetErrorText() { return aErrorText; } in GetErrorText()
291 virtual ByteString Prefix() =0;
300 virtual ByteString Prefix() {return "Error:"; }; in Prefix()
309 virtual ByteString Prefix() {return "Warning:"; }; in Prefix()
[all …]
/aoo41x/main/soldep/bootstrp/
H A Dminormk.cxx37 const ByteString &rVersion, in MinorMk()
38 const ByteString &rWorkStamp, in MinorMk()
39 const ByteString &rEnvironment, in MinorMk()
40 const ByteString &rMinor in MinorMk()
64 ByteString sFile( rWorkStamp ); in MinorMk()
95 ByteString sFile( "minor.mk" ); in MinorMk()
105 MinorMk::MinorMk( const ByteString &rMinor, const ByteString &rEnvironment ) in MinorMk()
112 ByteString sSolver( GetEnv( "SOLARVERSION" )); in MinorMk()
118 ByteString sUPD( GetEnv( "UPD" )); in MinorMk()
120 ByteString sMinorMk( sSolver ); in MinorMk()
[all …]
H A Dsstring.cxx40 sal_uIntPtr SByteStringList::IsString( ByteString* pStr ) in IsString()
45 ByteString* pString = GetObject( nRet ); in IsString()
53 ByteString* pString = GetObject( 0 ); in IsString()
70 ByteString* pString; in GetPrevString()
111 ByteString* pString = GetObject( 0 ); in PutString()
118 ByteString* pString = GetObject( nPos ); in PutString()
134 ByteString* SByteStringList::RemoveString( const ByteString& rName ) in RemoveString()
137 ByteString* pReturn; in RemoveString()
154 ByteString* pByteString = First(); in CleanUp()
167 ByteString* pByteString = new ByteString(); in operator <<()
[all …]
H A Dcommand.cxx342 CCommand::CCommand( ByteString &rString ) in CCommand()
354 ByteString sCmd( rString.GetToken( 0, ' ' )); in CCommand()
355 ByteString sParam( rString.Copy( sCmd.Len())); in CCommand()
367 ByteString aString = pChar; in CCommand()
377 ByteString rString( pChar ); in CCommand()
379 ByteString sCmd( rString.GetToken( 0, ' ' )); in CCommand()
380 ByteString sParam( rString.Copy( sCmd.Len())); in CCommand()
487 ByteString CCommand::Search(ByteString aEnv, ByteString sItem) in Search()
495 ByteString aComspec = GetEnv( "COMSPEC" ); in Search()
504 ByteString aEntry, sReturn; in Search()
[all …]
/aoo41x/main/tools/source/communi/
H A Dparser.cxx66 ByteString &InformationParser::ReadLine() in ReadLine()
69 ByteString sLine; in ReadLine()
156 ByteString sLine( ReadLine()); in ReadKey()
157 ByteString sKey; in ReadKey()
158 ByteString sValue; in ReadKey()
159 ByteString sComment( sCurrentComment ); in ReadKey()
223 ByteString sTmpStr; in Save()
227 static ByteString aKeyLevel; in Save()
388 ByteString( "" ), in Execute()
449 sErrorText += ByteString( " (" ); in GetErrorText()
[all …]
/aoo41x/main/idl/inc/
H A Ddatabase.hxx41 ByteString aText;
49 const ByteString & GetText() const { return aText; } in GetText()
50 void SetText( const ByteString & rT ) { aText = rT; } in SetText()
84 ByteString aModulePrefix;
107 SvMetaModule * GetModule( const ByteString & rName );
111 ByteString aIFaceName;
127 void Write( const ByteString & rText );
128 void WriteError( const ByteString & rErrWrn,
129 const ByteString & rFileName,
130 const ByteString & rErrorText,
[all …]
H A Dslot.hxx79 void WriteSlot( const ByteString & rShellName,
80 sal_uInt16 nCount, const ByteString & rSlotId,
82 const ByteString & rPrefix,
193 const ByteString & GetGroupId() const;
194 const ByteString & GetConfigId() const;
195 const ByteString & GetExecMethod() const;
196 const ByteString & GetStateMethod() const;
197 const ByteString & GetDefault() const;
198 const ByteString & GetDisableFlags() const;
220 const ByteString & GetUnoName() const;
[all …]
/aoo41x/main/svtools/source/svhtml/
H A Dhtmlout.cxx515 ByteString& rDest, in ConvertStringToHTML()
539 ByteString sOut; in Out_Char()
561 ByteString sOut; in FlushToAscii()
629 ByteString sOut( '<' ); in Out_ImageMap()
647 ByteString aCoords; in Out_ImageMap()
790 ByteString sOut( '<' ); in OutScript()
912 ByteString sOut( ' ' ); in Out_Events()
925 ByteString& HTMLOutFuncs::CreateTableDataOptionsValNum( ByteString& aStrTD, in CreateTableDataOptionsValNum()
935 ByteString sTmp( aValStr, eDestEnc ); in CreateTableDataOptionsValNum()
941 (aStrTD += ByteString::CreateFromInt32( in CreateTableDataOptionsValNum()
[all …]
/aoo41x/main/tools/source/fsys/
H A Dwntmsc.cxx55 ByteString Upper_Impl( const ByteString &rStr ) in Upper_Impl()
317 ByteString aName = ByteString( pTop->aName ).ToLowerAscii(); in GetVolume()
330 ByteString aRootDir = pTop->aName; in GetVolume()
439 ByteString aLowerName = pDosEntry->d_name; in Read()
792 sal_Bool Exists_Impl( const ByteString & crPath ) in Exists_Impl()
850 ByteString aName = ByteString(pTop->aName).ToLowerAscii(); in Update()
883 ByteString aRootDir = aDirEntry.aName; in Update()
884 aRootDir += ByteString( "\\" ); in Update()
928ByteString aUpperName = Upper_Impl(ByteString(aAbsEntry.GetName(), osl_getThreadTextEncoding())); in Update()
1007 sal_Bool IsRedirectable_Impl( const ByteString &rPath ) in IsRedirectable_Impl()
[all …]
/aoo41x/main/tools/inc/tools/
H A Durlobj.hxx275 inline bool SetURL(ByteString const & rTheAbsURIRef,
400 SetSmartURL(ByteString const & rTheAbsURIRef,
412 smartRel2Abs(ByteString const & rTheRelURIRef,
433 GetNewAbsURL(ByteString const & rTheRelURIRef,
465 GetRelURL(ByteString const & rTheBaseURIRef,
466 ByteString const & rTheAbsURIRef,
560 inline bool SetUser(ByteString const & rTheUser, in SetUser()
581 ByteString const & rThePassword,
607 inline bool SetHost(ByteString const & rTheHost, in SetHost()
1693 ByteString const & rTheAbsURIRef, in GetRelURL()
[all …]
H A Dinetmime.hxx596 const ByteString & rBody,
611 static ByteString decodeUTF8(const ByteString & rText,
615 const ByteString & rBody);
1180 ByteString m_aBuffer;
1196 inline ByteString takeBuffer();
1201 ByteString aTheBuffer = m_aBuffer; in takeBuffer()
1355 const ByteString m_sAttribute;
1360 const ByteString m_sCharset;
1365 const ByteString m_sLanguage;
1401 const ByteString & in INetContentTypeParameter()
[all …]
/aoo41x/main/idl/source/prj/
H A Ddatabase.cxx342 ByteString aDefName; in ReadIdFile()
413 ByteString aName; in ReadIdFile()
524 ByteString aName = pTok->GetString(); in ReadKnownType()
639 ByteString aStr( "Nicht gefunden : " ); in ReadKnownAttr()
695 void SvIdlDataBase::Write( const ByteString & rText ) in Write()
706 void SvIdlDataBase::WriteError( const ByteString & rErrWrn, in WriteError()
707 const ByteString & rFileName, in WriteError()
708 const ByteString & rErrorText, in WriteError()
730 ByteString aErrorText; in WriteError()
761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError()
[all …]
H A Dsvidl.cxx155 ByteString aStr = "cannot write documentation file: ";
169 ByteString aStr = "cannot write list file: ";
183 ByteString aStr = "cannot write slotmap file: ";
197 ByteString aStr = "cannot write help ID file: ";
211 ByteString aStr = "cannot write CSV file: ";
212 aStr += ByteString( aCommand.aCSVFile, RTL_TEXTENCODING_UTF8 );
225 ByteString aStr = "cannot write item file: ";
240 ByteString aStr = "cannot write database file: ";
398 ByteString aStr = "cannot move file from: ";
399 aStr += ByteString( aErrFile2, RTL_TEXTENCODING_UTF8 );
[all …]
/aoo41x/main/tools/bootstrp/
H A Diserver.cxx51 ByteString sInfo( "" ); in main()
52 ByteString sDataBase( GetDefStandList()); in main()
60 if ( ByteString( argv[nCount] ).ToUpperAscii() == "-I" ) { in main()
64 sInfo = ByteString( argv[nCount] ); in main()
69 else if ( ByteString( argv[nCount] ).ToUpperAscii() == "-D" ) { in main()
73 sDataBase = ByteString( argv[nCount] ); in main()
95 ByteString sStandList( sDataBase ); in main()
105 ByteString sValue( pInfo->GetValue()); in main()
114 ByteString sValue( pInfo->GetValue()); in main()
128 ByteString sPath( "settings/now" ); in main()
[all …]
H A Drscdep.cxx77 ByteString aRespArg; in main()
174 ByteString aToken; in main()
256 ByteString aString; in main()
262 aString = ByteString( pSrsFileName ); in main()
264 aString += ByteString(" : " ); in main()
274 aString += ByteString(" " ); in main()
275 aString += ByteString( argv[nIndex]); in main()
290 aString += ByteString( "\\" ); in main()
296 ByteString *pStr = pLst->GetObject(j); in main()
297 pStr->SearchAndReplaceAll('\\', ByteString( aDelim, RTL_TEXTENCODING_ASCII_US )); in main()
[all …]
/aoo41x/main/basic/source/inc/
H A Diosys.hxx50 ByteString aLine; // aktuelle Zeile
61 SbError Open( short, const ByteString&, short, short, short );
65 SbError Write( const ByteString&, sal_uInt16 = 0 );
82 ByteString aPrompt; // Input-Prompt
83 ByteString aIn, aOut; // Console-Buffer
86 void ReadCon( ByteString& );
87 void WriteCon( const ByteString& );
93 void SetPrompt( const ByteString& r ) { aPrompt = r; } in SetPrompt()
97 void Open( short, const ByteString&, short, short, short );
99 void Read( ByteString&, short = 0 );
[all …]
/aoo41x/main/soldep/source/
H A Ddepper.cxx149 sal_uInt16 Depper::Save( const ByteString& rFileName ) in Save()
429 sal_uIntPtr Depper::HandleNewPrjDialog( ByteString &rBodyText ) in HandleNewPrjDialog()
446 ByteString sDeps = ByteString( aNewProjectDlg.maEDeps.GetText(), RTL_TEXTENCODING_UTF8 ); in HandleNewPrjDialog()
451 ByteString sDepName; in HandleNewPrjDialog()
468 ByteString sDepName; in HandleNewPrjDialog()
500 sal_uIntPtr Depper::HandleNewDirectoryDialog(ByteString &rBodyText) in HandleNewDirectoryDialog()
536 ByteString bsTokenLine = ByteString( sTokenLine, RTL_TEXTENCODING_UTF8 ); in HandleNewDirectoryDialog()
542 ByteString sDeps = ByteString( aNewDirectoryDlg.maEDeps.GetText(), RTL_TEXTENCODING_UTF8 ); in HandleNewDirectoryDialog()
543 ByteString sDepName; in HandleNewDirectoryDialog()
594 ByteString sNewItem = ByteString("new"); in IMPL_LINK()
[all …]
H A Dsoldep.cxx462 ByteString* pString; in RemoveConnector()
519 ByteString bsNull("null"); in GetStartPrj()
547 ByteString* pStr; in ReadSource()
560 ByteString sTitle( SOLDEPL_NAME ); in ReadSource()
564 sTitle += ByteString( "]" ); in ReadSource()
568 sTitle += ByteString( "]" ); in ReadSource()
763 ByteString *pDepName; in InitPrj()
764 ByteString *pFlagName; in InitPrj()
870 ByteString sNullDir = "null"; in InitPrj()
901 ByteString aGetStr; in ShowHelp()
[all …]
/aoo41x/main/sw/source/core/tox/
H A Dtoxhlp.cxx64 ByteString aMsg( "IndexEntrySupplierWrapper: Exception caught\n" ); in IndexEntrySupplierWrapper()
65 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in IndexEntrySupplierWrapper()
90 ByteString aMsg( "getIndexKey: Exception caught\n" ); in GetIndexKey()
91 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetIndexKey()
112 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetFollowingText()
134 ByteString aMsg( "getAlgorithmList: Exception caught\n" ); in GetAlgorithmList()
135 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetAlgorithmList()
157 ByteString aMsg( "loadAlgorithm: Exception caught\n" ); in LoadAlgorithm()
158 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LoadAlgorithm()
183 ByteString aMsg( "compareIndexEntry: Exception caught\n" ); in CompareIndexEntry()
[all …]
/aoo41x/main/soldep/inc/
H A Dprodmap.hxx32 DECLARE_LIST( BaseProductList, ByteString * )
51 sal_uInt16 PrintDependentTargets( const ByteString &rProduct, sal_uInt16 nLevel = 0 );
54 SByteStringList *GetMinorList( const ByteString &rVersion, const ByteString &rEnvironment );
57 …orList( GenericInformation *pProductInfo, BaseProductList *pBases, const ByteString rEnvironment );
67 sal_uInt16 GetProductInformation( const ByteString &rProduct, GenericInformation *& pProductInfo );
68 sal_uInt16 PrintDependencies( const ByteString &rProduct );
71 sal_uInt16 PrintMinorList( const ByteString rProduct, const ByteString rEnvironment );
73 static String GetVersionRoot( GenericInformationList *pList, const ByteString &rVersion );

Completed in 161 milliseconds

12345678910>>...26