Home
last modified time | relevance | path

Searched refs:maScPos (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx984 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 Dxecontent.cxx384 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 Dxehelper.cxx316 maScPos( rScPos ), in XclExpHyperlinkHelper()
334 mxLinkRec.reset( new XclExpHyperlink( GetRoot(), rUrlField, maScPos ) ); in ProcessUrlField()
H A Dxiescher.cxx1804 maScPos( ScAddress::INITIALIZE_INVALID ), in XclImpNoteObj()
1814 maScPos = rScPos; in SetNoteData()
1823 if( maScPos.IsValid() && pOutlinerObj ) in DoPreProcessSdrObj()
1827 GetDoc(), maScPos, in DoPreProcessSdrObj()
/trunk/main/sc/source/filter/inc/
H A Dxehelper.hxx217 ScAddress maScPos; /// Cell position to set at the HLINK record. member in XclExpHyperlinkHelper
H A Dxecontent.hxx127 ScAddress maScPos; /// Position of the hyperlink. member in XclExpHyperlink
H A Dxeescher.hxx339 ScAddress maScPos; /// Calc cell address of the note. member in XclExpNote
H A Dxiescher.hxx466 ScAddress maScPos; /// Cell position of the note object. member in XclImpNoteObj

Completed in 111 milliseconds