Searched refs:getBestViewShell (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 65 ScTabViewShell* pViewSh = excel::getBestViewShell( xModel ); in implSetZoom() 136 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnPaste() 148 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnCopy() 163 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in implnCut() 181 ScTabViewShell* pTabViewShell = getBestViewShell( xModel ); in implnPasteSpecial() 222 getBestViewShell( const css::uno::Reference< css::frame::XModel>& xModel ) in getBestViewShell() function 234 return getBestViewShell( xModel ); in getCurrentBestViewShell() 240 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in getViewFrame()
|
H A D | vbawindow.cxx | 113 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in SelectedSheetsEnumAccess() 361 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollRow() 375 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollRow() 391 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollColumn() 405 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollColumn() 421 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getWindowState() 440 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setWindowState() 737 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in SplitAtDefinedPosition() 801 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getView() 831 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setView() [all …]
|
H A D | vbahelper.cxx | 161 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in dispatchExecute() 318 getBestViewShell( css::uno::Reference< css::frame::XModel>& xModel ) in getBestViewShell() function 330 return getBestViewShell( xModel ); in getCurrentBestViewShell() 417 ScTabViewShell* pViewShell = getBestViewShell( xModel ); in PrintOutHelper()
|
H A D | vbaworksheets.cxx | 332 …PrintOutHelper( excel::getBestViewShell( mxModel ), From, To, Copies, Preview, ActivePrinter, Prin… in PrintOut() 373 ScTabViewShell* pViewShell = excel::getBestViewShell( mxModel ); in Select()
|
H A D | excelvbahelper.hxx | 47 ScTabViewShell* getBestViewShell( const css::uno::Reference< css::frame::XModel>& xModel ) ;
|
H A D | vbanames.cxx | 77 ScTabViewShell * pTabViewShell = excel::getBestViewShell( xModel ); in getScDocument()
|
H A D | vbaworksheet.cxx | 841 ScTabViewShell* pTabViewShell = excel::getBestViewShell( xModel ); in ShowDataForm() 1034 …PrintOutHelper( excel::getBestViewShell( xModel ), From, To, Copies, Preview, ActivePrinter, Print… in PrintOut()
|
H A D | vbarange.cxx | 2244 ScTabViewShell* pShell = excel::getBestViewShell( xModel ); in setCursor() 4044 ScTabViewShell* pViewShell = excel::getBestViewShell( xModel ); in setPageBreak() 5107 …PrintOutHelper( excel::getBestViewShell( xModel ), From, To, Copies, Preview, ActivePrinter, Print… in PrintOut()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 245 getBestViewShell( css::uno::Reference< css::frame::XModel>& xModel ) 257 return getBestViewShell( xModel );
|
Completed in 66 milliseconds