Searched refs:xCheck (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 117 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 857 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 …]
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | interceptedinteraction.cxx | 88 css::uno::Reference< css::uno::XInterface > xCheck(pContinuations[i], css::uno::UNO_QUERY); in extractContinuation() local 89 if (xCheck->queryInterface(aType).hasValue()) in extractContinuation()
|
/aoo41x/main/sw/inc/ |
H A D | checkit.hxx | 42 com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedInputSequenceChecker > xCheck; member in SwCheckIt
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | checkit.cxx | 44 x >>= xCheck; in SwCheckIt()
|
/aoo41x/main/framework/source/services/ |
H A D | autorecovery.cxx | 1361 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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 758 …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()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1701 Reference< XPropertySet > xCheck; in InitColumnByField() local 1705 _rxFieldsByIndex->getByIndex( i ) >>= xCheck; in InitColumnByField() 1706 if ( xField.get() == xCheck.get() ) in InitColumnByField()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 1761 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()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 1375 … Reference< XControl > xCheck( xContainer->getByIdentifier( *pIdentifiers ), UNO_QUERY ); in replaceControl() local 1376 if ( xCheck == _rxExistentControl ) in replaceControl()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 737 uno::Reference < i18n::XExtendedInputSequenceChecker > xISC = pCheckIt->xCheck; in FlushInBuffer()
|
Completed in 232 milliseconds