Home
last modified time | relevance | path

Searched refs:GetColFlags (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddocument.cxx3475 sal_uInt8 ScDocument::GetColFlags( SCCOL nCol, SCTAB nTab ) const in GetColFlags() function in ScDocument
3478 return pTab[nTab]->GetColFlags( nCol ); in GetColFlags()
3799 sal_uInt8 nStartFlags = pTab[nTab]->GetColFlags(nStart); in GetNextDifferentChangedCol()
3803 if (((nStartFlags & CR_MANUALBREAK) != (pTab[nTab]->GetColFlags(nCol) & CR_MANUALBREAK)) || in GetNextDifferentChangedCol()
3805 ((nStartFlags & CR_HIDDEN) != (pTab[nTab]->GetColFlags(nCol) & CR_HIDDEN)) ) in GetNextDifferentChangedCol()
H A Dtable2.cxx2885 sal_uInt8 ScTable::GetColFlags( SCCOL nCol ) const in GetColFlags() function in ScTable
/aoo4110/main/sc/inc/
H A Dtable.hxx695 sal_uInt8 GetColFlags( SCCOL nCol ) const;
H A Ddocument.hxx1374 SC_DLLPUBLIC sal_uInt8 GetColFlags( SCCOL nCol, SCTAB nTab ) const;
/aoo4110/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3112 sal_Bool bOpt = !(pDoc->GetColFlags( nStartCol, nTab ) & CR_MANUALSIZE); in getPropertyValue()
H A Dcellsuno.cxx8998 sal_Bool bOpt = !(pDoc->GetColFlags( nCol, nTab ) & CR_MANUALSIZE); in GetOnePropertyValue()

Completed in 343 milliseconds