Home
last modified time | relevance | path

Searched refs:aTbSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx634 Size aTbSize = GetSizePixel(); in AdjustToolBox() local
636 (aSize.Width() && aSize.Width() != aTbSize.Width()) || in AdjustToolBox()
637 (aSize.Height() && aSize.Height() != aTbSize.Height()) in AdjustToolBox()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1308 Size aTbSize = _pToolBox->GetSizePixel(); in adjustToolBoxSize() local
1309 if ( (aSize.Width() && aSize.Width() != aTbSize.Width()) || in adjustToolBoxSize()
1310 (aSize.Height() && aSize.Height() != aTbSize.Height()) ) in adjustToolBoxSize()

Completed in 36 milliseconds