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()
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()
272 if ( bIsValue ) in ScChoseJump()
277 bIsValue = sal_False; 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()

Completed in 86 milliseconds