Lines Matching refs:nValue
104 inline void SetValueProp( XubString& rStr, const sal_uInt16 nValue, in SetValueProp() argument
108 rStr += String::CreateFromInt32( nValue ); in SetValueProp()
113 inline void SetValueProp( XubString& rStr, const short nValue, in SetValueProp() argument
117 rStr += String::CreateFromInt32( nValue ); in SetValueProp()
187 sal_uInt8 nValue = GetValue(); in GetPresentation() local
189 if ( PAPERBIN_PRINTER_SETTINGS == nValue ) in GetPresentation()
195 rText += String::CreateFromInt32( nValue ); in GetPresentation()
3100 sal_Int32 nValue = 0; in PutValue() local
3101 if(!(rVal >>= nValue)) in PutValue()
3104 nBreak = (style::BreakType) nValue; in PutValue()
3810 sal_Int32 nValue = 0; in PutValue() local
3811 if ( !( rVal >>= nValue ) ) in PutValue()
3813 eLocation = (style::GraphicLocation)nValue; in PutValue()
4342 SvxFrameDirectionItem::SvxFrameDirectionItem( SvxFrameDirection nValue , in SvxFrameDirectionItem() argument
4344 : SfxUInt16Item( _nWhich, (sal_uInt16)nValue ) in SvxFrameDirectionItem()
4366 sal_uInt16 nValue; in Create() local
4367 rStrm >> nValue; in Create()
4368 return new SvxFrameDirectionItem( (SvxFrameDirection)nValue, Which() ); in Create()
4373 sal_uInt16 nValue = GetValue(); in Store() local
4374 rStrm << nValue; in Store()