Home
last modified time | relevance | path

Searched refs:nValue (Results 276 – 300 of 666) sorted by last modified time

1...<<11121314151617181920>>...27

/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx105 void SwTabCols::Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos ) in Insert() argument
108 aEntry.nPos = nValue; in Insert()
115 void SwTabCols::Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos ) in Insert() argument
118 aEntry.nPos = nValue; in Insert()
H A Dcalc.cxx480 if( nValue >= DBL_MAX ) in GetStrResult()
529 aErrExpr.nValue.SetVoidValue(false); in VarLook()
635 aErrExpr.nValue.PutDouble( nNumber ); in VarLook()
637 aErrExpr.nValue.PutString( sResult ); in VarLook()
645 aErrExpr.nValue.SetVoidValue(true); in VarLook()
670 pNewExp->nValue.SetVoidValue(true); in VarLook()
687 SwSbxValue aVal( nValue ); in VarChange()
706 pFnd->nValue = rValue; in VarChange()
1431 nErg = n->nValue = Expr(); in Prim()
1435 nErg = VarLook( aVarName )->nValue; in Prim()
[all …]
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx235 : SfxPoolItem( RES_BOXATR_VALUE ), nValue( 0 ) in SwTblBoxValue()
241 : SfxPoolItem( RES_BOXATR_VALUE ), nValue( nVal ) in SwTblBoxValue()
251 return ::rtl::math::isNan(nValue) in operator ==()
252 ? ::rtl::math::isNan(rOther.nValue) in operator ==()
253 : (nValue == rOther.nValue); in operator ==()
259 return new SwTblBoxValue( nValue ); in Clone()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx77 size_t FindBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
80 size_t FindLastBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
/trunk/main/sw/inc/
H A Dunotbl.hxx142 virtual void SAL_CALL setValue( double nValue ) throw(::com::sun::star::uno::RuntimeException);
H A Dusrfld.hxx41 double nValue; member in SwUserFieldType
84 { return nValue; } in GetValue()
87 { nValue = nVal; } in SetValue()
H A Dtabcol.hxx82 void Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos );
83 void Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos );
H A Dgrfatr.hxx210 double nValue; member in SwGammaGrf
213 SwGammaGrf() : SfxPoolItem( RES_GRFATR_GAMMA ), nValue( 1.0 ) in SwGammaGrf()
217 : SfxPoolItem( RES_GRFATR_GAMMA ), nValue( rVal ) in SwGammaGrf()
241 const double& GetValue() const { return nValue; } in GetValue()
242 void SetValue( const double& rVal ) { nValue = rVal; } in SetValue()
H A Dcalc.hxx154 SwSbxValue nValue; member
H A Dcellatr.hxx87 double nValue; member in SwTblBoxValue
98 nValue = rCmp.nValue; in operator =()
102 double GetValue() const { return nValue; } in GetValue()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx214 sal_Int32 nValue = 0; in toInt() local
220 nValue <<= 4; in toInt()
223 nValue += *p - '0'; in toInt()
227 nValue += *p - ('a' - 10); in toInt()
231 nValue += *p - ('A' - 10 ); in toInt()
236 return nValue; in toInt()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2140 sal_Int32 nValue = 0; in GetAnyForItem() local
2141 aAny >>= nValue; in GetAnyForItem()
2142 aAny <<= (sal_Int16)nValue; in GetAnyForItem()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx232 long nValue; in Update() local
235 nValue = ( (SfxUInt16Item*) pItem )->GetValue(); in Update()
237 nValue = ( (SfxUInt32Item*) pItem )->GetValue(); in Update()
239 nValue = ( (SfxInt16Item*) pItem )->GetValue(); in Update()
241 SetValue( nValue ); in Update()
H A Ditemwin.cxx551 const sal_Int64 nValue(GetValue() - GetSpinSize()); in Down() local
554 if ( nValue >= GetMin() ) in Down()
558 else if ( nValue < GetMin() ) in Down()
H A Dlayctrl.cxx824 sal_Int16 nValue = static_cast< const SfxUInt16Item* >( pState )->GetValue(); in StateChanged() local
825 bEnabled = ( nValue != 0 ); in StateChanged()
H A Dextrusioncontrols.cxx195 sal_Int32 nValue = 0; in statusChanged() local
196 if( Event.State >>= nValue ) in statusChanged()
208 sal_Int32 nValue = 0; in statusChanged() local
209 if( Event.State >>= nValue ) in statusChanged()
430 sal_Int32 nValue = 0; in statusChanged() local
431 if( Event.State >>= nValue ) in statusChanged()
702 sal_Int32 nValue = 0; in statusChanged() local
703 if( Event.State >>= nValue ) in statusChanged()
715 sal_Int32 nValue = 0; in statusChanged() local
716 if( Event.State >>= nValue ) in statusChanged()
[all …]
H A Dfontworkgallery.cxx438 sal_Int32 nValue = 0; in statusChanged() local
439 if( Event.State >>= nValue ) in statusChanged()
440 implSetAlignment( nValue, true ); in statusChanged()
653 sal_Int32 nValue = 0; in statusChanged() local
654 if( Event.State >>= nValue ) in statusChanged()
655 implSetCharacterSpacing( nValue, true ); in statusChanged()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx278 double getChangedValue(sal_uInt16 nValue, bool bChangeToMM) in getChangedValue() argument
280 if(1 == nValue) in getChangedValue()
284 return nValue * (127.0 / 72.0); in getChangedValue()
286 return (double)nValue; in getChangedValue()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx900 nValue = -nValue; in GetPresentation()
904 if(nValue) in GetPresentation()
1409 if(!nValue) in GetPresentation()
1410 nValue = -1L; in GetPresentation()
1412 if(nValue < 0) in GetPresentation()
1641 rValue.nValue = rVal.nValue; in SetValue()
1779 SetValue( nValue ); in PutValue()
1795 SetValue( nValue ); in PutValue()
1811 SetValue( nValue ); in PutValue()
1827 SetValue( nValue ); in PutValue()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx904 const sal_Int64 nValue (CalcToPoint(mpHeightItem->GetHeight(), eUnit, 10 )); in NotifyItemUpdate() local
926 mpToolBoxIncDec->EnableItem(TBI_INCREASE, bIsEnabled && nValue<960); in NotifyItemUpdate()
927 mpToolBoxIncDec->EnableItem(TBI_DECREASE, bIsEnabled && nValue>60); in NotifyItemUpdate()
935 maFontSizeBox.SetValue(nValue); in NotifyItemUpdate()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx1268 double nValue) in MakePrevStringFromVal() argument
1271 pFormatter->GetPreviewString( rFormatStr, nValue, rPreviewStr, &rpFontColor, eCurLanguage ); in MakePrevStringFromVal()
H A Drotmodit.cxx154 sal_Int32 nValue = 0; in PutValue() local
155 if(!(rVal >>= nValue)) in PutValue()
157 eUno = (table::CellVertJustify)nValue; in PutValue()
H A Dzoomitem.cxx84 sal_uInt16 nValue; in Create() local
87 rStrm >> nValue >> nValSet >> nType; in Create()
88 SvxZoomItem* pNew = new SvxZoomItem( (SvxZoomType)nType, nValue, Which() ); in Create()
H A Dalgitem.cxx161 sal_Int32 nValue = 0; in PutValue() local
162 if(!(rVal >>= nValue)) in PutValue()
164 eUno = (table::CellHoriJustify)nValue; in PutValue()
336 sal_Int32 nValue = 0; in PutValue() local
337 if(!(rVal >>= nValue)) in PutValue()
339 eUno = (table::CellVertJustify)nValue; in PutValue()
448 sal_Int32 nValue = 0; in PutValue() local
449 if(!(rVal >>= nValue)) in PutValue()
451 eOrient = (table::CellOrientation)nValue; in PutValue()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx394 virtual void SAL_CALL setValue(sal_Int32 nValue)

Completed in 134 milliseconds

1...<<11121314151617181920>>...27