Searched refs:bVerticalText (Results 1 – 5 of 5) sorted by relevance
52 sal_Bool bVerticalText; member in SvtCJKOptions_Impl82 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()
615 bool bVerticalText = false; in ProcessObj() local630 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()
898 sal_Bool bVerticalText = sal_False; in ProcessObj() local913 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() local7992 bVerticalText = !bVerticalText; in IsVerticalText()[all …]
1444 sal_Bool bVerticalText = sal_False; in ApplyCustomShapeTextAttributes() local1461 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() local5232 bVerticalText = true; in ProcessObj()5235 bVerticalText = true; in ProcessObj()5427 if (bVerticalText) in ProcessObj()
2978 sal_Bool bVerticalText = ( SID_DRAW_TEXT_VERTICAL == nSlotId || in CreateDefaultShape() local2980 ((SdrTextObj*)pObj)->SetVerticalWriting(bVerticalText); in CreateDefaultShape()2981 if(bVerticalText) in CreateDefaultShape()
Completed in 110 milliseconds