Searched refs:bIsValue (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | validat.cxx | 205 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 D | pivot2.cxx | 73 ScDPLabelData::ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ) : in ScDPLabelData() argument 80 mbIsValue( bIsValue ) in ScDPLabelData()
|
H A D | cell.cxx | 1589 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 D | dpobject.cxx | 1995 bool bIsValue = true; //! check in FillLabelData() local 1997 ScDPLabelData aNewLabel(aFieldName, nCol, bIsValue); in FillLabelData()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 133 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 D | pivot.hxx | 103 explicit ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue );
|
H A D | dpglobal.hxx | 188 String GetFieldFuncString( const String& rSourceName, sal_uInt16 &rFuncMask, sal_Bool bIsValue );
|
/trunk/main/sc/source/ui/inc/ |
H A D | pvlaydlg.hxx | 59 String GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue = true );
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 268 String ScPivotLayoutDlg::GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue ) in GetFuncString() argument 274 if( bIsValue ) in GetFuncString()
|
Completed in 227 milliseconds