Home
last modified time | relevance | path

Searched refs:mxFont (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx45 mxFont( xPropertySet, uno::UNO_SET_THROW ), in VbaFontBase()
130 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharHeight", "FontHeight" ), aVal ); in setSize()
136 return mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharHeight", "FontHeight" ) ); in getSize()
191 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharWeight", "FontWeight" ) ) >>= fValue; in getBold()
210 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharStrikeout", "FontStrikeout" ) ) >>= nValue; in getStrikethrough()
242 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharPosture", "FontSlant" ) ) >>= aFS; in getItalic()
251 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharFontName", "FontName" ), aValue ); in setName()
257 return mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharFontName", "FontName" ) ); in getName()
264 …aAny = OORGBToXLRGB( mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharColor", "TextColor" ) ) … in getColor()
271 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharColor", "TextColor" ), XLRGBToOORGB(_color) ); in setColor()
[all …]
/trunk/main/cppcanvas/source/wrapper/
H A Dimplfont.cxx44 mxFont( NULL ) in ImplFont()
55 mxFont = mxCanvas->createFont( aFontRequest, in ImplFont()
67 OSL_ENSURE( mxFont.is(), "ImplFont::getName(): Invalid Font" ); in getName()
69 return mxFont->getFontRequest().FontDescription.FamilyName; in getName()
74 OSL_ENSURE( mxFont.is(), "ImplFont::getCellSize(): Invalid Font" ); in getCellSize()
76 return mxFont->getFontRequest().CellSize; in getCellSize()
81 OSL_ENSURE( mxFont.is(), "ImplFont::getUNOFont(): Invalid Font" ); in getUNOFont()
83 return mxFont; in getUNOFont()
H A Dimplfont.hxx74 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > mxFont;
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx80 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSuperscript()
81 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in setSuperscript()
119 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSuperscript()
120 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSuperscript()
152 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSubscript()
153 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in setSubscript()
193 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSubscript()
194 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSubscript()
401mxFont->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharUnderline" ) ) ) >>= nV… in getUnderline()
468mxFont->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharContoured" ) ), aValue … in setOutlineFont()
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx674 mxFont( rState.xFont ), in TextAction()
680 init( maState, mxFont, in TextAction()
684 ENSURE_OR_THROW( mxFont.is(), in TextAction()
695 mxFont( rState.xFont ), in TextAction()
701 init( maState, mxFont, in TextAction()
705 ENSURE_OR_THROW( mxFont.is(), in TextAction()
741 mxFont->createTextLayout( in getBounds()
858 mxFont( rState.xFont ), in EffectTextAction()
878 init( maState, mxFont, in EffectTextAction()
898 mxFont( rState.xFont ), in EffectTextAction()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx439 if (mpFont.get()!=NULL && !mpFont->mxFont.is() && mxCanvas.is()) in CalculateButtonSize()
441 if (mpFont.get()==NULL || !mpFont->mxFont.is()) in CalculateButtonSize()
444 geometry::RealSize2D aTextSize (PresenterCanvasHelper::GetTextSize(mpFont->mxFont,msText)); in CalculateButtonSize()
476 if (rpFont.get()==NULL || ! rpFont->mxFont.is()) in RenderButton()
481 rpFont->mxFont->createTextLayout(aContext,rendering::TextDirection::WEAK_LEFT_TO_RIGHT,0)); in RenderButton()
492 rpFont->mxFont, in RenderButton()
556 if (mpMouseOverFont.get()!=NULL && !mpMouseOverFont->mxFont.is() && mxCanvas.is()) in SetupButtonBitmaps()
H A DPresenterClock.cxx232 Reference<rendering::XCanvasFont> mxFont; member in sdext::presenter::__anon74edc9d10211::DigitalDefaultPainter
1232 mxFont(), in DigitalDefaultPainter()
1261 if ( ! mxFont.is()) in Paint()
1263 if ( ! mxFont.is()) in Paint()
1310 Reference<rendering::XTextLayout> xLayout (mxFont->createTextLayout( in Paint()
1333 mxFont, in Paint()
1348 mxFont = NULL; in Resize()
1401 mxFont = rxCanvas->createFont( in CreateFont()
1405 if (mxFont.is()) in CreateFont()
1407 Reference<rendering::XTextLayout> xLayout (mxFont->createTextLayout( in CreateFont()
H A DPresenterHelpView.cxx360 mpFont->mxFont)); in Paint()
371 mpFont->mxFont)); in Paint()
415 new Block(sLeftText, sRightText, mpFont->mxFont, mnMaximalWidth))); in ProcessString()
465 mpFont->mxFont = NULL; in CheckFontSize()
470 (*iBlock)->Update(mpFont->mxFont, mnMaximalWidth); in CheckFontSize()
476 mpFont->mxFont = NULL; in CheckFontSize()
486 (*iBlock)->Update(mpFont->mxFont, mnMaximalWidth); in CheckFontSize()
H A DPresenterTextView.cxx763 if ( ! rpFont || ! rpFont->mxFont.is()) in Format()
777 const rendering::FontMetrics aMetrics (rpFont->mxFont->getFontMetrics()); in Format()
926 rpFont->mxFont, in AddWord()
1325 if ( ! rpFont || ! rpFont->mxFont.is()) in SetupCellArray()
1344 rpFont->mxFont->createTextLayout(aContext, nTextDirection, 0)); in SetupCellArray()
1575 mxLayoutedLine = rpFont->mxFont->createTextLayout( in ProvideLayoutedLine()
H A DPresenterToolBar.cxx2003 if ( ! mpFont->mxFont.is()) in Paint()
2005 if ( ! mpFont->mxFont.is()) in Paint()
2011 mpFont->mxFont->createTextLayout( in Paint()
2030 mpFont->mxFont, in Paint()
2043 if ( ! mpFont->mxFont.is()) in GetBoundingBox()
2045 if (mpFont->mxFont.is()) in GetBoundingBox()
2049 mpFont->mxFont->createTextLayout( in GetBoundingBox()
H A DPresenterSlideSorter.cxx1856 if (mpFont.get()==NULL || !mpFont->mxFont.is()) in CreateBitmap()
1888 const Reference<rendering::XTextLayout> xLayout (mpFont->mxFont->createTextLayout( in CreateBitmap()
1909 mpFont->mxFont, in CreateBitmap()
1926 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, rsText).Width); in GetFittingText()
1941 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, sCandidate).Width); in GetFittingText()
1995 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, rsText)); in CalculateLabelSize()
H A DPresenterTheme.cxx634 if (mxFont.is()) in PrepareFont()
642 mxFont = CreateFont(rxCanvas, nCellSize); in PrepareFont()
644 return mxFont.is(); in PrepareFont()
H A DPresenterTheme.hxx100 css::uno::Reference<css::rendering::XCanvasFont> mxFont; member in sdext::presenter::PresenterTheme::FontDescriptor
H A DPresenterController.cxx1345 if ( ! pFont->mxFont.is()) in UpdatePendingSlideNumber()
1351 pFont->mxFont->createTextLayout( in UpdatePendingSlideNumber()
/trunk/main/oox/source/xls/
H A Drichstring.cxx72 mxFont.reset( new Font( *this, false ) ); in createFont()
73 return mxFont; in createFont()
83 if( mxFont.get() ) in finalizeImport()
84 mxFont->finalizeImport(); in finalizeImport()
86 mxFont = getStyles().getFont( mnFontId ); in finalizeImport()
104 if( mxFont.get() ) in convert()
107 mxFont->writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); in convert()
H A Dstylesfragment.cxx70 if( mxFont.get() ) in onCreateContext()
71 mxFont->importAttribs( nElement, rAttribs ); in onCreateContext()
H A Dstylesbuffer.cxx2544 if( bAlwaysNew || !mxFont ) in createFont()
2545 mxFont.reset( new Font( *this, true ) ); in createFont()
2546 return mxFont; in createFont()
2640 if( mxFont.get() ) in finalizeImport()
2641 mxFont->finalizeImport(); in finalizeImport()
2655 if( mxFont.get() ) in writeToPropertyMap()
2656 mxFont->writeToPropertyMap( rPropMap, FONT_PROPTYPE_CELL ); in writeToPropertyMap()
/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx52 WorkbookContextBase( rParent ), mxFont( rxFont ) {} in FontContext()
58 FontRef mxFont; member in oox::xls::FontContext
H A Drichstring.hxx70 inline bool hasFont() const { return mxFont.get() != 0; } in hasFont()
79 FontRef mxFont; /// Embedded portion font, may be empty. member in oox::xls::RichStringPortion
H A Drichstringcontext.hxx49 FontRef mxFont; /// Processed font of the portion. member in oox::xls::RichStringContext
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx979 mxFont.reset( new XclImpChFont ); in ReadSubRecord()
980 mxFont->ReadChFont( rStrm ); in ReadSubRecord()
1009 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
1036 if( !mxFont ) in UpdateText()
1038 mxFont = pParentText->mxFont; in UpdateText()
3182 mxFont.reset( new XclImpChFont ); in ReadSubRecord()
3183 mxFont->ReadChFont( rStrm ); in ReadSubRecord()
3221 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
3260 if( mxFont.is() ) in CreateAxis()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx114 mxFont->getPropertyValue( UnderLineMapper::propName() ) >>= nOOVal; in getUnderline()
126 mxFont->setPropertyValue( UnderLineMapper::propName(), uno::makeAny( nOOVal ) ); in setUnderline()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx559 XclExpChFontRef mxFont; /// Index into font buffer (CHFONT record). member in XclExpChText
1125 XclExpChFontRef mxFont; /// Index into font buffer (CHFONT record). member in XclExpChAxis
H A Dxichart.hxx556 XclImpChFontRef mxFont; /// Index into font buffer (CHFONT record). member in XclImpChText
1262 XclImpChFontRef mxFont; /// Index into font buffer (CHFONT record). member in XclImpChAxis
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbafontbase.hxx60 css::uno::Reference< css::beans::XPropertySet > mxFont; member in VbaFontBase

Completed in 212 milliseconds

12