Home
last modified time | relevance | path

Searched refs:bDoPaint (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1300 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()
/trunk/main/svx/inc/svx/sdr/contact/
H A Ddisplayinfo.hxx102 void SetControlLayerProcessingActive(bool bDoPaint);
106 void SetPageProcessingActive(bool bDoPaint);
/trunk/main/sc/inc/
H A Dtablink.hxx50 sal_Bool bDoPaint; member in ScTableLink
69 void SetPaint(sal_Bool bSet) { bDoPaint = bSet; } in SetPaint()
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx87 bDoPaint( sal_True ) in ScTableLink()
104 bDoPaint( sal_True ) in ScTableLink()
415 if (bDoPaint) in Refresh()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx470 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…
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx591 void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True );
593 …void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool …
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1921 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 53 milliseconds