Home
last modified time | relevance | path

Searched refs:aFD (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/vcl/source/components/
H A Dfontident.cxx107 FontDescriptor aFD; in getMaterial() local
109 aFD.Height = 0; in getMaterial()
110 aFD.Width = 0; in getMaterial()
112 aFD.CharSet = 0; in getMaterial()
113 aFD.CharacterWidth = 0; in getMaterial()
114 aFD.Underline = 0; in getMaterial()
115 aFD.Strikeout = 0; in getMaterial()
116 aFD.Orientation = 0; in getMaterial()
117 aFD.Kerning = sal_False; in getMaterial()
119 aFD.Type = 0; in getMaterial()
[all …]
/aoo42x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx237 EmptyFontDescriptor aFD; in ImplGetDefaultValue() local
690 rValue >>= aFD; in write()
691 OutStream->writeUTF( aFD.Name ); in write()
707 OutStream->writeShort( aFD.Type ); in write()
770 pProp->GetValue() >>= aFD; in write()
781 OutStream->writeUTF( aFD.Name ); in write()
895 aFD.Name = InStream->readUTF(); in read()
911 aValue <<= aFD; in read()
1026 EmptyFontDescriptor aFD; in read() local
1027 aValue <<= aFD; in read()
[all …]
H A Dcontrolmodelcontainerbase.cxx1409 FontDescriptor aFD; in ImplSetPosSize() local
1411 aVal >>= aFD; in ImplSetPosSize()
1412 if ( aFD.StyleName.getLength() ) in ImplSetPosSize()
1414 Reference< XFont > xFont = xD->getFont( aFD ); in ImplSetPosSize()
/aoo42x/main/dbaccess/source/core/api/
H A Ddatasettings.cxx198 _rDefault <<= aFD.Name; in getPropertyDefaultByHandle()
201 _rDefault <<= aFD.Height; in getPropertyDefaultByHandle()
204 _rDefault <<= aFD.Width; in getPropertyDefaultByHandle()
207 _rDefault <<= aFD.StyleName; in getPropertyDefaultByHandle()
210 _rDefault <<= aFD.Family; in getPropertyDefaultByHandle()
213 _rDefault <<= aFD.CharSet; in getPropertyDefaultByHandle()
216 _rDefault <<= aFD.Pitch; in getPropertyDefaultByHandle()
222 _rDefault <<= aFD.Weight; in getPropertyDefaultByHandle()
225 _rDefault <<= aFD.Slant; in getPropertyDefaultByHandle()
237 _rDefault <<= aFD.Kerning; in getPropertyDefaultByHandle()
[all …]
/aoo42x/main/toolkit/source/helper/
H A Dvclunohelper.cxx327 ::com::sun::star::awt::FontDescriptor aFD; in CreateFontDescriptor()
328 aFD.Name = rFont.GetName(); in CreateFontDescriptor()
329 aFD.StyleName = rFont.GetStyleName(); in CreateFontDescriptor()
330 aFD.Height = (sal_Int16)rFont.GetSize().Height(); in CreateFontDescriptor()
331 aFD.Width = (sal_Int16)rFont.GetSize().Width(); in CreateFontDescriptor()
333 aFD.CharSet = rFont.GetCharSet(); in CreateFontDescriptor()
340 aFD.Orientation = rFont.GetOrientation(); in CreateFontDescriptor()
341 aFD.Kerning = rFont.IsKerning(); in CreateFontDescriptor()
342 aFD.WordLineMode = rFont.IsWordLineMode(); in CreateFontDescriptor()
343 aFD.Type = 0; // ??? => Nur an Metric... in CreateFontDescriptor()
[all …]
/aoo42x/main/dbaccess/source/ui/misc/
H A DUITools.cxx1046 ::com::sun::star::awt::FontDescriptor aFD; in CreateFontDescriptor()
1047 aFD.Name = rFont.GetName(); in CreateFontDescriptor()
1048 aFD.StyleName = rFont.GetStyleName(); in CreateFontDescriptor()
1049 aFD.Height = (sal_Int16)rFont.GetSize().Height(); in CreateFontDescriptor()
1050 aFD.Width = (sal_Int16)rFont.GetSize().Width(); in CreateFontDescriptor()
1052 aFD.CharSet = rFont.GetCharSet(); in CreateFontDescriptor()
1061 aFD.Orientation = rFont.GetOrientation(); in CreateFontDescriptor()
1062 aFD.Kerning = rFont.IsKerning(); in CreateFontDescriptor()
1063 aFD.WordLineMode = rFont.IsWordLineMode(); in CreateFontDescriptor()
1064 aFD.Type = 0; // ??? => Nur an Metric... in CreateFontDescriptor()
[all …]
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx88 ::com::sun::star::awt::FontDescriptor aFD; in ImplCreateFontDescriptor()
89 aFD.Name = rFont.GetName(); in ImplCreateFontDescriptor()
90 aFD.StyleName = rFont.GetStyleName(); in ImplCreateFontDescriptor()
93 aFD.Family = (sal_Int16)rFont.GetFamily(); in ImplCreateFontDescriptor()
94 aFD.CharSet = rFont.GetCharSet(); in ImplCreateFontDescriptor()
95 aFD.Pitch = (sal_Int16)rFont.GetPitch(); in ImplCreateFontDescriptor()
101 aFD.Orientation = rFont.GetOrientation(); in ImplCreateFontDescriptor()
102 aFD.Kerning = rFont.IsKerning(); in ImplCreateFontDescriptor()
103 aFD.WordLineMode = rFont.IsWordLineMode(); in ImplCreateFontDescriptor()
104 aFD.Type = 0; // ??? => Nur an Metric... in ImplCreateFontDescriptor()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java677 final FontDescriptor aFD = _aSO.getFontDescriptor(); in insertLabel() local
678 if (aFD != null) in insertLabel()
680 xFixedText.setFontDescriptor(aFD); in insertLabel()
780 final FontDescriptor aFD = _aSO.getFontDescriptor(); in insertFormattedField() local
781 if (aFD != null) in insertFormattedField()
783 xReportControlModel.setFontDescriptor(aFD); in insertFormattedField()
1529 final FontDescriptor aFD = a.getFontDescriptor(); in getMaxLabelWidth() local
1530 nWidth = Math.max(nWidth, getLabelWidth(sGroupName, aFD)); in getMaxLabelWidth()
/aoo42x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx586 awt::FontDescriptor aFD; in readFont() local
601 if( aRes >>= aFD ) in readFont()
603 aResult.familyName = aFD.Name; in readFont()
605 aResult.isBold = (aFD.Weight > 100.0); in readFont()
606 aResult.isItalic = (aFD.Slant == awt::FontSlant_OBLIQUE || in readFont()
607 aFD.Slant == awt::FontSlant_ITALIC ); in readFont()
/aoo42x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2746 struct pollfd aFD; in XIfEventWithTimeout() local
2747 aFD.fd = ConnectionNumber(GetDisplay()); in XIfEventWithTimeout()
2748 aFD.events = POLLIN; in XIfEventWithTimeout()
2749 aFD.revents = 0; in XIfEventWithTimeout()
2750 poll( &aFD, 1, i_nTimeout ); in XIfEventWithTimeout()
2753 poll( &aFD, 1, i_nTimeout ); // try once more for a packet of events from the Xserver in XIfEventWithTimeout()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindow.cxx2056 ::com::sun::star::awt::FontDescriptor aFD = VCLUnoHelper::CreateFontDescriptor( aFont ); in getProperty()
2057 aProp <<= aFD; in getProperty()

Completed in 144 milliseconds