/aoo4110/main/sc/source/filter/excel/ |
H A D | xestring.cxx | 109 XclExpString::XclExpString( XclStrFlags nFlags, sal_uInt16 nMaxLen ) in XclExpString() function in XclExpString 114 XclExpString::XclExpString( const String& rString, XclStrFlags nFlags, sal_uInt16 nMaxLen ) in XclExpString() function in XclExpString 119 XclExpString::XclExpString( const OUString& rString, XclStrFlags nFlags, sal_uInt16 nMaxLen ) in XclExpString() function in XclExpString 145 void XclExpString::Assign( in Assign() 158 void XclExpString::Assign( in Assign() 171 void XclExpString::AssignByte( in AssignByte() 281 bool XclExpString::IsEqual( const XclExpString& rCmp ) const in IsEqual() 295 bool XclExpString::IsLessThan( const XclExpString& rCmp ) const in IsLessThan() 328 sal_Size XclExpString::GetSize() const in GetSize() 342 sal_uInt16 XclExpString::GetHash() const in GetHash() [all …]
|
H A D | xecontent.cxx | 79 const XclExpString* mpString; /// Pointer to the string (no ownership). 81 … inline explicit XclExpHashEntry( const XclExpString* pString = 0, sal_uInt32 nSstIndex = 0 ) : in XclExpHashEntry() 135 xString.reset( new XclExpString ); in Insert() 398 XclExpString aDescr( rRepr, EXC_STR_FORCEUNICODE, 255 ); in XclExpHyperlink() 419 XclExpString aLink( aFileName, EXC_STR_FORCEUNICODE, 255 ); in XclExpHyperlink() 439 XclExpString aUrl( aUrlObj.GetURLNoMark(), EXC_STR_FORCEUNICODE, 255 ); in XclExpHyperlink() 455 mxTextMark.reset( new XclExpString( aTextMark, EXC_STR_FORCEUNICODE, 255 ) ); in XclExpHyperlink() 460 mxTextMark.reset( new XclExpString( aUrlObj.GetMark(), EXC_STR_FORCEUNICODE, 255 ) ); in XclExpHyperlink() 918 void lclWriteDvFormula( XclExpStream& rStrm, const XclExpString& rString ) in lclWriteDvFormula() 1057 mxString1.reset( new XclExpString( EXC_STR_8BITLENGTH ) ); in XclExpDV() [all …]
|
H A D | xlpivot.cxx | 241 << XclExpString( rInfo.maName ); in operator <<() 432 << XclExpString( rInfo.maUserName ); in operator <<() 458 rStrm << XclExpString( rCachedName.maName, EXC_STR_DEFAULT, EXC_PT_MAXSTRLEN ); in operator <<() 709 rStrm << XclExpString(aFinalName, EXC_STR_NOHEADER); in operator <<() 923 XclExpString aXclTableName( rInfo.maTableName ); in operator <<() 924 XclExpString aXclDataName( rInfo.maDataName ); in operator <<() 1066 << XclExpString(rInfo.maGrandTotalName, EXC_STR_DEFAULT, EXC_PT_MAXSTRLEN); in operator <<()
|
H A D | xelink.cxx | 204 inline const XclExpString& GetTabName() const { return maTabName; } in GetTabName() 219 XclExpString maTabName; /// Sheet name of the external sheet. 276 XclExpString maTabName; /// The name of the sheet. 331 const XclExpString* GetTabName( sal_uInt16 nSBTab ) const; 343 XclExpString maUrlEncoded; /// Document name encoded for Excel. 1172 rStrm << EXC_CACHEDVAL_STRING << XclExpString( rValue ); in WriteString() 1475 XclExpString aXclName(rTabName); in GetTabIndex() 1531 const XclExpString* XclExpSupbook::GetTabName( sal_uInt16 nSBTab ) const in GetTabName()
|
H A D | xehelper.cxx | 558 XclExpStringRef xString( new XclExpString ); in CreateString() 574 void XclExpStringHelper::AppendString( XclExpString& rXclString, const XclExpRoot& rRoot, const Str… in AppendString() 582 void XclExpStringHelper::AppendChar( XclExpString& rXclString, const XclExpRoot& rRoot, sal_Unicode… in AppendChar() 1112 XclExpString aStr( pMatVal->GetString(), EXC_STR_DEFAULT ); in Save()
|
H A D | excrecds.cxx | 579 pText = pT ? new XclExpString( *pT, EXC_STR_8BITLENGTH ) : NULL; in SetCondition() 617 static OString lcl_GetValue( sal_uInt8 nType, double fVal, XclExpString* pStr ) in lcl_GetValue()
|
H A D | xestream.cxx | 753 OString XclXmlUtils::ToOString( const XclExpString& s ) in ToOString() 807 OUString XclXmlUtils::ToOUString( const XclExpString& s ) in ToOUString()
|
H A D | xepivot.cxx | 173 rStrm << XclExpString( *pText ); in WriteBody() 843 XclExpString aRef( XclExpUrlHelper::EncodeUrl( GetRoot(), EMPTY_STRING, &maTabName ) ); in WriteDconref() 1644 rStrm << XclExpString(maPTInfo.maTableName); in WriteQsiSxTag()
|
H A D | xepage.cxx | 76 XclExpString aExString; in WriteBody()
|
H A D | xestyle.cxx | 995 XclExpString aFontName; in WriteBody() 1280 XclExpString aExpStr; in WriteFormatRecord() 2241 XclExpString aNameEx; in WriteBody()
|
H A D | xeescher.cxx | 446 XclExpString aClass( maClassName ); in WriteSubRecs()
|
H A D | xechart.cxx | 1152 XclExpString aXclSep( maData.maSeparator, EXC_STR_FORCEUNICODE | EXC_STR_SMARTFLAGS ); in WriteBody()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xestring.hxx | 52 class XclExpString class 60 explicit XclExpString( 67 explicit XclExpString( 74 explicit XclExpString( 200 bool IsEqual( const XclExpString& rCmp ) const; 202 bool IsLessThan( const XclExpString& rCmp ) const; 322 inline bool operator==( const XclExpString& rLeft, const XclExpString& rRight ) in operator ==() 327 inline bool operator!=( const XclExpString& rLeft, const XclExpString& rRight ) in operator !=() 332 inline bool operator<( const XclExpString& rLeft, const XclExpString& rRight ) in operator <() 337 inline XclExpStream& operator<<( XclExpStream& rStrm, const XclExpString& rString ) in operator <<()
|
H A D | xecontent.hxx | 264 XclExpString maPromptTitle; /// The prompt title. 265 XclExpString maPromptText; /// The prompt text. 266 XclExpString maErrorTitle; /// The error title. 267 XclExpString maErrorText; /// The error text. 329 XclExpString maDestRange; /// Destination range. 330 XclExpString maUrl; /// Source document URL.
|
H A D | xcl97rec.hxx | 274 XclExpString GetName() const; 303 XclExpString aName; 323 XclExpString sText; 344 XclExpString sName; 345 XclExpString sComment; 346 XclExpString sUserName; 542 XclExpString maUserName;
|
H A D | xeformula.hxx | 35 const XclExpString* mpUrl; /// URL of the document containing the first sheet. 36 const XclExpString* mpFirstTab; /// Name of the first sheet. 37 const XclExpString* mpLastTab; /// Name of the last sheet.
|
H A D | XclExpChangeTrack.hxx | 46 XclExpString sUsername; 198 XclExpString sUsername; 245 XclExpString sUsername; 428 XclExpString* pString;
|
H A D | xeroot.hxx | 35 class XclExpString; 38 typedef ScfRef< XclExpString > XclExpStringRef;
|
H A D | xehelper.hxx | 268 XclExpString& rXclString, 278 XclExpString& rXclString,
|
H A D | xeescher.hxx | 330 const XclExpString& GetAuthor() const { return maAuthor; } in GetAuthor() 336 XclExpString maAuthor; /// Name of the author.
|
H A D | xestream.hxx | 292 static ::rtl::OString ToOString( const XclExpString& s ); 299 static ::rtl::OUString ToOUString( const XclExpString& s );
|
H A D | excrecds.hxx | 397 XclExpString* pText;
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 457 mpString( new XclExpString( rString ) ), in XclTxo() 645 XclExpString aName( xOleStg->GetUserName() ); in WriteSubRecs() 762 XclExpString ExcBundlesheet8::GetName() const in GetName() 764 return XclExpString( sUnicodeName, EXC_STR_8BITLENGTH ); in GetName()
|
H A D | XclExpChangeTrack.cxx | 53 void lcl_WriteFixedString( XclExpStream& rStrm, const XclExpString& rString, sal_Size nLength ) in lcl_WriteFixedString() 762 rpData->pString = new XclExpString( sCellStr, EXC_STR_DEFAULT, 32766 ); in GetCellData() 922 lcl_WriteFixedString( rStrm, XclExpString( GetTabInfo().GetScTabName( nTab ) ), 127 ); in SaveActionData()
|