Home
last modified time | relevance | path

Searched refs:xFComp (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1718 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 …]
/trunk/main/forms/source/component/
H A DEdit.cxx216 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 DFormattedField.cxx267 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();
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2261 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()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx4585 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 88 milliseconds