Home
last modified time | relevance | path

Searched refs:bIsValue (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sc/source/core/data/ !
H A Dvalidat.cxx205 sal_Bool bIsValue = sal_False; in DoScript() local
208 bIsValue = pCell->IsValue(); in DoScript()
209 if ( bIsValue ) in DoScript()
214 if ( bIsValue ) in DoScript()
337 sal_Bool bIsValue = sal_False; in DoMacro() local
340 bIsValue = pCell->IsValue(); in DoMacro()
341 if ( bIsValue ) in DoMacro()
346 if ( bIsValue ) in DoMacro()
828 … bool bIsValue = GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ); in FillSelectionList() local
829 …TypedStrData* pData = new TypedStrData( *pString, fValue, bIsValue ? SC_STRTYPE_VALUE : SC_STRTYPE… in FillSelectionList()
H A Dpivot2.cxx73 ScDPLabelData::ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ) : in ScDPLabelData() argument
80 mbIsValue( bIsValue ) in ScDPLabelData()
H A Dcell.cxx1589 bool bIsValue = aResult.IsValue(); // the previous type in InterpretTail() local
1591 if ((bIsValue && p->GetResultType() == svDouble && fabs( in InterpretTail()
1594 (!bIsValue && p->GetResultType() == svString && in InterpretTail()
H A Ddpobject.cxx1995 bool bIsValue = true; //! check in FillLabelData() local
1997 ScDPLabelData aNewLabel(aFieldName, nCol, bIsValue); in FillLabelData()
/AOO41X/main/sc/source/core/tool/ !
H A Dinterpr1.cxx135 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump() local
136 if ( bIsValue ) in ScIfJump()
139 bIsValue = ::rtl::math::isFinite( fVal ); in ScIfJump()
140 bTrue = bIsValue && (fVal != 0.0); in ScIfJump()
148 bIsValue = !ScMatrix::IsRealStringType( nType); in ScIfJump()
150 fVal = (bIsValue ? 0.0 : CreateDoubleError( errNoValue)); in ScIfJump()
169 if( nJumpCount == 3 && bIsValue ) in ScIfJump()
267 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump() local
268 if ( bIsValue ) in ScChoseJump()
271 bIsValue = ::rtl::math::isFinite( fVal ); in ScChoseJump()
[all …]
/AOO41X/main/sc/inc/ !
H A Dpivot.hxx103 explicit ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue );
H A Ddpglobal.hxx188 …String GetFieldFuncString( const String& rSourceName, sal_uInt16 &rFuncMask, sal_Bool bIsValue ); …
/AOO41X/main/sc/source/ui/inc/ !
H A Dpvlaydlg.hxx59 String GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue = true );
/AOO41X/main/sc/source/ui/dbgui/ !
H A Dpvlaydlg.cxx268 String ScPivotLayoutDlg::GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue ) in GetFuncString() argument
274 if( bIsValue ) in GetFuncString()