Searched refs:XclTxo (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 227 pTxo = new XclTxo( rRoot, rObj ); in SetText() 292 pTxo = new XclTxo( rObjMgr.GetRoot(), rEditObj, pCaption ); in XclObjComment() 456 XclTxo::XclTxo( const String& rString, sal_uInt16 nFontIx ) : in XclTxo() function in XclTxo 470 XclTxo::XclTxo( const XclExpRoot& rRoot, const SdrTextObj& rTextObj ) : in XclTxo() function in XclTxo 495 XclTxo::XclTxo( const XclExpRoot& rRoot, const EditTextObject& rEditObj, SdrObject* pCaption ) : in XclTxo() function in XclTxo 532 void XclTxo::SaveCont( XclExpStream& rStrm ) in SaveCont() 548 void XclTxo::Save( XclExpStream& rStrm ) in Save() 571 sal_uInt16 XclTxo::GetNum() const in GetNum() 576 sal_Size XclTxo::GetLen() const in GetLen()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xcl97rec.hxx | 65 class XclTxo; 74 XclTxo* pTxo; 170 class XclTxo : public ExcRecord class 173 XclTxo( const String& rString, sal_uInt16 nFontIx = EXC_FONT_APP ); 174 XclTxo( const XclExpRoot& rRoot, const SdrTextObj& rEditObj ); 175 … XclTxo( const XclExpRoot& rRoot, const EditTextObject& rEditObj, SdrObject* pCaption );
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 594 pTxo = new XclTxo( aString, nXclFont ); in XclExpTbxControlObj()
|
Completed in 30 milliseconds