Home
last modified time | relevance | path

Searched refs:getFont (Results 1 – 25 of 178) sorted by relevance

12345678

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx416 PrintFont* getFont( fontID nID ) const in getFont() function in psp::PrintFontManager
507 PrintFont* pFont = getFont( nFontID ); in getFontType()
514 PrintFont* pFont = getFont( nFontID ); in getFontItalic()
521 PrintFont* pFont = getFont( nFontID ); in getFontWidth()
528 PrintFont* pFont = getFont( nFontID ); in getFontWeight()
535 PrintFont* pFont = getFont( nFontID ); in getFontPitch()
542 PrintFont* pFont = getFont( nFontID ); in getFontEncoding()
549 PrintFont* pFont = getFont( nFontID ); in getUseOnlyFontEncoding()
556 return getFontFile( getFont( nFontID ) ); in getFontFileSysPath()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2707 PrintFont* pFont = getFont( nFontID ); in getFontInfo()
2720 PrintFont* pFont = getFont( nFontID ); in getFontFastInfo()
2734 PrintFont* pFont = getFont( nFontID ); in getFontBoundingBox()
2759 PrintFont* pFont = getFont( nFontID ); in getFontFaceNumber()
2837 PrintFont* pFont = getFont( nFontID ); in getFontFamilyType()
2851 PrintFont* pFont = getFont( nFontID ); in getFontFamily()
3559 PrintFont* pFont = getFont( nFont ); in isPrivateFontFile()
3589 PrintFont* pFont = getFont( nFont ); in getAlternativeFamilyNames()
3636 PrintFont* pFont = getFont( nFont ); in createFontSubset()
3771 PrintFont* pFont = getFont( nFont ); in getGlyphWidths()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx185 const Font& getFont() const { return maFont; } in getFont() function in __anonc3207dfb0111::PropertyHolder
287 pLast->setFont(pTip->getFont()); in Pop()
315 if(pLast->getFont().GetAlign() != pTip->getFont().GetAlign()) in Pop()
317 Font aFont(pLast->getFont()); in Pop()
318 aFont.SetAlign(pTip->getFont().GetAlign()); in Pop()
1236 const Font& rFont = rProperty.getFont(); in createFontAttributeTransformAndAlignment()
1287 const Font& rFont = rProperty.getFont(); in proccessMetaTextAction()
1510 aTextLayouter.setFont(rProperty.getFont()); in proccessMetaTextLineAction()
2056 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
2118 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx139 const SvxFont& getFont() const { return maFont; } in getFont() function in __anon5a80b2700111::impPathTextPortion
239 aTextLayouter.setFont(pCandidate->getFont()); in getParagraphTextLength()
364 pCandidate->getFont(), in HandlePair()
371 aTextLayouter.setFont(pCandidate->getFont()); in HandlePair()
549 const Color aColor(pCandidate->getFont().GetColor()); in HandlePair()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java165 if (this.getFont() != rhs.getFont()) in compareTo()
211 public String getFont() { in getFont() method in FontDescription
/trunk/main/forms/source/component/
H A DGrid.cxx717 FontDescriptor aOldFont( getFont() ); in setFastPropertyValue_NoBroadcast()
722 firePropertyChange( PROPERTY_ID_FONT, makeAny( getFont() ), makeAny( aOldFont ) ); in setFastPropertyValue_NoBroadcast()
930 if ( getFont() != getDefaultFont() ) in write()
947 const FontDescriptor& aFont = getFont(); in write()
989 _rxOutStream << getFont(); in write()
1082 FontDescriptor aFont( getFont() ); in read()
H A Dnavigationbar.cxx280 ::comphelper::operator<<( _rxOutStream, getFont() ); in write()
413 FontDescriptor aOldFont( getFont() ); in setFastPropertyValue_NoBroadcast()
418 firePropertyChange( PROPERTY_ID_FONT, makeAny( getFont() ), makeAny( aOldFont ) ); in setFastPropertyValue_NoBroadcast()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java367 public java.awt.Font getFont() { in getFont() method in WindowsAccessBridgeAdapter.PopupMenuProxy
368 return menuComponent.getFont(); in getFont()
558 public java.awt.Font getFont() { in getFont() method in WindowsAccessBridgeAdapter.ListProxy
559 return listComponent.getFont(); in getFont()
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx40 PDFFontCache::FontData& PDFFontCache::getFont( const ImplFontData* pFont, bool bVertical ) in getFont() function in PDFFontCache
54 FontData& rFontData( getFont( pFont, bVertical ) ); in getGlyphWidth()
/trunk/main/vbahelper/source/msforms/
H A Dvbaframe.cxx80 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaFrame::getFont() throw (uno::RuntimeException) in getFont() function in ScVbaFrame
92 … double fOffsetY = mpGeometryHelper->getOffsetY() + getTop() + (getFont()->getSize() / 2.0) + 1.0; in Controls()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx212 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in isSingleLined()
246 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in getLineHeight()
444 FontAttributes aAttr = rProc.getFont( pText->FontId ); in resolveUnderlines()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx252 Reference< awt::XFont > AccessibleChartShape::getFont() in getFont() function in chart::AccessibleChartShape
258 xFont.set( m_pAccShape->getFont() ); in getFont()
H A DAccessibleChartElement.cxx234 Reference< awt::XFont > SAL_CALL AccessibleChartElement::getFont() in getFont() function in chart::AccessibleChartElement
251 xFont = xDevice->getFont( aDescr ); in getFont()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java164 Font font = textArea.getFont(); in update()
186 Font font = textArea.getFont(); in paintComponent()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1208 static Font getFont( NSFont* pFont, long nDPIY, const Font& rDefault ) in getFont() function
1269 aAppFont = getFont( [NSFont systemFontOfSize: 0], nDPIY, aAppFont ); in UpdateSettings()
1276 Font aTitleFont( getFont( [NSFont titleBarFontOfSize: 0], nDPIY, aAppFont ) ); in UpdateSettings()
1280 Font aMenuFont( getFont( [NSFont menuFontOfSize: 0], nDPIY, aAppFont ) ); in UpdateSettings()
1285 Font aLabelFont( getFont( [NSFont labelFontOfSize: 0], nDPIY, aAppFont ) ); in UpdateSettings()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx62 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti…
193 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti…
H A Dvbasheetobject.cxx116 uno::Reference< excel::XFont > SAL_CALL ScVbaButtonCharacters::getFont() throw (uno::RuntimeExcepti… in getFont() function in ScVbaButtonCharacters
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() throw (uno::RuntimeException) in getFont() function in ScVbaButton
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx469 Reference< awt::XFont > AccessibleTabBarPage::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleTabBarPage
479 xFont = xParentComp->getFont(); in getFont()
H A DAccessibleToolPanelDeckTabBarItem.cxx402 …Reference< XFont > SAL_CALL AccessibleToolPanelDeckTabBarItem::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleToolPanelDeckTabBarItem
408 return xParentComponent->getFont(); in getFont()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenuitemcomponent.cxx474 Reference< awt::XFont > OAccessibleMenuItemComponent::getFont( ) throw (RuntimeException) in getFont() function in OAccessibleMenuItemComponent
484 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessiblestatusbaritem.cxx457 Reference< awt::XFont > VCLXAccessibleStatusBarItem::getFont( ) throw (RuntimeException) in getFont() function in VCLXAccessibleStatusBarItem
467 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessibletabpage.cxx531 Reference< awt::XFont > VCLXAccessibleTabPage::getFont( ) throw (RuntimeException) in getFont() function in VCLXAccessibleTabPage
541 xFont = xParentComp->getFont(); in getFont()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java315 Font font = textArea.getFont(); in update()
337 Font font = textArea.getFont(); in paintComponent()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx404 FontDescriptor aOldFont( getFont() ); in setFastPropertyValue_NoBroadcast()
409 firePropertyChange( PROPERTY_ID_FONT, makeAny( getFont() ), makeAny( aOldFont ) ); in setFastPropertyValue_NoBroadcast()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx472 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL AccessibleCell::getFont (… in getFont() function in accessibility::AccessibleCell
475 return AccessibleComponentBase::getFont(); in getFont()

Completed in 145 milliseconds

12345678