Lines Matching refs:mxSubController
92 mxSubController(), in DrawController()
113 mxSubController = rxSubController; in SetSubController()
182 if (mxSubController.is() && mpBase!=NULL) in dispose()
287 if (mxSubController.is()) in select()
288 return mxSubController->select(aSelection); in select()
302 if (mxSubController.is()) in getSelection()
303 return mxSubController->getSelection(); in getSelection()
391 if (mxSubController.is()) in setCurrentPage()
392 mxSubController->setCurrentPage(xPage); in setCurrentPage()
406 if (mxSubController.is()) in getCurrentPage()
407 xPage = mxSubController->getCurrentPage(); in getCurrentPage()
899 rOldValue <<= mxSubController; in convertFastPropertyValue()
903 else if (mxSubController.is()) in convertFastPropertyValue()
908 rOldValue = mxSubController->getFastPropertyValue(nHandle); in convertFastPropertyValue()
932 else if (mxSubController.is()) in setFastPropertyValue_NoBroadcast()
933 mxSubController->setFastPropertyValue(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
956 rRet <<= mxSubController; in getFastPropertyValue()
960 if (mxSubController.is()) in getFastPropertyValue()
961 rRet = mxSubController->getFastPropertyValue(nHandle); in getFastPropertyValue()