Home
last modified time | relevance | path

Searched refs:nBarWidth (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/options/
H A Ddbregister.cxx367 long nBarWidth = pHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local
371 else if ( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()
372 pHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
H A Doptpath.cxx702 long nBarWidth = pHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local
706 else if ( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()
707 pHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx814 const double nBarWidth (aWindowBox.Width); in GetDragDistance() local
815 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in GetDragDistance()
832 const double nBarWidth (aWindowBox.Width); in UpdateDragAnchor() local
833 const double nPagerHeight (aWindowBox.Height - 2*nBarWidth); in UpdateDragAnchor()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx129 long nBarWidth = maHeaderBar.GetSizePixel().Width(); in IMPL_LINK() local
133 else if( ( nBarWidth - nWidth ) < TAB_WIDTH_MIN ) in IMPL_LINK()
134 maHeaderBar.SetItemSize( ITEMID_EVENT, nBarWidth - TAB_WIDTH_MIN ); in IMPL_LINK()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1528 long nBarWidth = mpHeaderBar->GetSizePixel().Width(); in IMPL_LINK() local
1532 else if ( ( nBarWidth - nWidth ) < 30 ) in IMPL_LINK()
1533 mpHeaderBar->SetItemSize( ITEMID_TYPE, nBarWidth - 30 ); in IMPL_LINK()
/trunk/main/starmath/source/
H A Dnode.cxx2321 long nBarWidth = nBodyWidth + GetBorderWidth(); in Draw() local
2325 Rectangle aBar(aBarPos, Size( nBarWidth, nBarHeight) ); in Draw()

Completed in 52 milliseconds