Searched refs:mxName (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xename.cxx | 114 XclExpStringRef mxName; /// The name as Excel string object. member in XclExpName 211 mxName( XclExpStringHelper::CreateString( rRoot, rName, EXC_STR_8BITLENGTH ) ), in XclExpName() 237 mxName = XclExpStringHelper::CreateString( rRoot, aName, EXC_STR_8BITLENGTH ); in XclExpName() 241 mxName = XclExpStringHelper::CreateString( rRoot, cBuiltIn, EXC_STR_8BITLENGTH ); in XclExpName() 312 DBG_ASSERT( mxName.is() && (mxName->Len() > 0), "XclExpName::Save - missing name" ); in Save() 314 SetRecSize( 11 + mxName->GetSize() + (mxTokArr.is() ? mxTokArr->GetSize() : 2) ); in Save() 352 mxName->WriteLenField( rStrm ); // length of name in WriteBody() 357 mxName->WriteFlagField( rStrm ); // BIFF8 flag field (no-op in <=BIFF7) in WriteBody() 358 mxName->WriteBuffer( rStrm ); // character array of the name in WriteBody()
|
H A D | xelink.cxx | 73 XclExpStringRef mxName; /// Excel name (title) of the external name. member in XclExpExtNameBase 888 mxName( XclExpStringHelper::CreateString( rRoot, rName, EXC_STR_8BITLENGTH ) ), in XclExpExtNameBase() 892 SetRecSize( 6 + mxName->GetSize() ); in XclExpExtNameBase() 903 << *mxName; in WriteBody()
|
Completed in 22 milliseconds