Searched refs:eActType (Results 1 – 3 of 3) sorted by relevance
3067 ScChangeActionType eActType = pAct->GetType(); in Dependencies() local3068 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 …]
56 eActType( Lotus_X), in LOTUS_ROOT()114 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK3; in Bof()118 pLotusRoot->eFirstType = pLotusRoot->eActType = Lotus_WK4; in Bof()
103 Lotus123Typ eActType; member