/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 130 if ( bVertical ) in DoPaint() 242 if (bVertical) in DrawShadedRect() 247 if (bVertical) in DrawShadedRect() 252 if (bVertical) in DrawShadedRect() 296 if (bVertical) in Paint() 387 if ( bVertical ) in Paint() 423 if (bVertical) in Paint() 430 if (bVertical) in Paint() 503 if (bVertical) in Paint() 715 if (bVertical) in MouseButtonDown() [all …]
|
H A D | gridmerg.cxx | 40 bVertical( sal_False ) in ScGridMerger() 64 nStart == nFixEnd + ( bVertical ? nOneY : nOneX ) ) ) in AddLine() 100 if ( bVertical ) in AddHorLine() 103 bVertical = sal_False; in AddHorLine() 115 if ( !bVertical ) in AddVerLine() 118 bVertical = sal_True; in AddVerLine() 130 if (bVertical) in Flush()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdffontcache.cxx | 33 PDFFontCache::FontIdentifier::FontIdentifier( const ImplFontData* pFont, bool bVertical ) : in FontIdentifier() argument 36 m_bVertical( bVertical ) in FontIdentifier() 40 PDFFontCache::FontData& PDFFontCache::getFont( const ImplFontData* pFont, bool bVertical ) in getFont() argument 42 FontIdentifier aId( pFont, bVertical ); in getFont() 51 …che::getGlyphWidth( const ImplFontData* pFont, sal_GlyphId nGlyph, bool bVertical, SalGraphics* pG… in getGlyphWidth() argument 54 FontData& rFontData( getFont( pFont, bVertical ) ); in getGlyphWidth() 57 … pGraphics->GetGlyphWidths( pFont, bVertical, rFontData.m_nWidths, rFontData.m_aGlyphIdToIndex ); in getGlyphWidth()
|
H A D | pdffontcache.hxx | 42 FontIdentifier( const ImplFontData*, bool bVertical ); 68 FontData& getFont( const ImplFontData*, bool bVertical ); 73 sal_Int32 getGlyphWidth( const ImplFontData*, sal_GlyphId, bool bVertical, SalGraphics* );
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 207 sal_Bool bVertical = ( nSlotID == SID_DRAW_TEXT_VERTICAL ); in MouseButtonDown() local 210 bVertical = pOPO->IsVertical(); // content wins in MouseButtonDown() 211 pO->SetVertical( bVertical ); in MouseButtonDown() 458 sal_Bool bVertical = (SID_DRAW_TEXT_VERTICAL == nSlotID); in MouseButtonUp() local 459 if(bVertical) in MouseButtonUp() 779 sal_Bool bVertical = ( nSlotID == SID_DRAW_TEXT_VERTICAL ); in SetInEditMode() local 782 bVertical = pOPO->IsVertical(); // content wins in SetInEditMode() 783 pO->SetVertical( bVertical ); in SetInEditMode() 846 sal_Bool bVertical = (SID_DRAW_TEXT_VERTICAL == nID); in CreateDefaultObject() local 849 pText->SetVerticalWriting(bVertical); in CreateDefaultObject() [all …]
|
H A D | futext3.cxx | 213 bool bVertical = (pPObj && pPObj->IsVertical()); in StopDragMode() 215 … if(!bVertical && aNewRect.Bottom() - aNewRect.Top() > aOldRect.Bottom() - aOldRect.Top()) in StopDragMode() 217 if(pCaption->IsAutoGrowHeight() && !bVertical) in StopDragMode() 223 … else if(bVertical && aNewRect.Right() - aNewRect.Left() > aOldRect.Right() - aOldRect.Left()) in StopDragMode() 225 if(pCaption->IsAutoGrowWidth() && bVertical) in StopDragMode()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 2281 bVertical(false), in SdrDragShear() 2349 if (bVertical) in getCurrentTransformation() 2386 if (bVertical) in MoveSdrDrag() 2401 if (bVertical) in MoveSdrDrag() 2406 if (bVertical) in MoveSdrDrag() 2484 if (bVertical) in applyCurrentTransformationToSdrObject() 2522 if (bVertical) in EndSdrDrag() 2550 if (bVertical) in GetSdrDragPointer() 2863 bVertical(false), in SdrDragCrook() 3200 if (bVertical) in MoveSdrDrag() [all …]
|
H A D | svdedtv1.cxx | 520 …SdrCrookMode eMode, sal_Bool bVertical, sal_Bool bNoContortion, sal_Bool bRotate, const Rectangle&… in ImpCrookObj() argument 529 case SDRCROOK_ROTATE : CrookRotatePoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj() 530 case SDRCROOK_SLANT : CrookSlantPoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj() 531 case SDRCROOK_STRETCH: CrookStretchPoly(aXPP,rRef,rRad,bVertical,rMarkRect); break; in ImpCrookObj() 552 case SDRCROOK_ROTATE : CrookRotatePoly (aXP,rRef,rRad,bVertical); break; in ImpCrookObj() 553 case SDRCROOK_SLANT : CrookSlantPoly (aXP,rRef,rRad,bVertical); break; in ImpCrookObj() 554 case SDRCROOK_STRETCH: CrookStretchPoly(aXP,rRef,rRad,bVertical,rMarkRect); break; in ImpCrookObj() 583 …case SDRCROOK_SLANT : nWink=CrookSlantXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); … in ImpCrookObj() 598 bool bVertical, bool bNoContortion, bool bCopy) in CrookMarkedObj() argument 627 ImpCrookObj(pO,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | table4.cxx | 518 sal_uLong& rOuter = bVertical ? nCol : nRow; in FillAuto() 526 if (bVertical) in FillAuto() 570 if (bVertical) in FillAuto() 692 if (bVertical) in FillAuto() 701 if (bVertical) in FillAuto() 919 if (bVertical) in FillAuto() 1295 sal_uLong& rOuter = bVertical ? nCol : nRow; in FillSeries() 1302 if (bVertical) in FillSeries() 1347 if (bVertical) in FillSeries() 1365 if (bVertical && bAttribs) in FillSeries() [all …]
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1599 pFrame->mbMaximizedVert = bVertical; in maximizeFrame() 1618 if( bHorizontal || bVertical ) in maximizeFrame() 1651 else if( ! bVertical ) in maximizeFrame() 1721 pFrame->mbMaximizedVert = bVertical; in maximizeFrame() 1750 if( bHorizontal != bVertical ) in maximizeFrame() 1752 aEvent.xclient.data.l[0]= bVertical ? 1 : 0; in maximizeFrame() 1768 if( !bHorizontal && !bVertical ) in maximizeFrame() 1778 WMAdaptor::maximizeFrame( pFrame, bHorizontal, bVertical ); in maximizeFrame() 1788 pFrame->mbMaximizedVert = bVertical; in maximizeFrame() 1806 (bVertical ? (1<<2) : 0) in maximizeFrame() [all …]
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 417 if(bVertical) in CreatePresObj() 421 if( bVertical ) in CreatePresObj() 433 if(bVertical) in CreatePresObj() 467 pOutliner->SetVertical( bVertical ); in CreatePresObj() 2125 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl() 2185 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl() 2264 pObj = CreatePresObj(eObjKind, bVertical, aRect); in InsertAutoLayoutShape() 2291 pTextObject->SetVerticalWriting( bVertical ); in InsertAutoLayoutShape() 2965 sal_Bool bVertical = sal_False; in RestoreDefaultText() local 2968 bVertical = pOldPara->IsVertical(); // is old para object vertical? in RestoreDefaultText() [all …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 468 void EditTextObject::SetVertical( sal_Bool bVertical ) in SetVertical() argument 471 ((BinTextObject*)this)->SetVertical( bVertical ); in SetVertical() 670 bVertical = sal_False; in BinTextObject() 683 bVertical = r.bVertical; in BinTextObject() 761 return bVertical; in IsVertical() 766 if ( b != bVertical ) in SetVertical() 768 bVertical = b; in SetVertical() 1320 rOStream << bVertical; in StoreData() 1549 rIStream >> bVertical; in CreateData() 1626 ( bVertical != rCompare.bVertical ) ) in operator ==()
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fontattribute.cxx | 61 bool bVertical, in ImpFontAttribute() argument 72 mbVertical(bVertical), in ImpFontAttribute() 131 bool bVertical, in FontAttribute() argument 138 …rFamilyName, rStyleName, nWeight, bSymbol, bVertical, bItalic, bMonospaced, bOutline, bRTL, bBiDiS… in FontAttribute()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtpaint.cxx | 63 const sal_Bool bVertical = pFrm && pFrm->IsVertical(); in _ChgClip() local 68 if ( bVertical ) in _ChgClip() 94 if ( bEnlargeRect && ! bVertical ) in _ChgClip()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 668 …hMillimeterConversionFactor( css::uno::Reference< css::awt::XDevice >& xDevice, sal_Bool bVertical) in getPixelTo100thMillimeterConversionFactor() argument 671 if( bVertical ) in getPixelTo100thMillimeterConversionFactor() 682 …ntsToPixels( css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool bVertical) in PointsToPixels() argument 684 double fConvertFactor = getPixelTo100thMillimeterConversionFactor( xDevice, bVertical ); in PointsToPixels() 687 …elsToPoints( css::uno::Reference< css::awt::XDevice >& xDevice, double fPixels, sal_Bool bVertical) in PixelsToPoints() argument 689 double fConvertFactor = getPixelTo100thMillimeterConversionFactor( xDevice, bVertical ); in PixelsToPoints()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 594 …de minCharacter, sal_Unicode maxCharacter, CharacterMetric* pArray, bool bVertical = false ) const; 597 …tID, const sal_Unicode* pString, int nLen, CharacterMetric* pArray, bool bVertical = false ) const; 608 const std::list< KernPair >& getKernPairs( fontID nFontID, bool bVertical = false ) const; 651 bool bVertical = false 654 bool bVertical,
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 178 sal_Bool bVertical, sal_Bool bNoContortion, sal_Bool bRotate, const Rectangle& rMarkRect); 254 …void CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical=false… 269 …Mode, sal_Bool bVertical=sal_False, sal_Bool bNoContortion=sal_False, sal_Bool bCopy=sal_False) { … in CrookAllMarked() argument
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 266 bool bVertical = (rArgs.mnFlags & SAL_LAYOUT_VERTICAL) != 0; local 284 if( (mnGlyphCount != mnCharCount) || bVertical ) 319 if( bVertical ) 460 long nKernFirst = +CalcAsianKerning( pBidiStr[i-1], true, bVertical ); 461 long nKernNext = -CalcAsianKerning( pBidiStr[i], false, bVertical );
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlview.cxx | 1316 sal_Bool bVertical = pOPO->IsVertical(); in FillOutliner() local 1319 pOPO->SetVertical( bVertical ); in FillOutliner() 1359 sal_Bool bVertical = pOPO->IsVertical(); in FillOutliner() local 1362 pOPO->SetVertical( bVertical ); in FillOutliner() 2001 const bool bVertical = mpOutliner->IsVertical(); in IMPL_LINK() local 2010 aNewFont.SetVertical( bVertical ); in IMPL_LINK() 2011 aNewFont.SetOrientation( bVertical ? 2700 : 0 ); in IMPL_LINK() 2019 if ( !bVertical ) in IMPL_LINK()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | BarChartTypeTemplate.cxx | 186 bool bVertical = DiagramHelper::getVertical( xDiagram, bFound, bAmbiguous ); in matchesTemplate() local 188 bResult = sal_Bool( bVertical ); in matchesTemplate() 190 bResult = sal_Bool( !bVertical ); in matchesTemplate()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 742 sal_Bool bVertical((pOPO && pOPO->IsVertical()) in MouseButtonUp() local 745 rOutl.SetVertical(bVertical); in MouseButtonUp() 760 if(pPara && (bool)bVertical != pPara->IsVertical()) in MouseButtonUp() 763 pPara->SetVertical(bVertical); in MouseButtonUp() 1454 sal_Bool bVertical = (SID_ATTR_CHAR_VERTICAL == nID || SID_TEXT_FITTOSIZE_VERTICAL == nID); in CreateDefaultObject() local 1455 pText->SetVerticalWriting(bVertical); in CreateDefaultObject()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 138 bool bVertical, in SetFont() argument 153 mbTextVertical = bVertical; in SetFont() 731 const ::std::list< KernPair >& PrinterGfx::getKernPairs( bool bVertical ) const in getKernPairs() 750 return mrFontMgr.getKernPairs( nFont, bVertical ); in getKernPairs()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | txtrange.hxx | 70 sal_Bool bVertical :1; // for vertical writing mode member in TextRanger 91 sal_Bool IsVertical() const { return bVertical; } in IsVertical()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2124 bool bVertical = (pGlyphIds[i] & GF_ROTMASK) != 0; in CreateFontSubset() local 2125 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset() 2131 aGlyphId = ::MapChar( pSftFont, static_cast<sal_uInt16>(aGlyphId), bVertical ); in CreateFontSubset() 2155 const bool bVertical = false; in CreateFontSubset() local 2160 ::GetTTSimpleGlyphMetrics( pSftFont, aShortIDs, nGlyphCount, bVertical ); in CreateFontSubset() 2179 void AquaSalGraphics::GetGlyphWidths( const ImplFontData* pFontData, bool bVertical, in GetGlyphWidths() argument 2210 pSftFont, &aGlyphIds[0], nGlyphCount, bVertical ); in GetGlyphWidths() 2231 sal_uInt32 nGlyph = ::MapChar( pSftFont, nUcsChar, bVertical ); in GetGlyphWidths()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 117 …eterConversionFactor( const css::uno::Reference< css::awt::XDevice >& xDevice, sal_Bool bVertical); 118 …xels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, sal_Bool bVertical); 119 …ints( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPixels, sal_Bool bVertical);
|