Searched refs:nValidation (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCell.cxx | 581 …sal_uInt32 nValidation = static_cast< const SfxUInt32Item* >( mpDoc->GetAttr( nPosX, nPosY, nTab, … in IsDropdown() local 582 if( nValidation ) in IsDropdown() 584 const ScValidationData* pData = mpDoc->GetValidationEntry( nValidation ); in IsDropdown()
|
/aoo4110/main/sc/source/core/data/ |
H A D | cell.cxx | 1742 sal_uLong nValidation = ((const SfxUInt32Item*) pDocument->GetAttr( in InterpretTail() local 1744 if ( nValidation ) in InterpretTail() 1746 const ScValidationData* pData = pDocument->GetValidationEntry( nValidation ); in InterpretTail()
|
H A D | documen3.cxx | 1452 …sal_uInt32 nValidation = static_cast< const SfxUInt32Item* >( GetAttr( nCol, nRow, nTab, ATTR_VALI… in GetDataEntries() local 1453 if( nValidation ) in GetDataEntries() 1455 const ScValidationData* pData = GetValidationEntry( nValidation ); in GetDataEntries()
|
H A D | document.cxx | 2950 …sal_uInt32 nValidation = static_cast< const SfxUInt32Item* >( GetAttr( nCol, nRow, nTab, ATTR_VALI… in HasSelectionData() local 2951 if( nValidation ) in HasSelectionData() 2953 const ScValidationData* pData = GetValidationEntry( nValidation ); in HasSelectionData()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 450 nValidation( 0 ), in ScInputHandler() 1910 nValidation = ((const SfxUInt32Item*)pItem)->GetValue(); in StartTable() 1912 nValidation = 0; in StartTable() 2441 if ( bModified && nValidation && pActiveViewSh ) in EnterHandler() 2444 const ScValidationData* pData = pDoc->GetValidationEntry( nValidation ); in EnterHandler()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | inputhdl.hxx | 99 sal_uLong nValidation; member in ScInputHandler
|
Completed in 80 milliseconds