Home
last modified time | relevance | path

Searched refs:width (Results 26 – 50 of 896) sorted by relevance

12345678910>>...36

/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx156 maGeometry.nWidth = static_cast<unsigned int>(aVisibleRect.size.width * 0.8); in initWindowAndView()
172 maGeometry.nWidth = static_cast<int>(aVisibleRect.size.width); in initWindowAndView()
593 aStateRect.size.width = float(pState->mnWidth); in SetWindowState()
678 pState->mnWidth = long(aStateRect.size.width); in GetWindowState()
774 …if( aScreenRect.origin.x + aScreenRect.size.width > aNewContentRect.origin.x + aNewContentRect.siz… in ShowFullScreen()
775 …aNewContentRect.size.width = aScreenRect.origin.x + aScreenRect.size.width - aNewContentRect.origi… in ShowFullScreen()
781 if( aNewContentRect.size.width == 0 && aNewContentRect.size.height == 0 ) in ShowFullScreen()
1419 aContentRect.size.width = nWidth; in SetPosSize()
1460 rRect.nRight = static_cast<long>(aRect.origin.x + aRect.size.width - 1); in GetWorkArea()
1663 (aContentRect.origin.x + aContentRect.size.width)); in UpdateFrameGeometry()
[all …]
H A Dsalnsmenu.mm146 aImgRect.origin.x += aFromRect.size.width + 2;
167 … if( aMousePt.x >= aImgRect.origin.x && aMousePt.x <= (aImgRect.origin.x+aImgRect.size.width) &&
178 aImgRect.origin.x += aFromRect.size.width + 2;
193 aSize.width = 2;
198 NSRect aImgRect = NSMakeRect( aSize.width, nY, aPixSize.Width(), aPixSize.Height());
201 aSize.width += 2 + aImgRect.size.width;
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java68 …public StatusDialog(XMultiServiceFactory xmsf, int width, String taskName, boolean displayCount, S… in StatusDialog() argument
87 …r(6 + 25 + (b ? 27 : 7)), hid, Boolean.TRUE, "StatusDialog", 102, 52, 0, res[0], new Integer(width) in StatusDialog()
99 8, taskName, 6, 6, new Short(tabstop++), new Integer(width * 2 / 3) in StatusDialog()
108 …8, PropertyNames.EMPTY_STRING, new Integer(width * 2 / 3), 6, new Short(tabstop++), new Integer(wi… in StatusDialog()
117 10, 6, 16, new Short(tabstop++), new Integer(width - 12) in StatusDialog()
130 … 14, res[1], new Integer(width / 2 - 20), new Integer(6 + 25 + 7), new Short(tabstop++), 40 in StatusDialog()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java153 aPrefDim.width >>= 2; in LayoutComponents()
159 aPrefDim.width >>= 1; in LayoutComponents()
165 aPrefDim.width <<= 1; in LayoutComponents()
171 aPrefDim.width <<= 2; in LayoutComponents()
184 if( ( aPrefDim.width <= nVideoW ) && ( aPrefDim.height <= nVideoH ) ) in LayoutComponents()
186 nX = ( nVideoW - aPrefDim.width ) >> 1; in LayoutComponents()
188 nWidth = aPrefDim.width; in LayoutComponents()
196 … if( aPrefDim.width > 0 && aPrefDim.height > 0 && nVideoW > 0 && nVideoH > 0 ) in LayoutComponents()
198 double fPrefWH = (double) aPrefDim.width / aPrefDim.height; in LayoutComponents()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java137 int width = 255; // Default value in parseColWidth() local
141 width = TwipsConverter.cm2twips(widthCM); in parseColWidth()
144 width = TwipsConverter.inches2twips(widthInch); in parseColWidth()
147 return (width); in parseColWidth()
268 String width = TwipsConverter.twips2cm(colWidth) + "cm"; in writeAttributes() local
269 node.setAttribute("style:column-width", width); in writeAttributes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java65 int width, int x, int y, String kind ) { in createControlShape() argument
85 size.Width = width; in createControlShape()
101 int width, int x, int y, String kind, String defControl ) { in createUnoControlShape() argument
120 size.Width = width; in createUnoControlShape()
138 int width, int x, int y, String kind ) { in createControlShapeWithDefaultControl() argument
155 size.Width = width; in createControlShapeWithDefaultControl()
216 int width, int x, int y, String kind ) { in insertControlShape() argument
218 XControlShape aShape = createControlShape(oDoc,height,width,x,y,kind); in insertControlShape()
/trunk/main/offapi/com/sun/star/awt/
H A DXFont.idl67 /** returns the width of the specified character.
70 the character width measured in pixels for the device.
85 /** returns the string width.
88 the width of the specified string of characters
98 the width of the specified string of characters
102 receives the width of every single character
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx79 int width, height; in copyJobDataToJobSetup() local
81 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup()
88 width = PtTo10Mu( width ); in copyJobDataToJobSetup()
93 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup()
99 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
680 int width, height; in GetPageInfo() local
687 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo()
692 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
696 rPageWidth = width * nDPI / 72; in GetPageInfo()
700 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo()
H A Dsvppspgraphics.cxx570 if( aMetric.width == -1 && aMetric.height == -1 ) in LayoutText()
1053 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
1104 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
1108 case psp::width::UltraCondensed: return WIDTH_ULTRA_CONDENSED; in ToFontWidth()
1110 case psp::width::Condensed: return WIDTH_CONDENSED; in ToFontWidth()
1111 case psp::width::SemiCondensed: return WIDTH_SEMI_CONDENSED; in ToFontWidth()
1112 case psp::width::Normal: return WIDTH_NORMAL; in ToFontWidth()
1113 case psp::width::SemiExpanded: return WIDTH_SEMI_EXPANDED; in ToFontWidth()
1114 case psp::width::Expanded: return WIDTH_EXPANDED; in ToFontWidth()
1115 case psp::width::ExtraExpanded: return WIDTH_EXTRA_EXPANDED; in ToFontWidth()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx61 s.width( 2 ); s.fill( (const char)250 ); in hex2()
67 s.width( 4 ); s.fill( (const char)250 ); in hex4()
73 s.width( 6 ); s.fill( (const char)250 ); in hex6()
79 s.width( 8 ); s.fill( (const char)250 ); in hex8()
86 s.width( 0 ); s.fill( 0 ); in dec2()
100 s.width( 6 ); in filepos()
103 s.width( 0 ); s.fill( 0 ); in filepos()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx629 if( aMetric.width == -1 && aMetric.height == -1 ) in LayoutText()
1159 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
1209 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
1215 case psp::width::Condensed: return WIDTH_CONDENSED; in ToFontWidth()
1216 case psp::width::SemiCondensed: return WIDTH_SEMI_CONDENSED; in ToFontWidth()
1217 case psp::width::Normal: return WIDTH_NORMAL; in ToFontWidth()
1218 case psp::width::SemiExpanded: return WIDTH_SEMI_EXPANDED; in ToFontWidth()
1219 case psp::width::Expanded: return WIDTH_EXPANDED; in ToFontWidth()
1220 case psp::width::ExtraExpanded: return WIDTH_EXTRA_EXPANDED; in ToFontWidth()
1221 case psp::width::UltraExpanded: return WIDTH_ULTRA_EXPANDED; in ToFontWidth()
[all …]
H A Dsalprnpsp.cxx130 int width, height; in copyJobDataToJobSetup() local
132 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup()
140 width = PtTo10Mu( width ); in copyJobDataToJobSetup()
145 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup()
151 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
794 int width, height; in GetPageInfo() local
801 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo()
806 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
810 rPageWidth = width * nDPI / 72; in GetPageInfo()
814 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo()
/trunk/main/bean/qa/complex/bean/
H A DWriterFrame.java46 …public WriterFrame(int x, int y, int width, int height, boolean loadBeforeVisible, XComponentConte… in WriterFrame() argument
56 setBounds(x, y, width, height); in WriterFrame()
67 setBounds(x, y, width, height); in WriterFrame()
150 r.width - i.left - i.right, in getClientArea()
172 || client.width != unoWin.width in checkUnoFramePosition()
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModulesNew.idl42 /// Transliterate a string from half width character to full width character
44 /// Transliterate a string from full width character to half width character
54 … /// Ignore full width and half width characters when comparing strings by transliteration service
126 /// Transliterate a half width number string to full width number string
H A DTransliterationModules.idl46 /// Transliterate a string from half width character to full width character
48 /// Transliterate a string from full width character to half width character
74 /// Ignore full width and half width character when comparing strings by transliteration service
/trunk/main/offapi/com/sun/star/text/
H A DTextFrame.idl77 /** contains the metric width value of the frame.
83 /** specifies a width relative to the width of the
91 /** specifies a width relative to the width of the
118 /** determines the interpretation of the width and relative
119 width properties.
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java336 int width = columnWidths.get(i) * pixelsPerChar; in setColumnWidths() local
339 if (width < minWidth) { in setColumnWidths()
340 width = minWidth; in setColumnWidths()
341 } else if (width > maxWidth) { in setColumnWidths()
342 width = maxWidth; in setColumnWidths()
346 ws.putColumn(i + 1, width, ca); in setColumnWidths()
/trunk/main/offapi/com/sun/star/util/
H A DXStringWidth.idl34 /** An interface that encapsulates the abstract notion of string width.
41 /** compute the width of a given string.
43 <p>Depending on the implementation of this interface, the width of a
45 in the string, or the width in pixel when displayed with a specific
52 the string's width.
H A DXStringAbbreviation.idl52 wider than some given width.
54 <p>The width of a string is an abstract concept here, measured via
57 string's length), or the width in pixel when displayed with a specific
61 The interface that makes concrete the abstract notion of string width.
64 The resulting abbreviated string's width will be no larger than this.
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx600 mgw.width[i]=0; in InPlaceMenuCreate()
612 WORD pos = (WORD)mgw.width[0]; in InPlaceMenuCreate()
614 mgw.width[1] = 1; in InPlaceMenuCreate()
617 pos = ((WORD)(mgw.width[0] + mgw.width[1] + mgw.width[2])); in InPlaceMenuCreate()
620 mgw.width[3] = help - 3; in InPlaceMenuCreate()
623 pos = (WORD)(mgw.width[0] + mgw.width[1] + mgw.width[2] + in InPlaceMenuCreate()
624 mgw.width[3] + mgw.width[4]); in InPlaceMenuCreate()
626 mgw.width[5] = 1; in InPlaceMenuCreate()
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx154 nScanlineSize = (pImage->width+31)/32; in X11_getPaletteBmpFromImage()
159 nScanlineSize = (pImage->width+1)/2; in X11_getPaletteBmpFromImage()
165 nScanlineSize = pImage->width; in X11_getPaletteBmpFromImage()
182 for( int x = 0; x < pImage->width; x++ ) in X11_getPaletteBmpFromImage()
197 writeLE( (sal_uInt32)pImage->width, pBuffer+18 ); in X11_getPaletteBmpFromImage()
284 sal_uInt32 nScanlineSize = pImage->width*3; in X11_getTCBmpFromImage()
305 for( int x = 0; x < pImage->width; x++ ) in X11_getTCBmpFromImage()
332 writeLE( (sal_uInt32)pImage->width, pBuffer+18 ); in X11_getTCBmpFromImage()
677 aImage.width = (int)nWidth; in setBitmapData()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx911 if( aInfo.width ) in identifyTrueTypeFont()
913 if( aInfo.width == FWIDTH_ULTRA_CONDENSED ) in identifyTrueTypeFont()
915 else if( aInfo.width == FWIDTH_EXTRA_CONDENSED ) in identifyTrueTypeFont()
917 else if( aInfo.width == FWIDTH_CONDENSED ) in identifyTrueTypeFont()
919 else if( aInfo.width == FWIDTH_SEMI_CONDENSED ) in identifyTrueTypeFont()
921 else if( aInfo.width == FWIDTH_NORMAL ) in identifyTrueTypeFont()
923 else if( aInfo.width == FWIDTH_SEMI_EXPANDED ) in identifyTrueTypeFont()
925 else if( aInfo.width == FWIDTH_EXPANDED ) in identifyTrueTypeFont()
927 else if( aInfo.width == FWIDTH_EXTRA_EXPANDED ) in identifyTrueTypeFont()
929 else if( aInfo.width >= FWIDTH_ULTRA_EXPANDED ) in identifyTrueTypeFont()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.hxx46 explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height );
49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
54 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
58 virtual void Resize( int width, int height );
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt29 …office.org/2000/script" dlg:id="Dialog1" dlg:left="204" dlg:top="148" dlg:width="136" dlg:height="…
31 …<dlg:button dlg:id="OkButtonName" dlg:tab-index="0" dlg:left="86" dlg:top="92" dlg:width="44" dlg:…
32 …<dlg:titledbox dlg:id="FrameControl1" dlg:tab-index="1" dlg:left="4" dlg:top="7" dlg:width="68" dl…
35 …<dlg:scrollbar dlg:id="ScrollBar1" dlg:tab-index="2" dlg:left="82" dlg:top="10" dlg:width="45" dlg…
36 …<dlg:scrollbar dlg:id="ScrollBar2" dlg:tab-index="3" dlg:left="107" dlg:top="43" dlg:width="21" dl…
37 …<dlg:timefield dlg:id="TimeField1" dlg:tab-index="4" dlg:left="4" dlg:top="92" dlg:width="28" dlg:…
38 …<dlg:text dlg:id="Label1" dlg:tab-index="5" dlg:left="22" dlg:top="61" dlg:width="44" dlg:height="…
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.hxx48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp…
61 int width,
69 int width, int height, GfxImageColorMap* colorMap,
76 int width, int height, GfxImageColorMap* colorMap,

Completed in 146 milliseconds

12345678910>>...36