Searched refs:IsDataValid (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/inc/ |
H A D | validat.hxx | 132 sal_Bool IsDataValid( const String& rTest, const ScPatternAttr& rPattern, 134 sal_Bool IsDataValid( ScBaseCell* pCell, const ScAddress& rPos ) const;
|
/trunk/main/sc/source/core/data/ |
H A D | validat.cxx | 441 sal_Bool ScValidationData::IsDataValid( const String& rTest, const ScPatternAttr& rPattern, in IsDataValid() function in ScValidationData 474 bRet = IsDataValid( pCell, rPos ); in IsDataValid() 480 sal_Bool ScValidationData::IsDataValid( ScBaseCell* pCell, const ScAddress& rPos ) const in IsDataValid() function in ScValidationData
|
H A D | cell.cxx | 1747 if ( pData && !pData->IsDataValid( this, aPos ) ) in InterpretTail()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.hxx | 152 bool IsDataValid();
|
H A D | DataBrowser.cxx | 813 bool DataBrowser::IsDataValid() in IsDataValid() function in chart::DataBrowser 845 m_bDataValid = IsDataValid(); in CellModified()
|
/trunk/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1393 if ( !pData->IsDataValid( pCell, ScAddress( nCol, nCellRow, nTab ) ) ) in MarkInvalid()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2449 sal_Bool bOk = pData->IsDataValid( aString, *pPattern, aCursorPos ); in EnterHandler()
|
Completed in 75 milliseconds