Home
last modified time | relevance | path

Searched refs:nWidth (Results 101 – 125 of 756) sorted by relevance

12345678910>>...31

/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx216 long nWidth = m_pOptionsBtn->GetSizePixel().Width(); in GetMinOutputSizePixel() local
217 nWidth *= 3; in GetMinOutputSizePixel()
218 nWidth += 5*TOP_OFFSET + 20; in GetMinOutputSizePixel()
220 return Size( nWidth, nHeight ); in GetMinOutputSizePixel()
735 nWidth += 2 * m_aUpdateBtn.GetTextHeight(); in ExtMgrDialog()
736 if ( nWidth > aBtnSize.Width() ) in ExtMgrDialog()
1285 nWidth += 2 * m_aUpdateBtn.GetTextHeight(); in UpdateRequiredDialog()
1286 if ( nWidth > aBtnSize.Width() ) in UpdateRequiredDialog()
1292 nWidth = m_aCloseBtn.GetCtrlTextWidth( sTitle ); in UpdateRequiredDialog()
1293 nWidth += 2 * m_aCloseBtn.GetTextHeight(); in UpdateRequiredDialog()
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmltab.cxx97 sal_uInt16 nWidth; member
748 nWidth( 0 ), in HTMLTableCell()
792 nWidth = nWdth; in SetWidth()
947 nWidth = nWdth; in SetWidth()
950 nWidth = nWdth; in SetWidth()
1129 nWidth( pOptions->nWidth ), in HTMLTable()
1163 sal_uInt16 nW = bPrcWidth ? nWidth : pParser->ToTwips( nWidth ); in CreateLayoutInfo()
3221 nWidth( 0 ), in _CellSaveStruct()
3265 nWidth = 100; in _CellSaveStruct()
5169 nWidth = 100; in HTMLTableOptions()
[all …]
/aoo41x/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx272 sal_Int16 nWidth( 0 ); in startElement() local
373 nWidth = (sal_Int16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
415 aStatusbarItemProp[4].Value <<= nWidth; in startElement()
575 sal_Int16 nWidth( 0 ); in WriteStatusBarDocument() local
584 nWidth ); in WriteStatusBarDocument()
587 WriteStatusBarItem( aCommandURL, aHelpURL, nOffset, nStyle, nWidth ); in WriteStatusBarDocument()
606 sal_Int16 nWidth ) in WriteStatusBarItem() argument
672 if ( nWidth > 0 ) in WriteStatusBarItem()
676 ::rtl::OUString::valueOf( (sal_Int32)nWidth ) ); in WriteStatusBarItem()
/aoo41x/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx170 Type nLeft, Type nTop, Type nWidth, Type nHeight,
246 Type nLeft, Type nTop, Type nWidth, Type nHeight, in writeRectItem() argument
253 writeValueItem( "x-size", nWidth, eFmtType, rListWrp ); in writeRectItem()
261 Type nLeft, nTop, nWidth, nHeight; in dumpRect() local
262 *mxBiffStrm >> nLeft >> nTop >> nWidth >> nHeight; in dumpRect()
263 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRect()
270 Type nLeft, nTop, nWidth, nHeight; in dumpRectWithGaps() local
275 *mxBiffStrm >> nWidth; in dumpRectWithGaps()
279 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRectWithGaps()
/aoo41x/main/sd/source/ui/dlg/
H A Dvectdlg.cxx189 const long nWidth = pRAcc->Width(); in Calculate() local
193 const long nCountX = nWidth / nTileX; in Calculate()
195 const long nRestX = nWidth % nTileX; in Calculate()
245 long nPosX, long nPosY, long nWidth, long nHeight ) in AddTile() argument
248 const long nRight = nPosX + nWidth - 1L; in AddTile()
250 const double fMult = 1.0 / ( nWidth * nHeight ); in AddTile()
268 Rectangle aRect( Point( nPosX, nPosY ), Size( nWidth + 1, nHeight + 1 ) ); in AddTile()
/aoo41x/main/svtools/source/edit/
H A Dtextdat2.hxx56 long nWidth; member in TETextPortion
60 TETextPortion() { nLen = 0; nKind = PORTIONKIND_TEXT; nWidth = -1; nRightToLeft = 0;} in TETextPortion()
66 nWidth= -1; in TETextPortion()
73 long GetWidth()const { return nWidth; } in GetWidth()
74 long& GetWidth() { return nWidth; } in GetWidth()
83 sal_Bool HasValidSize() const { return nWidth != (-1); } in HasValidSize()
/aoo41x/main/sd/source/ui/sidebar/
H A DPreviewValueSet.cxx113 sal_uInt16 PreviewValueSet::CalculateColumnCount (int nWidth) const in CalculateColumnCount()
116 if (nWidth > 0) in CalculateColumnCount()
118 nColumnCount = nWidth / (maPreviewSize.Width() + 2*mnBorderWidth); in CalculateColumnCount()
171 sal_Int32 PreviewValueSet::GetPreferredHeight (sal_Int32 nWidth) in GetPreferredHeight() argument
173 int nRowCount (CalculateRowCount(CalculateColumnCount(nWidth))); in GetPreferredHeight()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx237 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddRectangle() local
255 size.Width = nWidth; in AddRectangle()
269 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddEllipse() local
299 size.Width = nWidth; in AddEllipse()
315 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( nLineWidth ); in AddLine() local
335 size.Width = nWidth; in AddLine()
374 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( _nWidth ); in AddTextboxInWriter() local
387 size.Width = nWidth; in AddTextboxInWriter()
419 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( _nWidth ); in AddShape() local
436 size.Width = nWidth; in AddShape()
/aoo41x/main/sw/source/filter/basflt/
H A Dfltini.cxx628 SwTwips nWidth; in CalculateFlySize() local
634 nWidth = pTblNd->GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in CalculateFlySize()
636 nWidth = nPageWidth; in CalculateFlySize()
707 if( nWidth > (sal_uInt16)nMaxFrm ) in CalculateFlySize()
708 nWidth = nMaxFrm; in CalculateFlySize()
709 else if( nWidth > (sal_uInt16)nMinFrm ) in CalculateFlySize()
710 nWidth = nMinFrm; in CalculateFlySize()
714 if( MINFLY > nWidth ) in CalculateFlySize()
715 nWidth = MINFLY; in CalculateFlySize()
717 aSz.SetWidth( nWidth ); in CalculateFlySize()
/aoo41x/main/sdext/source/minimizer/
H A Dinformationdialog.cxx74 sal_Int32 nWidth, in InsertFixedText() argument
97 Any( nWidth ) }; in InsertFixedText()
112 sal_Int32 nWidth, in InsertImage() argument
132 Any( nWidth ) }; in InsertImage()
147 sal_Int32 nWidth, in InsertCheckBox() argument
171 Any( nWidth ) }; in InsertCheckBox()
185 sal_Int32 nWidth, in InsertButton() argument
210 Any( nWidth ) }; in InsertButton()
/aoo41x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DEditorFrame.java55 public EditorFrame( String sName, OwnEmbeddedObject aEmbObj, int nWidth, int nHeight ) in EditorFrame() argument
60 m_aTextArea = new JTextArea( "", nWidth, nHeight ); in EditorFrame()
107 int nWidth = (int)aDim.getWidth(); in getReplacementImage() local
109 aBufImage = new BufferedImage( nWidth, nHeight, BufferedImage.TYPE_INT_RGB ); in getReplacementImage()
112 aGr.clearRect( 0, 0, nWidth, nHeight ); in getReplacementImage()
/aoo41x/main/toolkit/source/layout/core/
H A Dbox.cxx86 Box::calculateSize( long nWidth ) in calculateSize() argument
136 if ( nWidth == 0 ) in calculateSize()
137 nWidth = nSecSize ? nSecSize : nFlowMinWidth; in calculateSize()
149 nPrimSize += xChildCont->getHeightForWidth( nWidth ); in calculateSize()
174 Box::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() argument
178 return calculateSize( nWidth ).Height; in getHeightForWidth()
/aoo41x/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx41 nWidth ( 0 ), in XBMReader()
256 while( ( nCol < nWidth ) && ( nBit < nBits ) ) in ParseData()
259 if( nCol == nWidth ) in ParseData()
295 nWidth = nValue; in ReadXBM()
327 if ( bStatus && nWidth && nHeight ) in ReadXBM()
329 aBmp1 = Bitmap( Size( nWidth, nHeight ), 1 ); in ReadXBM()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx177 sal_Int32 nWidth = 0; in Execute() local
181nWidth = LogicToLogic(PixelToLogic(Size(GetCtrlTextWidth(sDateFormat),0)).Width(),GetMapMode().Get… in Execute()
186nWidth = ::std::max<sal_Int32>(LogicToLogic(PixelToLogic(Size(GetCtrlTextWidth(sDateFormat),0)).Wi… in Execute()
189 if ( nWidth > 4000 ) in Execute()
192 aValues[nLength++].Value <<= nWidth; in Execute()
/aoo41x/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx163 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
196 nWidth = nVideoW; in implLayoutVideoWindow()
207 nWidth = aPrefSize.Width; in implLayoutVideoWindow()
230 nWidth = nVideoW; in implLayoutVideoWindow()
235 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
374 sal_Int32 nWidth, in setPosSize() argument
381 maWindowRect.Width = nWidth; in setPosSize()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx513 LONG nWidth; in ImplSalFrameFullScreenPos() local
1035 mnMinWidth = nWidth; in SetMinClientSize()
1042 mnMaxWidth = nWidth; in SetMaxClientSize()
1124 if ( nX+nWidth > nScreenWidth ) in SetPosSize()
1214 rWidth = maGeometry.nWidth; in GetClientSize()
1224 LONG nWidth; in SetWindowState() local
1268 nWidth = aSWP.cx; in SetWindowState()
1285 if ( nX+nWidth > nScreenWidth ) in SetWindowState()
1286 nX = (nScreenWidth) - nWidth; in SetWindowState()
1361 aPlacement.cx = nWidth; in SetWindowState()
[all …]
/aoo41x/main/cui/source/options/
H A Doptinet2.cxx572 if ( nTemp > nWidth ) in ArrangeControls_Impl()
573 nWidth = nTemp; in ArrangeControls_Impl()
575 if ( nTemp > nWidth ) in ArrangeControls_Impl()
576 nWidth = nTemp; in ArrangeControls_Impl()
578 if ( nTemp > nWidth ) in ArrangeControls_Impl()
579 nWidth = nTemp; in ArrangeControls_Impl()
581 if ( nTemp > nWidth ) in ArrangeControls_Impl()
582 nWidth = nTemp; in ArrangeControls_Impl()
586 if ( nWidth > nFTWidth ) in ArrangeControls_Impl()
589 aNewSize.Width() = nWidth; in ArrangeControls_Impl()
[all …]
/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx103 Cell& rCell = rCells[ nRow * nWidth + nCol ]; in lclSetMergedRange()
109 rCells[ nFirstRow * nWidth + nFirstCol ].mbMergeOrig = true; in lclSetMergedRange()
122 mnWidth( nWidth ), in ArrayImpl()
126 mnLastClipCol( nWidth - 1 ), in ArrayImpl()
353 Array::Array( size_t nWidth, size_t nHeight ) in Array() argument
355 Initialize( nWidth, nHeight ); in Array()
364 void Array::Initialize( size_t nWidth, size_t nHeight ) in Initialize() argument
367 mxImpl.reset( new ArrayImpl( nWidth, nHeight, bDiagDblClip ) ); in Initialize()
802 void Array::SetColWidth( size_t nCol, long nWidth ) in SetColWidth() argument
805 mxImpl->maWidths[ nCol ] = nWidth; in SetColWidth()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx315 sal_Int32 nWidth = 0; in importXML() local
316 sal_Bool bSuccess = SvXMLUnitConverter::convertMeasure(nWidth, _rStrImpValue, MAP_POINT); in importXML()
318 _rValue <<= (sal_Int16)nWidth; in importXML()
326 sal_Int16 nWidth = 0; in exportXML() local
328 if (_rValue >>= nWidth) in exportXML()
329 SvXMLUnitConverter::convertMeasure(aResult, nWidth, MAP_POINT, MAP_POINT); in exportXML()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx268 int nWidth = getAvailableWidth(); in onPaint() local
271 int nX = abs(nWidth - cxDib) / 2; in onPaint()
290 rc.right = nWidth; in onPaint()
297 rc.right = nWidth; in onPaint()
312 rc.left = nWidth - nX - 1; in onPaint()
314 rc.right = nWidth; in onPaint()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx916 nWidth = pAcc->Width(); in WriteOpcode_BitsRect()
925 nDstRowBytes = nWidth * 4; in WriteOpcode_BitsRect()
993 pComp[ nc ] = new sal_uInt8[ nWidth ]; in WriteOpcode_BitsRect()
1000 for ( nx = 0; nx < nWidth; nx++ ) in WriteOpcode_BitsRect()
1022 while ( nx < nWidth ) in WriteOpcode_BitsRect()
1030 if ( nEqu3 + 2 >= nWidth ) in WriteOpcode_BitsRect()
1032 nEqu3 = nWidth; in WriteOpcode_BitsRect()
1059 if ( nx < nWidth ) in WriteOpcode_BitsRect()
1185 for ( i = 0; i < nWidth; i++ ) in WriteOpcode_BitsRect()
1191 for ( i = 0; i < nWidth; i++ ) in WriteOpcode_BitsRect()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dbmpacc.cxx191 const sal_uInt32 nWidth = Width(), nHeight = Height(), nScanSize = GetScanlineSize(); in ImplZeroInitUnusedBits() local
193 if( nWidth && nHeight && nScanSize && GetBuffer() ) in ImplZeroInitUnusedBits()
258 nBits *= nWidth; in ImplZeroInitUnusedBits()
481 for( long nX = 0L, nWidth = Min( mpBuffer->mnWidth, rReadAcc.Width() ); nX < nWidth; nX++ ) in CopyScanline() local
541 for( long nX = 0L, nWidth = mpBuffer->mnWidth; nX < nWidth; nX++ ) in CopyScanline() local
/aoo41x/main/sfx2/source/doc/
H A Dfrmdescr.cxx57 nWidth( 0L ), in SfxFrameDescriptor()
149 pFrame->nWidth = nWidth; in Clone()
184 if ( !nWidth ) in GetWinBits()
196 return nWidth; in GetSize()
205 nWidth = rProp.lSize; in TakeProperties()
/aoo41x/main/sc/source/filter/excel/
H A Dcolrowst.cxx90 void XclImpColRowSettings::SetWidthRange( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nWidth ) in SetWidthRange() argument
98 ::std::fill( maWidths.begin() + nScCol1, maWidths.begin() + nScCol2 + 1, nWidth ); in SetWidthRange()
193 …sal_uInt16 nWidth = ::get_flag( maColFlags[ nScCol ], EXC_COLROW_USED ) ? maWidths[ nScCol ] : mnD… in Convert() local
197 if( nWidth == 0 ) in Convert()
200 nWidth = mnDefWidth; in Convert()
202 rDoc.SetColWidthOnly( nScCol, nScTab, nWidth ); in Convert()
/aoo41x/main/vcl/aqua/source/gdi/
H A Daquaprintview.mm54 int nWidth = (int)aPaperSize.width;
56 if( nWidth < 1 )
57 nWidth = 1;
58 NSRect aRect = { NSMakePoint( page % nWidth, page / nWidth), aPaperSize };

Completed in 207 milliseconds

12345678910>>...31