Searched refs:bAllRows (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 47 sal_Bool bAllRows = ( ( mnTabEndRow - mnDataStartRow + 2 ) == (SCROW) mnRows.size() ); in OutputDataArea() local 54 if ( !bAllRows ) in OutputDataArea() 70 OutputBlockFrame( mnCols[nCol], mnRows.front(), mnCols[nCol+1]-1, mnRows.back()-1, bAllRows ); in OutputDataArea()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | csvcontrol.cxx | 143 …vControl::AccSendTableUpdateEvent( sal_uInt32 nFirstColumn, sal_uInt32 nLastColumn, bool bAllRows ) in AccSendTableUpdateEvent() argument 146 mpAccessible->SendTableUpdateEvent( nFirstColumn, nLastColumn, bAllRows ); in AccSendTableUpdateEvent()
|
/trunk/main/sc/source/ui/inc/ |
H A D | AccessibleCsvControl.hxx | 98 …irtual void SendTableUpdateEvent( sal_uInt32 nFirstColumn, sal_uInt32 nLastColumn, bool bAllRows ); 500 …irtual void SendTableUpdateEvent( sal_uInt32 nFirstColumn, sal_uInt32 nLastColumn, bool bAllRows );
|
H A D | csvcontrol.hxx | 292 … AccSendTableUpdateEvent( sal_uInt32 nFirstColumn, sal_uInt32 nLastColumn, bool bAllRows = true );
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 1326 …ibleCsvGrid::SendTableUpdateEvent( sal_uInt32 nFirstColumn, sal_uInt32 nLastColumn, bool bAllRows ) in SendTableUpdateEvent() argument 1331 AccessibleTableModelChangeType::UPDATE, 0, bAllRows ? implGetRowCount() - 1 : 0, in SendTableUpdateEvent()
|
/trunk/main/oox/source/xls/ |
H A D | formulaparser.cxx | 1545 bool bAllRows = getFlag( nFlags, BIFF12_TOK_TABLE_ALL ); in importTableToken() local 1557 if( bAllRows ) in importTableToken()
|
Completed in 88 milliseconds