Home
last modified time | relevance | path

Searched refs:bVerticalText (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1444 sal_Bool bVerticalText = sal_False; in ApplyCustomShapeTextAttributes() local
1461 bVerticalText = sal_True; // nTextRotationAngle += 27000; in ApplyCustomShapeTextAttributes()
1468 bVerticalText = !bVerticalText; in ApplyCustomShapeTextAttributes()
1470 if ( bVerticalText ) in ApplyCustomShapeTextAttributes()
1560 …rSet.Put( SvxFrameDirectionItem( bVerticalText ? FRMDIR_VERT_TOP_RIGHT : FRMDIR_HORI_LEFT_TOP, EE_… in ApplyCustomShapeTextAttributes()
5217 bool bVerticalText = false; in ProcessObj() local
5232 bVerticalText = true; in ProcessObj()
5235 bVerticalText = true; in ProcessObj()
5427 if (bVerticalText) in ProcessObj()
H A Dsvdfppt.cxx898 sal_Bool bVerticalText = sal_False; in ProcessObj() local
913 bVerticalText = !bVerticalText; // nTextRotationAngle += 27000; in ProcessObj()
924 bVerticalText = !bVerticalText; in ProcessObj()
935 aTextObj.SetVertical( bVerticalText ); in ProcessObj()
964 if ( bVerticalText ) in ProcessObj()
1171 if ( bVerticalText ) in ProcessObj()
1186 …pTObj->SetMergedItem( SvxFrameDirectionItem( bVerticalText ? FRMDIR_VERT_TOP_RIGHT : FRMDIR_HORI_L… in ProcessObj()
1235 if ( bVerticalText ) in ProcessObj()
7983 sal_Bool bVerticalText = sal_False; in IsVerticalText() local
7992 bVerticalText = !bVerticalText; in IsVerticalText()
[all …]
/trunk/main/svl/source/config/
H A Dcjkoptions.cxx52 sal_Bool bVerticalText; member in SvtCJKOptions_Impl
82 sal_Bool IsVerticalTextEnabled() const { return bVerticalText; } in IsVerticalTextEnabled()
92 return bCJKFont||bVerticalText||bAsianTypography||bJapaneseFind|| in IsAnyEnabled()
110 bVerticalText(sal_True), in SvtCJKOptions_Impl()
153 bVerticalText=bSet; in SetAll()
206 case 1: { bVerticalText = bValue; bROVerticalText = pROStates[nProp]; } break; in Load()
276 pValues[nRealCount].setValue(&bVerticalText, rType); in Commit()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2978 sal_Bool bVerticalText = ( SID_DRAW_TEXT_VERTICAL == nSlotId || in CreateDefaultShape() local
2980 ((SdrTextObj*)pObj)->SetVerticalWriting(bVerticalText); in CreateDefaultShape()
2981 if(bVerticalText) in CreateDefaultShape()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx615 bool bVerticalText = false; in ProcessObj() local
630 bVerticalText = true; in ProcessObj()
633 bVerticalText = true; in ProcessObj()
761 SdrTextVertAdjust eTVA = bVerticalText in ProcessObj()
764 SdrTextHorzAdjust eTHA = bVerticalText in ProcessObj()
772 if ( bVerticalText ) in ProcessObj()
780 if ( bVerticalText ) in ProcessObj()
792 if ( bVerticalText ) in ProcessObj()
800 if ( bVerticalText ) in ProcessObj()
825 if (bVerticalText && dynamic_cast< SdrTextObj* >( pObj ) ) in ProcessObj()

Completed in 121 milliseconds