Searched refs:maScPos (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 984 maScPos( rScPos ), in XclExpNote() 1007 if( SdrCaptionObj* pCaption = pScNote->GetOrCreateCaption( maScPos ) ) in XclExpNote() 1037 rStrm << static_cast< sal_uInt16 >( maScPos.Row() ) in Save() 1038 << static_cast< sal_uInt16 >( maScPos.Col() ) in Save() 1074 rStrm << static_cast< sal_uInt16 >( maScPos.Row() ) in WriteBody() 1075 << static_cast< sal_uInt16 >( maScPos.Col() ) in WriteBody() 1087 XML_ref, XclXmlUtils::ToOString( maScPos ).getStr(), in WriteXml()
|
H A D | xecontent.cxx | 384 maScPos( rScPos ), in XclExpHyperlink() 513 sal_uInt16 nXclCol = static_cast< sal_uInt16 >( maScPos.Col() ); in WriteBody() 514 sal_uInt16 nXclRow = static_cast< sal_uInt16 >( maScPos.Row() ); in WriteBody() 531 XML_ref, XclXmlUtils::ToOString( maScPos ).getStr(), in SaveXml()
|
H A D | xehelper.cxx | 316 maScPos( rScPos ), in XclExpHyperlinkHelper() 334 mxLinkRec.reset( new XclExpHyperlink( GetRoot(), rUrlField, maScPos ) ); in ProcessUrlField()
|
H A D | xiescher.cxx | 1804 maScPos( ScAddress::INITIALIZE_INVALID ), in XclImpNoteObj() 1814 maScPos = rScPos; in SetNoteData() 1823 if( maScPos.IsValid() && pOutlinerObj ) in DoPreProcessSdrObj() 1827 GetDoc(), maScPos, in DoPreProcessSdrObj()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xehelper.hxx | 217 ScAddress maScPos; /// Cell position to set at the HLINK record. member in XclExpHyperlinkHelper
|
H A D | xecontent.hxx | 127 ScAddress maScPos; /// Position of the hyperlink. member in XclExpHyperlink
|
H A D | xeescher.hxx | 339 ScAddress maScPos; /// Calc cell address of the note. member in XclExpNote
|
H A D | xiescher.hxx | 466 ScAddress maScPos; /// Cell position of the note object. member in XclImpNoteObj
|
Completed in 83 milliseconds