Searched refs:nControlWidth (Results 1 – 7 of 7) sorted by relevance
/trunk/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 358 int nControlWidth = frame.size.width; in createUserPane() local 391 if (nControlWidth < POPUP_WIDTH_MIN) { in createUserPane() 392 nControlWidth = POPUP_WIDTH_MIN; in createUserPane() 393 frame.size.width = nControlWidth; in createUserPane() 397 if (nControlWidth > POPUP_WIDTH_MAX) { in createUserPane() 398 nControlWidth = POPUP_WIDTH_MAX; in createUserPane() 399 frame.size.width = nControlWidth; in createUserPane() 404 if (nPopupMaxWidth < nControlWidth) { in createUserPane() 405 nPopupMaxWidth = nControlWidth; in createUserPane() 839 nPopupMaxWidth = nControlWidth; in layoutControls() [all …]
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | tbzoomsliderctrl.cxx | 170 const long nControlWidth = aSliderWindowSize.Width(); in Offset2Zoom() local 175 if( nOffset > nControlWidth - nSliderXOffset ) in Offset2Zoom() 197 if( nOffset < nControlWidth / 2 ) in Offset2Zoom() 201 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() 210 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() 212 const long nOffsetToSliderCenter = nOffset - nControlWidth/2; in Offset2Zoom() 231 const long nControlWidth = aSliderWindowSize.Width(); in Zoom2Offset() local 234 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset() 346 const long nControlWidth = aSliderWindowSize.Width(); in MouseMove() local 354 if ( aPoint.X() >= nSliderXOffset && aPoint.X() <= nControlWidth - nSliderXOffset ) in MouseMove()
|
/trunk/main/svx/source/stbctrls/ |
H A D | zoomsliderctrl.cxx | 94 const long nControlWidth = getControlRect().GetWidth(); in Offset2Zoom() local 100 if ( nOffset > nControlWidth - nSliderXOffset ) in Offset2Zoom() 122 if ( nOffset < nControlWidth / 2 ) in Offset2Zoom() 126 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() 135 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() 137 const long nOffsetToSliderCenter = nOffset - nControlWidth/2; in Offset2Zoom() 153 const long nControlWidth = getControlRect().GetWidth(); in Zoom2Offset() local 156 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset()
|
/trunk/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 92 final int nControlWidth = nDialogWidth - 3*nControlMargin - nRoadmapWidth; in main() local 98 … oUnoDialogSample2.insertMultiLineFixedText(nControlPosX, 27, nControlWidth, 4, 1, sIntroLabel); in main() 105 …ogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 2, sSupported… in main() 106 …ogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 3, sInterface… in main() 107 …ogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 4, sMethodNam… in main() 108 …ogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 5, sPropertyN… in main()
|
/trunk/main/xmlsecurity/source/dialogs/ |
H A D | digitalsignaturesdialog.cxx | 212 const long nControlWidth = aControlSize.Width(); in DigitalSignaturesDialog() local 213 static long nTabs[] = { 4, 0, 6*nControlWidth/100, 36*nControlWidth/100, 74*nControlWidth/100 }; in DigitalSignaturesDialog()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 210 const sal_Int32 nControlWidth (mpControl->GetSizePixel().Width()); in SetFixedWidth() local 211 if (nControlWidth > nMaxControlWidth) in SetFixedWidth() 212 nMaxControlWidth = nControlWidth; in SetFixedWidth()
|
/trunk/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 1674 long nControlWidth = nControlSpace - 2 * aTL1.X(); in SwCreateAuthEntryDlg_Impl() local 1688 aFixedTextSize.Width() = nControlWidth + aFLPos.X(); in SwCreateAuthEntryDlg_Impl() 1690 aEditSize.Width() = nControlWidth; in SwCreateAuthEntryDlg_Impl()
|
Completed in 37 milliseconds