| /AOO41X/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 69 bVertical ( (nNewFlags & HDR_VERTICAL) != 0 ), in ScHeaderControl() 108 DBG_ASSERT( bVertical, "SetDigits nur fuer Zeilenkoepfe erlaubt" ); in SetWidth() 130 if ( bVertical ) in DoPaint() 195 long nMax = ( bVertical ? GetOutputSizePixel().Height() : GetOutputSizePixel().Width() ) + 1; in GetScrPos() 237 long nBarSize = bVertical ? aWinSize.Width() : aWinSize.Height(); in DrawShadedRect() 242 if (bVertical) in DrawShadedRect() 247 if (bVertical) in DrawShadedRect() 252 if (bVertical) in DrawShadedRect() 296 if (bVertical) in Paint() 303 long nPStart = bVertical ? rRect.Top() : rRect.Left(); in Paint() [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() 2319 case HDL_LEFT : eRefHdl=HDL_RIGHT; bVertical=true; break; in BeginSdrDrag() 2320 case HDL_RIGHT: eRefHdl=HDL_LEFT ; bVertical=true; break; in BeginSdrDrag() 2349 if (bVertical) in getCurrentTransformation() 2386 if (bVertical) in MoveSdrDrag() 2401 if (bVertical) in MoveSdrDrag() 2406 if (bVertical) in MoveSdrDrag() 2421 if (bVertical) in MoveSdrDrag() 2484 if (bVertical) in applyCurrentTransformationToSdrObject() 2496 rTarget.Shear(DragStat().GetRef1(),nWink,tan(nWink*nPi180),bVertical); in applyCurrentTransformationToSdrObject() [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() 582 …K_ROTATE : nWink=CrookRotateXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); bRotOk=bRotate… in ImpCrookObj() 583 …K_SLANT : nWink=CrookSlantXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); brea… in ImpCrookObj() 584 …K_STRETCH: nWink=CrookStretchXPoint(aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical,rMarkRect); brea… in ImpCrookObj() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | table4.cxx | 512 sal_Bool bVertical = (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_TOP); in FillAuto() local 517 sal_uLong& rInner = bVertical ? nRow : nCol; // Schleifenvariablen in FillAuto() 518 sal_uLong& rOuter = bVertical ? nCol : nRow; in FillAuto() 526 if (bVertical) in FillAuto() 570 if (bVertical) in FillAuto() 600 if (bVertical) // rInner&:=nRow, rOuter&:=nCol in FillAuto() 620 if ( bVertical && nISrcStart == nISrcEnd && !bHasFiltered ) in FillAuto() 692 if (bVertical) in FillAuto() 701 if (bVertical) in FillAuto() 767 if (bVertical) // rInner&:=nRow, rOuter&:=nCol in FillAuto() [all …]
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | wmadaptor.cxx | 68 …virtual void maximizeFrame( X11SalFrame* pFrame, bool bHorizontal = true, bool bVertical = true ) … 97 …virtual void maximizeFrame( X11SalFrame* pFrame, bool bHorizontal = true, bool bVertical = true ) … 1597 void WMAdaptor::maximizeFrame( X11SalFrame* pFrame, bool bHorizontal, bool bVertical ) const in maximizeFrame() 1599 pFrame->mbMaximizedVert = bVertical; in maximizeFrame() 1618 if( bHorizontal || bVertical ) in maximizeFrame() 1651 else if( ! bVertical ) in maximizeFrame() 1719 void NetWMAdaptor::maximizeFrame( X11SalFrame* pFrame, bool bHorizontal, bool bVertical ) const in maximizeFrame() 1721 pFrame->mbMaximizedVert = bVertical; in maximizeFrame() 1741 …aEvent.xclient.data.l[2] = bHorizontal == bVertical ? m_aWMAtoms[ NET_WM_STATE_MAXIMIZED_VERT ]… in maximizeFrame() 1750 if( bHorizontal != bVertical ) in maximizeFrame() [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | sdpage.cxx | 248 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj() argument 417 if(bVertical) in CreatePresObj() 421 if( bVertical ) in CreatePresObj() 433 if(bVertical) in CreatePresObj() 467 pOutliner->SetVertical( bVertical ); in CreatePresObj() 2112 …Impl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKind, bool bVertical, Rectangle aRect… in convertPresentationObjectImpl() argument 2125 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl() 2185 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl() 2257 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape() argument 2264 pObj = CreatePresObj(eObjKind, bVertical, aRect); in InsertAutoLayoutShape() [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);
|