Home
last modified time | relevance | path

Searched refs:eActType (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/core/tool/
H A Dchgtrack.cxx3067 ScChangeActionType eActType = pAct->GetType(); in Dependencies() local
3068 if ( eActType == SC_CAT_REJECT || in Dependencies()
3069 (eActType == SC_CAT_MOVE && pAct->IsRejecting()) ) in Dependencies()
3072 if ( eActType == SC_CAT_CONTENT ) in Dependencies()
3117 sal_Bool bActColDel = ( eActType == SC_CAT_DELETE_COLS ); in Dependencies()
3118 sal_Bool bActRowDel = ( eActType == SC_CAT_DELETE_ROWS ); in Dependencies()
3119 sal_Bool bActTabDel = ( eActType == SC_CAT_DELETE_TABS ); in Dependencies()
3121 if ( pLinkInsertCol && (eActType == SC_CAT_INSERT_COLS || in Dependencies()
3135 if ( pLinkInsertRow && (eActType == SC_CAT_INSERT_ROWS || in Dependencies()
3149 if ( pLinkInsertTab && (eActType == SC_CAT_INSERT_TABS || in Dependencies()
[all …]
/AOO42X/main/sc/source/filter/lotus/
H A Dlotimpop.cxx56 eActType( Lotus_X), in LOTUS_ROOT()
114 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK3; in Bof()
118 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK4; in Bof()
/AOO42X/main/sc/source/filter/inc/
H A Droot.hxx103 Lotus123Typ eActType; member