Lines Matching refs:GetItemState
110 pSet->GetItemState(FN_PARAM_REGION_NAME, sal_True, &pItem) ) in InsertRegionDialog()
120 if(SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_COLUMNS, sal_False, &pItem)|| in InsertRegionDialog()
121 SFX_ITEM_SET == pSet->GetItemState(FN_INSERT_REGION, sal_False, &pItem)) in InsertRegionDialog()
135 else if(SFX_ITEM_SET == pSet->GetItemState(RES_COL, sal_False, &pItem)) in InsertRegionDialog()
141 pSet->GetItemState(FN_PARAM_REGION_HIDDEN, sal_True, &pItem)? in InsertRegionDialog()
144 pSet->GetItemState(FN_PARAM_REGION_PROTECT, sal_True, &pItem)? in InsertRegionDialog()
148 pSet->GetItemState(FN_PARAM_REGION_EDIT_IN_READONLY, sal_True, &pItem)? in InsertRegionDialog()
159 pSet->GetItemState(FN_PARAM_REGION_CONDITION, sal_True, &pItem)) in InsertRegionDialog()
164 pSet->GetItemState(FN_PARAM_1, sal_True, &pItem)) in InsertRegionDialog()
168 pSet->GetItemState(FN_PARAM_3, sal_True, &pItem)) in InsertRegionDialog()
179 pSet->GetItemState(FN_PARAM_2, sal_True, &pItem)) in InsertRegionDialog()
232 pArgs->GetItemState(nSlot, sal_False, &pItem); in EditRegionDialog()