Searched refs:xIndexAcc (Results 1 – 3 of 3) sorted by relevance
63 XIndexAccess xIndexAcc = oObj.getDefaultSettings(resourceUrl); in _getDefaultSettings() local64 result = xIndexAcc != null; in _getDefaultSettings()
130 uno::Reference< container::XIndexAccess > xIndexAcc( xParentIfc, uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT() local133 if( !xIndexAcc.is() || !xEventManager.is() ) in SV_IMPL_OP_PTRARR_SORT()137 sal_Int32 nCount = xIndexAcc->getCount(), nPos; in SV_IMPL_OP_PTRARR_SORT()140 uno::Any aTmp = xIndexAcc->getByIndex(nPos); in SV_IMPL_OP_PTRARR_SORT()
928 uno::Reference<container::XIndexAccess> xIndexAcc(xShapes, uno::UNO_QUERY); in FindSelectedShapesChanges() local929 if (xIndexAcc.is()) in FindSelectedShapesChanges()931 mnShapesSelected = xIndexAcc->getCount(); in FindSelectedShapesChanges()935 xIndexAcc->getByIndex(i) >>= xShape; in FindSelectedShapesChanges()
Completed in 30 milliseconds