Home
last modified time | relevance | path

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

/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/filter/ww8/
H A Dww8par.cxx614 bool bVerticalText = false; in ProcessObj() local
629 bVerticalText = true; in ProcessObj()
632 bVerticalText = true; in ProcessObj()
760 SdrTextVertAdjust eTVA = bVerticalText in ProcessObj()
763 SdrTextHorzAdjust eTHA = bVerticalText in ProcessObj()
771 if ( bVerticalText ) in ProcessObj()
779 if ( bVerticalText ) in ProcessObj()
791 if ( bVerticalText ) in ProcessObj()
799 if ( bVerticalText ) in ProcessObj()
824 if (bVerticalText && dynamic_cast< SdrTextObj* >( pObj ) ) in ProcessObj()
/trunk/main/filter/source/msfilter/
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 …]
H A Dmsdffimp.cxx1441 sal_Bool bVerticalText = sal_False; in ApplyCustomShapeTextAttributes() local
1458 bVerticalText = sal_True; // nTextRotationAngle += 27000; in ApplyCustomShapeTextAttributes()
1465 bVerticalText = !bVerticalText; in ApplyCustomShapeTextAttributes()
1467 if ( bVerticalText ) in ApplyCustomShapeTextAttributes()
1557 …rSet.Put( SvxFrameDirectionItem( bVerticalText ? FRMDIR_VERT_TOP_RIGHT : FRMDIR_HORI_LEFT_TOP, EE_… in ApplyCustomShapeTextAttributes()
5214 bool bVerticalText = false; in ProcessObj() local
5229 bVerticalText = true; in ProcessObj()
5232 bVerticalText = true; in ProcessObj()
5424 if (bVerticalText) in ProcessObj()
/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()