Searched refs:HASATTR_NEEDHEIGHT (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 243 #define HASATTR_NEEDHEIGHT 32 macro
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 632 if (bEditDeleted || pDoc->HasAttrib( nCol, nRow, nTab, nCol, nRow, nTab, HASATTR_NEEDHEIGHT )) in EnterData() 698 nCol,nRow,nTab, nCol,nRow,nTab, HASATTR_NEEDHEIGHT ); in EnterValue() 2524 if ( pDoc->HasAttrib( nCol, nRow, nTab, nCol, nRow, nTab, HASATTR_NEEDHEIGHT ) ) in ModifyCellSize()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 783 if ( bEditDeleted || pDoc->HasAttrib( ScRange(rPos), HASATTR_NEEDHEIGHT ) ) in SetNormalString() 820 pDoc->HasAttrib( ScRange(rPos), HASATTR_NEEDHEIGHT ) ); in PutCell()
|
/aoo41x/main/sc/source/core/data/ |
H A D | attarray.cxx | 1312 if ( nMask & HASATTR_NEEDHEIGHT ) in HasAttrib()
|
Completed in 50 milliseconds