Searched refs:bKeepSelection (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1300 void BrowseBox::RowInserted( long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelection ) in RowInserted() argument 1367 GoToRow( 0, sal_False, bKeepSelection ); in RowInserted() 1369 GoToRow( nCurRow += nNumRows, sal_False, bKeepSelection ); in RowInserted() 1602 sal_Bool BrowseBox::GoToRow( long nRow, sal_Bool bRowColMove, sal_Bool bKeepSelection ) in GoToRow() argument 1632 if ( !bMultiSelection && !bKeepSelection ) in GoToRow() 1640 if( !bKeepSelection ) in GoToRow() 1665 if ( !bMultiSelection && !bKeepSelection ) in GoToRow() 1672 if ( !bMultiSelection && !bKeepSelection) in GoToRow() 1678 if ( !bMultiSelection && !bKeepSelection ) in GoToRow()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 745 …ool SwEditShell::InsertURL( const SwFmtINetFmt& rFmt, const String& rStr, sal_Bool bKeepSelection ) in InsertURL() argument 791 if(!bKeepSelection) in InsertURL()
|
/aoo42x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 471 … long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool bKeepSelection = sal_False );
|
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 392 void FormatterBase::SetFieldText( const XubString& rText, sal_Bool bKeepSelection ) in SetFieldText() argument 397 if ( bKeepSelection ) in SetFieldText()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 593 … long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool bKeepSelection = sal_False );
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | field.hxx | 60 void SetFieldText( const XubString& rText, sal_Bool bKeepSelection );
|
/aoo42x/main/sw/inc/ |
H A D | editsh.hxx | 771 sal_Bool bKeepSelection = sal_False );
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1921 …id DbGridControl::RowInserted(long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelection) in RowInserted() argument 1936 DbGridControl_Base::RowInserted(nRow, nNumRows, bDoPaint, bKeepSelection); in RowInserted()
|
Completed in 95 milliseconds