Searched refs:bDoPaint (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/inc/svx/sdr/contact/ |
H A D | displayinfo.hxx | 102 void SetControlLayerProcessingActive(bool bDoPaint); 106 void SetPageProcessingActive(bool bDoPaint);
|
/aoo41x/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 1317 RowInserted(nRow + i,1,bDoPaint); in RowInserted() 1331 if ( bDoPaint && nRow >= nTopRow && in RowInserted() 1372 if ( bDoPaint ) in RowInserted() 1416 void BrowseBox::RowRemoved( long nRow, long nNumRows, sal_Bool bDoPaint ) in RowRemoved() argument 1431 if ( bDoPaint ) in RowRemoved() 1476 if ( bDoPaint ) in RowRemoved() 1509 if ( bDoPaint ) in RowRemoved()
|
/aoo41x/main/sc/inc/ |
H A D | tablink.hxx | 50 sal_Bool bDoPaint; member in ScTableLink 69 void SetPaint(sal_Bool bSet) { bDoPaint = bSet; } in SetPaint()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | tablink.cxx | 87 bDoPaint( sal_True ) in ScTableLink() 104 bDoPaint( sal_True ) in ScTableLink() 415 if (bDoPaint) in Refresh()
|
/aoo41x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 470 virtual void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True ); 471 …virtual void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool bKe…
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 590 void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True ); 592 …void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool …
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1921 void DbGridControl::RowInserted(long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelectio… in RowInserted() argument 1936 DbGridControl_Base::RowInserted(nRow, nNumRows, bDoPaint, bKeepSelection); in RowInserted() 1942 void DbGridControl::RowRemoved(long nRow, long nNumRows, sal_Bool bDoPaint) in RowRemoved() argument 1956 DbGridControl_Base::RowRemoved(nRow, nNumRows, bDoPaint); in RowRemoved()
|
Completed in 94 milliseconds