Home
last modified time | relevance | path

Searched refs:xCheck (Results 1 – 11 of 11) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx117 Reference< XChild > xCheck( m_xControlModel, UNO_QUERY ); in getControlSheetIndex() local
118 …Reference< XForm > xParentAsForm; if ( xCheck.is() ) xParentAsForm = xParentAsForm.query( xCheck->… in getControlSheetIndex()
119 …rence< XGridColumnFactory > xParentAsGrid; if ( xCheck.is() ) xParentAsGrid = xParentAsGrid.query(… in getControlSheetIndex()
121 while ( ( xParentAsForm.is() || xParentAsGrid.is() ) && xCheck.is() ) in getControlSheetIndex()
123 xCheck = xCheck.query( xCheck->getParent() ); in getControlSheetIndex()
124 …xParentAsForm = xParentAsForm.query( xCheck.is() ? xCheck->getParent() : (Reference< XInterface >)… in getControlSheetIndex()
125 …xParentAsGrid = xParentAsGrid.query( xCheck.is() ? xCheck->getParent() : (Reference< XInterface >)… in getControlSheetIndex()
127 …Reference< XInterface > xFormsCollection( xCheck.is() ? xCheck->getParent() : Reference< XInterfac… in getControlSheetIndex()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java857 xCheck.setPropertyValue( "Name", "defaultdate" ); in prepareDocument()
858 xCheck.setPropertyValue( "Label", "default sales date to \"today\"" ); in prepareDocument()
860 xCheck.addPropertyChangeListener( "State", this ); in prepareDocument()
862 xCheck = m_formLayer.createControlAndShape( "CheckBox", 106, 45, 60, 6, xOptionsForm ); in prepareDocument()
863 xCheck.setPropertyValue( "Name", "protectkeys" ); in prepareDocument()
864 xCheck.setPropertyValue( "Label", "protect key fields from editing" ); in prepareDocument()
866 xCheck.addPropertyChangeListener( "State", this ); in prepareDocument()
868 xCheck = m_formLayer.createControlAndShape( "CheckBox", 106, 51, 60, 6, xOptionsForm ); in prepareDocument()
869 xCheck.setPropertyValue( "Name", "emptysales" ); in prepareDocument()
870 xCheck.setPropertyValue( "Label", "check for empty sales names" ); in prepareDocument()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx88 css::uno::Reference< css::uno::XInterface > xCheck(pContinuations[i], css::uno::UNO_QUERY); in extractContinuation() local
89 if (xCheck->queryInterface(aType).hasValue()) in extractContinuation()
/trunk/main/sw/inc/
H A Dcheckit.hxx42 com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedInputSequenceChecker > xCheck; member in SwCheckIt
/trunk/main/sw/source/core/bastyp/
H A Dcheckit.cxx44 x >>= xCheck; in SwCheckIt()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1361 css::uno::Reference< css::container::XNameAccess > xCheck; in implts_flushConfigItem() local
1362 xCFG->getByHierarchicalName(CFG_ENTRY_RECOVERYLIST) >>= xCheck; in implts_flushConfigItem()
1364 …css::uno::Reference< css::container::XNameContainer > xModify(xCheck, css::uno::UNO_QUERY_THROW); in implts_flushConfigItem()
1365 …css::uno::Reference< css::lang::XSingleServiceFactory > xCreate(xCheck, css::uno::UNO_QUERY_THROW); in implts_flushConfigItem()
1389 sal_Bool bNew = (!xCheck->hasByName(sID)); in implts_flushConfigItem()
1393 xCheck->getByName(sID) >>= xSet; in implts_flushConfigItem()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx758 …Reference< XModuleManager > xCheck( i_rContext.createComponent( "com.sun.star.frame.ModuleManager"… in lcl_findStartModuleFrame() local
766 ::rtl::OUString sModule = xCheck->identify( xFrame ); in lcl_findStartModuleFrame()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1701 Reference< XPropertySet > xCheck; in InitColumnByField() local
1705 _rxFieldsByIndex->getByIndex( i ) >>= xCheck; in InitColumnByField()
1706 if ( xField.get() == xCheck.get() ) in InitColumnByField()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1761 css::uno::Reference< css::container::XNameAccess > xCheck(xNode, css::uno::UNO_QUERY); in impl_savePatchUINames() local
1769 if (xCheck->hasByName(pUINames[i].Name)) in impl_savePatchUINames()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1375 … Reference< XControl > xCheck( xContainer->getByIdentifier( *pIdentifiers ), UNO_QUERY ); in replaceControl() local
1376 if ( xCheck == _rxExistentControl ) in replaceControl()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx737 uno::Reference < i18n::XExtendedInputSequenceChecker > xISC = pCheckIt->xCheck; in FlushInBuffer()

Completed in 110 milliseconds