Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx133 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump() local
134 if ( bIsValue ) in ScIfJump()
137 bIsValue = ::rtl::math::isFinite( fVal ); in ScIfJump()
138 bTrue = bIsValue && (fVal != 0.0); in ScIfJump()
167 if( nJumpCount == 3 && bIsValue ) in ScIfJump()
265 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump() local
266 if ( bIsValue ) in ScChoseJump()
269 bIsValue = ::rtl::math::isFinite( fVal ); in ScChoseJump()
270 if ( bIsValue ) in ScChoseJump()
275 bIsValue = sal_False; in ScChoseJump()
[all …]
/trunk/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 );
/trunk/main/sc/source/ui/inc/
H A Dpvlaydlg.hxx59 String GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue = true );
/trunk/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()

Completed in 128 milliseconds