Home
last modified time | relevance | path

Searched refs:nOutputWidth (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldDescWin.cxx177 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 DTableDesignView.cxx127 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()
/trunk/main/dbaccess/source/ui/app/
H A DAppTitleWindow.cxx86 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 DAppDetailView.cxx513 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 DAppView.cxx180 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 DAppDetailPageHelper.cxx1095 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()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx228 long nOutputWidth = GetOutputSizePixel().Width(); in Resize() local
229 SetColumnWidth(1, (nOutputWidth / 2)); in Resize()
230 SetColumnWidth(2, (nOutputWidth / 2)); in Resize()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx185 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()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx239 const long nOutputWidth = aOutputSize.Width(); in Resize() local
243 const Point aRulerPos(nOutputWidth - nVRulerWidth,0); in Resize()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1426 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 64 milliseconds