Lines Matching refs:nVal

5381         sal_uInt32 nVal;  in ReadCharProps()  local
5382 rIn >> nVal; in ReadCharProps()
5383 if ( !( nVal & 0xff000000 ) ) in ReadCharProps()
5384 nVal = PPT_COLSCHEME_HINTERGRUND; in ReadCharProps()
5385 aSet.mnColor = nVal; in ReadCharProps()
5820 sal_uInt32 nVal; in ApplyTo() local
5821 if ( GetAttrib( PPT_CharAttr_Bold, nVal, nDestinationInstance ) ) in ApplyTo()
5823 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in ApplyTo()
5824 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in ApplyTo()
5825 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ) ); in ApplyTo()
5827 if ( GetAttrib( PPT_CharAttr_Italic, nVal, nDestinationInstance ) ) in ApplyTo()
5829 rSet.Put( SvxPostureItem( nVal != 0 ? ITALIC_NORMAL : ITALIC_NONE, EE_CHAR_ITALIC ) ); in ApplyTo()
5830 rSet.Put( SvxPostureItem( nVal != 0 ? ITALIC_NORMAL : ITALIC_NONE, EE_CHAR_ITALIC_CJK ) ); in ApplyTo()
5831 rSet.Put( SvxPostureItem( nVal != 0 ? ITALIC_NORMAL : ITALIC_NONE, EE_CHAR_ITALIC_CTL ) ); in ApplyTo()
5833 if ( GetAttrib( PPT_CharAttr_Underline, nVal, nDestinationInstance ) ) in ApplyTo()
5834 … rSet.Put( SvxUnderlineItem( nVal != 0 ? UNDERLINE_SINGLE : UNDERLINE_NONE, EE_CHAR_UNDERLINE ) ); in ApplyTo()
5836 if ( GetAttrib( PPT_CharAttr_Shadow, nVal, nDestinationInstance ) ) in ApplyTo()
5837 rSet.Put( SvxShadowedItem( nVal != 0, EE_CHAR_SHADOW ) ); in ApplyTo()
5839 if ( GetAttrib( PPT_CharAttr_Strikeout, nVal, nDestinationInstance ) ) in ApplyTo()
5840 … rSet.Put( SvxCrossedOutItem( nVal != 0 ? STRIKEOUT_SINGLE : STRIKEOUT_NONE, EE_CHAR_STRIKEOUT ) ); in ApplyTo()
5857 if ( GetAttrib( PPT_CharAttr_Font, nVal, nDestinationInstance ) ) in ApplyTo()
5859 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nVal ); in ApplyTo()
5872 if ( GetAttrib( PPT_CharAttr_FontHeight, nVal, nDestinationInstance ) ) // Schriftgrad in Point in ApplyTo()
5874 sal_uInt32 nHeight = rManager.ScalePoint( nVal ); in ApplyTo()
5880 if ( GetAttrib( PPT_CharAttr_Embossed, nVal, nDestinationInstance ) ) in ApplyTo()
5881 rSet.Put( SvxCharReliefItem( nVal != 0 ? RELIEF_EMBOSSED : RELIEF_NONE, EE_CHAR_RELIEF ) ); in ApplyTo()
5882 if ( nVal ) /* if Embossed is set, the font color depends to the fillstyle/color of the object, in ApplyTo()
6006 if ( GetAttrib( PPT_CharAttr_FontColor, nVal, nDestinationInstance ) ) // Textfarbe (4Byte-Arg) in ApplyTo()
6008 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo()
6013 …else if ( nVal & 0x0f000000 ) // this is not a hard attribute, but maybe the page has a different … in ApplyTo()
6015 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo()
6022 if ( GetAttrib( PPT_CharAttr_Escapement, nVal, nDestinationInstance ) ) // Hoch/Tiefstellung in % in ApplyTo()
6027 if ( nVal ) in ApplyTo()
6029 nEsc = (sal_Int16)nVal; in ApplyTo()
6410 sal_uInt32 nVal, nUpperDist, nLowerDist; in ApplyTo() local
6480 if ( GetAttrib( PPT_ParaAttr_Adjust, nVal, nDestinationInstance ) ) in ApplyTo()
6482 if ( nVal <= 3 ) in ApplyTo()
6485 rSet.Put( SvxAdjustItem( aAdj[ nVal ], EE_PARA_JUST ) ); in ApplyTo()
6489 if ( GetAttrib( PPT_ParaAttr_AsianLB_1, nVal, nDestinationInstance ) ) in ApplyTo()
6490 rSet.Put( SfxBoolItem( EE_PARA_FORBIDDENRULES, nVal != 0 ) ); in ApplyTo()
6491 if ( GetAttrib( PPT_ParaAttr_AsianLB_3, nVal, nDestinationInstance ) ) in ApplyTo()
6492 rSet.Put( SfxBoolItem( EE_PARA_HANGINGPUNCTUATION, nVal != 0 ) ); in ApplyTo()
6494 if ( GetAttrib( PPT_ParaAttr_BiDi, nVal, nDestinationInstance ) ) in ApplyTo()
6495 …rSet.Put( SvxFrameDirectionItem( nVal == 1 ? FRMDIR_HORI_RIGHT_TOP : FRMDIR_HORI_LEFT_TOP, EE_PARA… in ApplyTo()
6499 sal_Bool bIsHardAttribute = GetAttrib( PPT_ParaAttr_LineFeed, nVal, nDestinationInstance ); in ApplyTo()
6500 nVal2 = (sal_Int16)nVal; in ApplyTo()
6511 nVal2 = -(sal_Int16)( ( nFontHeight * nVal * 8 ) / 100 ); in ApplyTo()
6658 void PPTFieldEntry::GetDateTime( const sal_uInt32 nVal, SvxDateFormat& eDateFormat, SvxTimeFormat& … in GetDateTime() argument
6663 switch( nVal ) in GetDateTime()
6699 void PPTFieldEntry::SetDateTime( sal_uInt32 nVal ) in SetDateTime() argument
6703 GetDateTime( nVal, eDateFormat, eTimeFormat ); in SetDateTime()
6998 sal_uInt16 nVal = 0; in PPTTextObj() local
7006 >> nVal in PPTTextObj()
7007 >> nVal; in PPTTextObj()
7008 pEntry->SetDateTime( nVal & 0xff ); in PPTTextObj()
7038 pEntry->pString = new String( rPersistEntry.pHeaderFooterEntry->pPlaceholder[ nVal ] ); in PPTTextObj()
7050 >> nVal; in PPTTextObj()
7075 if (nVal == 0) in PPTTextObj()