| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | eformspropertyhandler.cxx | 99 ::rtl::OUString sModelName = m_pHelper->getCurrentFormModelName(); in getModelNamePropertyValue() 111 …OSL_ENSURE( m_pHelper.get(), "EFormsPropertyHandler::getPropertyValue: we don't have any Supported… in getPropertyValue() 120 aReturn <<= m_pHelper->getCurrentListSourceBinding(); in getPropertyValue() 128 aReturn <<= m_pHelper->getCurrentBindingName(); in getPropertyValue() 138 Reference< XPropertySet > xBindingProps( m_pHelper->getCurrentBinding() ); in getPropertyValue() 174 …OSL_ENSURE( m_pHelper.get(), "EFormsPropertyHandler::setPropertyValue: we don't have any Supported… in setPropertyValue() 187 m_pHelper->setListSourceBinding( xSource ); in setPropertyValue() 196 if ( m_pHelper->getCurrentFormModelName() != m_sBindingLessModelName ) in setPropertyValue() 198 ::rtl::OUString sOldBindingName = m_pHelper->getCurrentBindingName(); in setPropertyValue() 199 m_pHelper->setBinding( NULL ); in setPropertyValue() [all …]
|
| H A D | xsdvalidationpropertyhandler.cxx | 115 … OSL_ENSURE( m_pHelper.get(), "XSDValidationPropertyHandler::getPropertyValue: inconsistency!" ); in getPropertyValue() 119 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in getPropertyValue() 145 … OSL_ENSURE( m_pHelper.get(), "XSDValidationPropertyHandler::getPropertyValue: inconsistency!" ); in setPropertyValue() 152 m_pHelper->setValidatingDataTypeByName( sTypeName ); in setPropertyValue() 157 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in setPropertyValue() 176 m_pHelper.reset( new XSDValidationHelper( m_aMutex, m_xComponent, xDocument ) ); in onNewComponent() 178 m_pHelper.reset(); in onNewComponent() 186 if ( m_pHelper.get() ) in doDescribeSupportedProperties() 188 bool bAllowBinding = m_pHelper->canBindToAnyDataType(); in doDescribeSupportedProperties() 242 if ( m_pHelper.get() ) in getSupersededProperties() [all …]
|
| H A D | cellbindinghandler.cxx | 93 m_pHelper.reset( new CellBindingHelper( m_xComponent, xDocument ) ); in onNewComponent() 117 …OSL_PRECOND( m_pHelper.get(), "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistentc… in actuatingPropertyChanged() 148 if ( !xBinding.is() && m_pHelper->getCurrentBinding().is() ) in actuatingPropertyChanged() 246 … OSL_ENSURE( m_pHelper.get(), "CellBindingPropertyHandler::getPropertyValue: inconsistency!" ); in getPropertyValue() 254 Reference< XValueBinding > xBinding( m_pHelper->getCurrentBinding() ); in getPropertyValue() 255 if ( !m_pHelper->isCellBinding( xBinding ) ) in getPropertyValue() 264 Reference< XListEntrySource > xSource( m_pHelper->getCurrentListSource() ); in getPropertyValue() 265 if ( !m_pHelper->isCellRangeListSource( xSource ) ) in getPropertyValue() 274 Reference< XValueBinding > xBinding( m_pHelper->getCurrentBinding() ); in getPropertyValue() 275 aReturn <<= (sal_Int16)( m_pHelper->isCellIntegerBinding( xBinding ) ? 1 : 0 ); in getPropertyValue() [all …]
|
| H A D | submissionhandler.cxx | 134 … OSL_ENSURE( m_pHelper.get(), "SubmissionPropertyHandler::getPropertyValue: inconsistency!" ); in getPropertyValue() 183 … OSL_ENSURE( m_pHelper.get(), "SubmissionPropertyHandler::setPropertyValue: inconsistency!" ); in setPropertyValue() 224 if ( !m_pHelper.get() ) in getActuatingProperties() 236 if ( !m_pHelper.get() ) in getSupersededProperties() 261 m_pHelper.reset(); in onNewComponent() 265 m_pHelper.reset( new SubmissionHelper( m_aMutex, m_xComponent, xDocument ) ); in onNewComponent() 277 if ( m_pHelper.get() ) in doDescribeSupportedProperties() 295 if ( !m_pHelper.get() ) in describePropertyLine() 303 …const_cast< SubmissionHelper* >( m_pHelper.get() )->getAllElementUINames( EFormsHelper::Submission… in describePropertyLine() 336 …OSL_PRECOND( m_pHelper.get(), "SubmissionPropertyHandler::actuatingPropertyChanged: inconsistentcy… in actuatingPropertyChanged() [all …]
|
| H A D | commoncontrol.hxx | 53 ControlHelper* m_pHelper; member in pcr::ControlWindow 58 ,m_pHelper( NULL ) in ControlWindow() 232 m_pHelper = &_rControlHelper; in setControlHelper() 239 if ( m_pHelper && m_pHelper->handlePreNotify( rNEvt ) ) in PreNotify()
|
| H A D | standardcontrol.cxx | 1124 if ( m_pHelper ) in PreNotify() 1126 m_pHelper->LoseFocusHdl( m_pImplEdit ); in PreNotify() 1127 m_pHelper->activateNextControl(); in PreNotify() 1326 if ( m_pHelper ) 1327 m_pHelper->notifyModifiedValue();
|
| H A D | usercontrol.cxx | 68 if ( m_pHelper ) in PreNotify() 69 m_pHelper->ModifiedHdl( this ); in PreNotify()
|
| H A D | cellbindinghandler.hxx | 51 ::std::auto_ptr< CellBindingHelper > m_pHelper;
|
| H A D | xsdvalidationpropertyhandler.hxx | 48 ::std::auto_ptr< XSDValidationHelper > m_pHelper;
|
| H A D | submissionhandler.hxx | 79 ::std::auto_ptr< SubmissionHelper > m_pHelper;
|
| H A D | eformspropertyhandler.hxx | 48 ::std::auto_ptr< EFormsHelper > m_pHelper;
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | TSkipDeletedSet.cxx | 34 : m_pHelper(_pHelper) in OSkipDeletedSet() 84 bDataFound = m_pHelper->move(IResultSetHelper::FIRST, 0, _bRetrieveData); in skipDeleted() 85 if(bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in skipDeleted() 87 m_aBookmarksPositions.push_back(m_pHelper->getDriverPos()); in skipDeleted() 94 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() 95 … OSL_ENSURE((m_bDeletedVisible || !m_pHelper->isRowDeleted()),"A bookmark should not be deleted!"); in skipDeleted() 102 … bDataFound = m_pHelper->move(IResultSetHelper::NEXT, 1, sal_False); // we don't need the data here in skipDeleted() 103 if( bDataFound && ( m_bDeletedVisible || !m_pHelper->isRowDeleted()) ) in skipDeleted() 105 m_aBookmarksPositions.push_back(m_pHelper->getDriverPos()); in skipDeleted() 113 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() [all …]
|
| /AOO41X/main/formula/source/ui/dlg/ |
| H A D | formula.cxx | 175 IFormulaEditorHelper* m_pHelper; member in formula::FormulaDlg_Impl 262 m_pHelper (_pHelper), in FormulaDlg_Impl() 378 FormEditData* pData = m_pHelper->getFormEditData(); in ~FormulaDlg_Impl() 425 FormEditData* pData = m_pHelper->getFormEditData(); in PreNotify() 439 m_xOpCodeMapper = m_pHelper->getFormulaOpCodeMapper(); in GetFormulaOpCodeMapper() 480 const sal_Unicode sep = m_pHelper->getFunctionManager()->getSingleToken(IFunctionManager::eSep); in GetFunctionPos() 493 const uno::Reference< sheet::XFormulaParser > xParser(m_pHelper->getFormulaParser()); in GetFunctionPos() 494 const table::CellAddress aRefPos(m_pHelper->getReferencePosition()); in GetFunctionPos() 600 bResult = m_pHelper->calculateValue(rStrExp,rStrResult); in CalcValue() 617 if ( CalcValue(m_pHelper->getCurrentFormula(), aStrResult ) ) in UpdateValues() [all …]
|
| /AOO41X/main/connectivity/source/inc/ |
| H A D | TSkipDeletedSet.hxx | 40 … IResultSetHelper* m_pHelper; // used for moving in the resultset member in connectivity::OSkipDeletedSet
|