Searched refs:nOutputWidth (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableFieldDescWin.cxx | 177 long nOutputWidth = aOutputSize.Width(); in Resize() local 188 …TANDARD_MARGIN + DETAILS_OPT_PAGE_WIDTH + STANDARD_MARGIN + DETAILS_MIN_HELP_WIDTH <= nOutputWidth) in Resize() 191 nPageWidth = nOutputWidth - nHelpWidth - STANDARD_MARGIN - STANDARD_MARGIN; in Resize() 198 nHelpX = nOutputWidth - nHelpWidth; in Resize() 219 nHelpWidth = nOutputWidth; // dito in Resize() 220 nPageWidth = nOutputWidth - STANDARD_MARGIN - STANDARD_MARGIN; in Resize() 225 nPageWidth = nOutputWidth - STANDARD_MARGIN - STANDARD_MARGIN; in Resize() 230 m_pHeader->SetPosSizePixel( Point(0, STANDARD_MARGIN), Size(nOutputWidth, 15) ); in Resize()
|
H A D | TableDesignView.cxx | 127 long nOutputWidth = aOutputSize.Width(); in Resize() local 135 …m_aHorzSplitter.SetDragRectPixel( Rectangle(Point(0,nDragPosY), Size(nOutputWidth,nDragSizeHeight)… in Resize() 141 m_aHorzSplitter.SetPosSizePixel( Point( 0, nSplitPos ), Size(nOutputWidth, nSplitterHeight)); in Resize() 146 m_pEditorCtrl->SetPosSizePixel( Point(0, 0), Size(nOutputWidth , nSplitPos) ); in Resize() 149 Size(nOutputWidth, nOutputHeight-nSplitPos-nSplitterHeight) ); in Resize()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppTitleWindow.cxx | 86 long nOutputWidth = aOutputSize.Width(); in Resize() local 97 Size(nOutputWidth - nXOffset - 2*SPACE_BORDER, nYOffset) ); in Resize() 99 Size(nOutputWidth - nXOffset - 2*SPACE_BORDER, nHeight - nYOffset - SPACE_BORDER) ); in Resize() 103 …Size(nOutputWidth - ( m_bShift ? (2*nXOffset - 2*SPACE_BORDER) : sal_Int32(SPACE_BORDER) ), nOutpu… in Resize()
|
H A D | AppDetailView.cxx | 513 long nOutputWidth = aOutputSize.Width(); in Resize() local 518 long nHalfOutputWidth = static_cast<long>(nOutputWidth * 0.5); in Resize() 522 sal_Int32 nNewWidth = nOutputWidth - nHalfOutputWidth - aFLSize.Width() - 5; in Resize()
|
H A D | AppView.cxx | 180 long nOutputWidth = aOutputSize.Width(); in Resize() local 198 …m_pDetailView->SetPosSizePixel(Point(nX + aFLSize.Width(),0),Size(nOutputWidth - nX - aFLSize.Widt… in Resize()
|
H A D | AppDetailPageHelper.cxx | 1095 long nOutputWidth = aOutputSize.Width(); in Resize() local 1103 long nHalfOutputWidth = static_cast<long>(nOutputWidth * 0.5); in Resize() 1111 m_aTBPreview.SetPosSizePixel(Point(nOutputWidth - aTBSize.getWidth(), 0 ), in Resize()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 228 long nOutputWidth = GetOutputSizePixel().Width(); in Resize() local 229 SetColumnWidth(1, (nOutputWidth / 2)); in Resize() 230 SetColumnWidth(2, (nOutputWidth / 2)); in Resize()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfexporter.cxx | 185 sal_Int32 nOutputWidth = 14400; in exportAll() local 186 sal_Int32 nOutputHeight = (nOutputWidth * mnDocHeight ) / mnDocWidth; in exportAll() 188 …mpWriter = new Writer( nOutputWidth, nOutputHeight, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportAll()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | StartMarker.cxx | 239 const long nOutputWidth = aOutputSize.Width(); in Resize() local 243 const Point aRulerPos(nOutputWidth - nVRulerWidth,0); in Resize()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1426 long nOutputWidth = pImp->GetOutputSize().Width(); in EditItemText() local 1427 Size aSize( nOutputWidth - aPos.X(), aItemSize.Height() ); in EditItemText() 1433 if( nRight <= nOutputWidth ) in EditItemText()
|
Completed in 68 milliseconds