Searched refs:xFComp (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 1718 uno::Reference< XFormComponent > xFComp( xInt, UNO_QUERY ); in InsertInput() local 1719 if( !xFComp.is() ) in InsertInput() 1722 uno::Reference< beans::XPropertySet > xPropSet( xFComp, UNO_QUERY ); in InsertInput() 1942 xFComp, xPropSet, aSz, in InsertInput() 2122 uno::Reference< XFormComponent > xFComp( xInt, UNO_QUERY ); in NewTextArea() local 2123 DBG_ASSERT( xFComp.is(), "keine FormComponent?" ); in NewTextArea() 2125 uno::Reference< beans::XPropertySet > xPropSet( xFComp, UNO_QUERY ); in NewTextArea() 2194 uno::Reference< drawing::XShape > xShape = InsertControl( xFComp, xPropSet, aSz, in NewTextArea() 2402 uno::Reference< XFormComponent > xFComp( xInt, UNO_QUERY ); in NewSelect() local 2403 DBG_ASSERT(xFComp.is(), "keine FormComponent?"); in NewSelect() [all …]
|
/aoo41x/main/forms/source/component/ |
H A D | Edit.cxx | 216 Reference<XFormComponent> xFComp(xSet, UNO_QUERY); in keyPressed() local 217 InterfaceRef xParent = xFComp->getParent(); in keyPressed() 267 Reference<XFormComponent> xFComp(getModel(), UNO_QUERY); 268 InterfaceRef xParent = xFComp->getParent();
|
H A D | FormattedField.cxx | 267 Reference<XFormComponent> xFComp(xSet, UNO_QUERY); in keyPressed() local 268 InterfaceRef xParent = xFComp->getParent(); in keyPressed() 319 Reference<XFormComponent> xFComp(getModel(), UNO_QUERY); 320 InterfaceRef xParent = xFComp->getParent();
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 2261 uno::Reference< form::XFormComponent> xFComp; in InsertFormula() local 2263 if (sal_True == (bRet = rFormula.Import(rServiceFactory, xFComp, aSz))) in InsertFormula() 2266 if (sal_True == (bRet = InsertControl(xFComp, aSz, &xShapeRef, false))) in InsertFormula()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 4585 uno::Reference< form::XFormComponent > xFComp; in ReadOCXStream() local 4592 if (pObj->Import(rServiceFactory,xFComp,aSz)) in ReadOCXStream() 4593 bRet = InsertControl( xFComp, aSz,pShapeRef,bFloatingCtrl); in ReadOCXStream() 4623 uno::Reference< form::XFormComponent > xFComp; in ReadOCXExcelKludgeStream() local 4630 if (pObj->Import(rServiceFactory,xFComp,aSz)) in ReadOCXExcelKludgeStream() 4631 bRet = InsertControl( xFComp, aSz,pShapeRef,bFloatingCtrl); in ReadOCXExcelKludgeStream()
|
Completed in 55 milliseconds