Home
last modified time | relevance | path

Searched refs:OSL_ENSURE (Results 1 – 25 of 1927) sorted by relevance

12345678910>>...78

/AOO41X/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx69 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionString()
77 OSL_ENSURE(pInterface,"Interface is null!"); in PutConnectionString()
86 OSL_ENSURE(pInterface,"Interface is null!"); in GetCommandTimeout()
94 OSL_ENSURE(pInterface,"Interface is null!"); in PutCommandTimeout()
100 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionTimeout()
108 OSL_ENSURE(pInterface,"Interface is null!"); in PutConnectionTimeout()
114 OSL_ENSURE(pInterface,"Interface is null!"); in Close()
120 OSL_ENSURE(pInterface,"Interface is null!"); in Execute()
128 OSL_ENSURE(pInterface,"Interface is null!"); in BeginTrans()
135 OSL_ENSURE(pInterface,"Interface is null!"); in CommitTrans()
[all …]
/AOO41X/main/cppuhelper/test/
H A Dtestpropshlp.cxx173 OSL_ENSURE( 6 == a1.getCount(), "not all properties inserted" ); in test_PropertyArrayHelper()
176 OSL_ENSURE( 6 == aProps.getLength(), "getProperties() gives not all properties" ); in test_PropertyArrayHelper()
179 OSL_ENSURE( pP[i].Name == getPropertyTable1()[i].Name , "Name not correct" ); in test_PropertyArrayHelper()
180OSL_ENSURE( pP[i].Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
181OSL_ENSURE( pP[i].Attributes == getPropertyTable1()[i].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper()
182 OSL_ENSURE( pP[i].Type == getPropertyTable1()[i].Type, "Type not correct" ); in test_PropertyArrayHelper()
191 OSL_ENSURE( 6 == aProps.getLength(), "getProperties() gives not all properties" ); in test_PropertyArrayHelper()
197 OSL_ENSURE( pP[i].Name == getPropertyTable2()[a[i]].Name , "Name not correct" ); in test_PropertyArrayHelper()
198 OSL_ENSURE( pP[i].Handle == getPropertyTable2()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
199OSL_ENSURE( pP[i].Attributes == getPropertyTable2()[a[i]].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper()
[all …]
/AOO41X/main/ucb/source/core/
H A Ducbstore.cxx433 OSL_ENSURE( xFac.is(), in openPropertySet()
437 OSL_ENSURE( xBatch.is(), in openPropertySet()
441 OSL_ENSURE( xContainer.is(), in openPropertySet()
477 OSL_ENSURE( sal_False, in openPropertySet()
485 OSL_ENSURE( sal_False, in openPropertySet()
493 OSL_ENSURE( sal_False, in openPropertySet()
499 OSL_ENSURE( sal_False, in openPropertySet()
507 OSL_ENSURE( sal_False, in openPropertySet()
520 OSL_ENSURE( sal_False, in openPropertySet()
549 OSL_ENSURE( xBatch.is(), in removePropertySet()
[all …]
/AOO41X/main/oox/source/xls/
H A Dcondformatbuffer.cxx210OSL_ENSURE( (nFmla1Size >= 0) || ((nFmla2Size == 0) && (nFmla3Size == 0)), "CondFormatRule::import… in importCfRule()
211OSL_ENSURE( (nFmla1Size > 0) == (rStrm.getRemaining() >= 8), "CondFormatRule::importCfRule - formu… in importCfRule()
219OSL_ENSURE( (nFmla2Size >= 0) || (nFmla3Size == 0), "CondFormatRule::importCfRule - missing second… in importCfRule()
220OSL_ENSURE( (nFmla2Size > 0) == (rStrm.getRemaining() >= 8), "CondFormatRule::importCfRule - formu… in importCfRule()
227OSL_ENSURE( (nFmla3Size > 0) == (rStrm.getRemaining() >= 8), "CondFormatRule::importCfRule - formu… in importCfRule()
247OSL_ENSURE( nSubType == BIFF12_CFRULE_SUB_CELLIS, "CondFormatRule::importCfRule - rule type/subtyp… in importCfRule()
250OSL_ENSURE( maModel.mnOperator != XML_TOKEN_INVALID, "CondFormatRule::importCfRule - unknown opera… in importCfRule()
257OSL_ENSURE( nOperator == 0, "CondFormatRule::importCfRule - unexpected operator value" ); in importCfRule()
261OSL_ENSURE( nOperator == 0, "CondFormatRule::importCfRule - unexpected operator value" ); in importCfRule()
266OSL_ENSURE( maModel.mnType != XML_TOKEN_INVALID, "CondFormatRule::importCfRule - unexpected operat… in importCfRule()
[all …]
H A Dexternallinkbuffer.cxx110 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importDefinedName - empty name" ); in importDefinedName()
118 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importDdeItem - empty name" ); in importDdeItem()
133 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importOleItem - empty name" ); in importOleItem()
143 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importExternalName - empty name" ); in importExternalName()
159 OSL_ENSURE( (mrParentLink.getLinkType() == LINKTYPE_OLE) == maExtNameModel.mbOleObj, in importExternalNameFlags()
231 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importExternalName - empty name" ); in importExternalName()
294 OSL_ENSURE( bLoop && !rStrm.isEof() && (maCurrIt == maResults.end()), in importExternalName()
306OSL_ENSURE( mrParentLink.getLinkType() == LINKTYPE_DDE, "ExternalName::getSheetCacheIndex - unexpe…
373 OSL_ENSURE( false, "ExternalName::getDdeLinkData - cannot create DDE link" ); in getDdeLinkData()
403OSL_ENSURE( (getFilterType() == FILTER_BIFF) && (getBiff() <= BIFF4), "ExternalName::setExternalRe… in extractExternalReference()
[all …]
/AOO41X/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx147 OSL_ENSURE( sal_False, "HierarchyEntry - Invalid URL!" ); in HierarchyEntry()
157 OSL_ENSURE( xRootReadAccess.is(), "HierarchyEntry::hasData - No root!" ); in hasData()
175 OSL_ENSURE( xRootReadAccess.is(), in getData()
196 OSL_ENSURE( sal_False, in getData()
210 OSL_ENSURE( sal_False, in getData()
248 OSL_ENSURE( sal_False, in getData()
268 OSL_ENSURE( sal_False, in getData()
300 OSL_ENSURE( nPos != -1, in setData()
322 OSL_ENSURE( xBatch.is(), in setData()
328 OSL_ENSURE( xParentNameAccess.is(), in setData()
[all …]
H A Dhierarchydatasource.cxx400 OSL_ENSURE( false, in createInstanceWithArguments()
432 OSL_ENSURE( false, in createInstanceWithArguments()
449 OSL_ENSURE( false, in createInstanceWithArguments()
468 OSL_ENSURE( false, in createInstanceWithArguments()
479 OSL_ENSURE( false, in createInstanceWithArguments()
526 OSL_ENSURE( false, in createInstanceWithArguments()
534 OSL_ENSURE( false, in createInstanceWithArguments()
564 OSL_ENSURE( m_xConfigProvider.is(), in getConfigProvider()
570 OSL_ENSURE( false, in getConfigProvider()
588 OSL_ENSURE( false, in createConfigPath()
[all …]
/AOO41X/main/xmloff/source/forms/
H A Dlayerimport.cxx115 OSL_ENSURE( in OFormLayerXMLImport_Impl()
123 OSL_ENSURE( in OFormLayerXMLImport_Impl()
252OSL_ENSURE(!m_pAutoStyles, "OFormLayerXMLImport_Impl::setAutoStyleContext: not to be called twice!… in setAutoStyleContext()
261 OSL_ENSURE(_rxControlModel.is() && (0 != _rControlNumerStyleName.getLength()), in applyControlNumberStyle()
264OSL_ENSURE(m_pAutoStyles, "OFormLayerXMLImport_Impl::applyControlNumberStyle: have no auto style c… in applyControlNumberStyle()
288OSL_ENSURE(xFormats.is(), "OFormLayerXMLImport_Impl::applyControlNumberStyle: could not obtain the… in applyControlNumberStyle()
294OSL_ENSURE(-1 != nFormatKey, "OFormLayerXMLImport_Impl::applyControlNumberStyle: could not obtain … in applyControlNumberStyle()
302OSL_ENSURE(sal_False, "OFormLayerXMLImport_Impl::applyControlNumberStyle: couldn't set the format!… in applyControlNumberStyle()
306OSL_ENSURE(sal_False, "OFormLayerXMLImport_Impl::applyControlNumberStyle: did not find the style w… in applyControlNumberStyle()
313 OSL_ENSURE( _rxControlModel.is() && _rCellAddress.getLength(), in registerCellValueBinding()
[all …]
H A Dlayerexport.cxx122OSL_ENSURE(xFormsSupp.is(), "OFormLayerXMLExport_Impl::impl_isFormPageContainingForms: invalid dra… in impl_isFormPageContainingForms()
132OSL_ENSURE(xSI.is(), "OFormLayerXMLExport_Impl::impl_isFormPageContainingForms: invalid collection… in impl_isFormPageContainingForms()
138OSL_ENSURE(sal_False, "OFormLayerXMLExport_Impl::impl_isFormPageContainingForms: invalid collectio… in impl_isFormPageContainingForms()
176 OSL_ENSURE(_rxProps.is(), "OFormLayerXMLExport_Impl::exportForm: invalid property set!"); in exportForm()
210OSL_ENSURE(xCurrentProps.is(), "OFormLayerXMLExport_Impl::exportCollectionElements: invalid child … in exportCollectionElements()
216OSL_ENSURE(xPropsInfo.is(), "OFormLayerXMLExport_Impl::exportCollectionElements: no property set i… in exportCollectionElements()
243OSL_ENSURE(sal_False, "OFormLayerXMLExport_Impl::exportCollectionElements: caught an exception ...… in exportCollectionElements()
311OSL_ENSURE(bPageIsKnown, "OFormLayerXMLExport_Impl::exportForms: exporting a page which has not be… in exportForms()
404OSL_ENSURE(m_aCurrentPageIds != m_aControlIds.end(), "OFormLayerXMLExport_Impl::getControlId: inva… in getControlId()
405 OSL_ENSURE(m_aCurrentPageIds->second.end() != m_aCurrentPageIds->second.find(_rxControl), in getControlId()
[all …]
H A Dpropertyimport.cxx82 OSL_ENSURE(nIntValue < 24, "lcl_getTime: more than a day?"); in lcl_getTime()
113 OSL_ENSURE(bSuccess, in convertString()
129 OSL_ENSURE(bSuccess, in convertString()
148OSL_ENSURE(bSuccess, "PropertyConversion::convertString: could not convert to an enum value!"); in convertString()
160OSL_ENSURE(sal_False, "PropertyConversion::convertString: 64-bit integers not implemented yet!"); in convertString()
170 OSL_ENSURE(bSuccess, in convertString()
198 OSL_ENSURE(bSuccess, in convertString()
208 OSL_ENSURE(((sal_uInt32)nValue) - nValue == 0, in convertString()
215 OSL_ENSURE(((sal_uInt32)nValue) == 0, in convertString()
239OSL_ENSURE(sal_False, "PropertyConversion::convertString: unsupported property type!"); in convertString()
[all …]
/AOO41X/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx69 OSL_ENSURE( m_xResultSetOrigin.is(), "XResultSet is required" ); in ContentResultSetWrapper()
89 OSL_ENSURE( m_xRowOrigin.is(), "interface XRow is required" ); in impl_init_xRowOrigin()
107 OSL_ENSURE( m_xContentAccessOrigin.is(), "interface XContentAccess is required" ); in impl_init_xContentAccessOrigin()
126 OSL_ENSURE( m_xPropertySetOrigin.is(), "interface XPropertySet is required" ); in impl_init_xPropertySetOrigin()
137 OSL_ENSURE( xComponentOrigin.is(), "interface XComponent is required" ); in impl_init()
385 OSL_ENSURE( sal_False, "could not remove PropertyChangeListener" ); in SAL_STATIC_CAST()
394 OSL_ENSURE( sal_False, "could not remove VetoableChangeListener" ); in SAL_STATIC_CAST()
398 OSL_ENSURE( xComponentOrigin.is(), "interface XComponent is required" ); in SAL_STATIC_CAST()
542 OSL_ENSURE( sal_False, "broadcaster was disposed already" ); in setPropertyValue()
560 OSL_ENSURE( sal_False, "broadcaster was disposed already" ); in getPropertyValue()
[all …]
/AOO41X/main/extensions/source/propctrlr/
H A Deformshelper.cxx89 OSL_ENSURE( _rxControlModel.is(), "EFormsHelper::EFormsHelper: invalid control model!" ); in EFormsHelper()
93 OSL_ENSURE( m_xDocument.is(), "EFormsHelper::EFormsHelper: invalid document!" ); in EFormsHelper()
110 OSL_ENSURE( sal_False, "EFormsHelper::isEForm: caught an exception!" ); in isEForm()
170OSL_ENSURE( xSI.is(), "EFormsHelper::canBindToDataType: a control model which has no service info?… in canBindToDataType()
203 OSL_ENSURE( sal_False, "EFormsHelper::canBindToDataType: caught an exception!" ); in canBindToDataType()
220 OSL_ENSURE( sal_False, "EFormsHelper::isListEntrySink: caught an exception!" ); in isListEntrySink()
261OSL_ENSURE( pTranslator, "EFormsHelper::impl_toggleBindingPropertyListening_throw: invalid listene… in impl_toggleBindingPropertyListening_throw()
317OSL_ENSURE( xForms.is(), "EFormsHelper::getFormModelNames: invalid forms container!" ); in getFormModelNames()
329 OSL_ENSURE( sal_False, "EFormsHelper::getFormModelNames: caught an exception!" ); in getFormModelNames()
344OSL_ENSURE( xBindings.is(), "EFormsHelper::getBindingNames: invalid bindings container obtained fr… in getBindingNames()
[all …]
/AOO41X/main/sfx2/source/doc/
H A DMetadatable.cxx275 OSL_ENSURE(m_pReg, "no m_pReg in MetadatableUndo ?"); in GetRegistry()
283 { OSL_ENSURE(false, "MetadatableUndo::MakeUnoObject"); throw; } in MakeUnoObject()
300 OSL_ENSURE(m_pReg, "no m_pReg in MetadatableClipboard ?"); in GetRegistry()
308 { OSL_ENSURE(false, "MetadatableClipboard::MakeUnoObject"); throw; } in MakeUnoObject()
501 OSL_ENSURE(!iter->second.first.empty() || !iter->second.second.empty(), in LookupElementList()
553 OSL_ENSURE(!iter->second.first.equalsAscii(""), in LookupXmlId()
555 OSL_ENSURE(!iter->second.second.equalsAscii(""), in LookupXmlId()
573 OSL_ENSURE(isContentFile(i_rStreamName) || isStylesFile(i_rStreamName), in TryInsertMetadatable()
631 OSL_ENSURE(i_pObject, "null in list ???"); in removeLink()
637 OSL_ENSURE(pLink, "IsInClipboard, but no MetadatableClipboard ?"); in removeLink()
[all …]
/AOO41X/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx58 OSL_ENSURE( rParentCanvas.is() , "ImplSprite::ImplSprite(): Invalid canvas"); in ImplSprite()
59 OSL_ENSURE( mxGraphicDevice.is(), "ImplSprite::ImplSprite(): Invalid graphic device"); in ImplSprite()
60 OSL_ENSURE( mxSprite.is(), "ImplSprite::ImplSprite(): Invalid sprite"); in ImplSprite()
61OSL_ENSURE( mpTransformArbiter.get(), "ImplSprite::ImplSprite(): Invalid transformation arbiter"); in ImplSprite()
79 OSL_ENSURE( rParentCanvas.is() , "ImplSprite::ImplSprite(): Invalid canvas"); in ImplSprite()
80 OSL_ENSURE( mxGraphicDevice.is(), "ImplSprite::ImplSprite(): Invalid graphic device"); in ImplSprite()
81 OSL_ENSURE( mxSprite.is(), "ImplSprite::ImplSprite(): Invalid sprite"); in ImplSprite()
82OSL_ENSURE( mpTransformArbiter.get(), "ImplSprite::ImplSprite(): Invalid transformation arbiter"); in ImplSprite()
98 OSL_ENSURE( mxSprite.is(), "ImplSprite::setAlpha(): Invalid sprite"); in setAlpha()
106 OSL_ENSURE( mxSprite.is(), "ImplSprite::movePixel(): Invalid sprite"); in movePixel()
[all …]
/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx248 OSL_ENSURE( aUri.isValid(), in notifyDocumentClosed()
308 OSL_ENSURE( aUri.isValid(), in notifyDocumentOpened()
343 OSL_ENSURE( false, "Caught InvalidStorageException!" ); in queryStorage()
347 OSL_ENSURE( false, "Caught IllegalArgumentException!" ); in queryStorage()
356 OSL_ENSURE( false, "Caught embed::StorageWrappedTargetException!" ); in queryStorage()
382 OSL_ENSURE( false, "Caught InvalidStorageException!" ); in queryStorageClone()
386 OSL_ENSURE( false, "Caught IllegalArgumentException!" ); in queryStorageClone()
395 OSL_ENSURE( false, "Caught embed::StorageWrappedTargetException!" ); in queryStorageClone()
416 OSL_ENSURE( false, "Caught InvalidStorageException!" ); in queryInputStream()
420 OSL_ENSURE( false, "Caught IllegalArgumentException!" ); in queryInputStream()
[all …]
H A Dtdoc_docmgr.cxx166 OSL_ENSURE( false, "Caught WrappedTargetException!" ); in getDocumentId()
181 OSL_ENSURE( aId.getLength() > 0, "getDocumentId - Empty id!" ); in getDocumentId()
211 OSL_ENSURE( xModel.is(), "Got no frame::XModel!" ); in notifyEvent()
230 OSL_ENSURE( xDoc.is(), "Got no document::XStorageBasedDocument!" ); in notifyEvent()
234 OSL_ENSURE( xStorage.is(), "Got no document storage!" ); in notifyEvent()
244 OSL_ENSURE( xCloseBroadcaster.is(), in notifyEvent()
251 OSL_ENSURE( m_pDocEventListener, in notifyEvent()
276 OSL_ENSURE( xModel.is(), "Got no frame::XModel!" ); in notifyEvent()
284 OSL_ENSURE( m_pDocEventListener, in notifyEvent()
297 OSL_ENSURE( it != m_aDocs.end(), in notifyEvent()
[all …]
/AOO41X/main/connectivity/source/commontools/
H A Ddbcharset.cxx49OSL_ENSURE( 0 == eFirstEncoding, "OCharsetMap::OCharsetMap: somebody changed the numbers!" ); in lateConstruct()
64OSL_ENSURE( find( RTL_TEXTENCODING_MS_1252 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
65OSL_ENSURE( find( RTL_TEXTENCODING_APPLE_ROMAN ) != end(), "OCharsetMap::lateConstruct: missing co… in lateConstruct()
66OSL_ENSURE( find( RTL_TEXTENCODING_IBM_437 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
67OSL_ENSURE( find( RTL_TEXTENCODING_IBM_850) != end(), "OCharsetMap::lateConstruct: missing compati… in lateConstruct()
68OSL_ENSURE( find( RTL_TEXTENCODING_IBM_860 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
69OSL_ENSURE( find( RTL_TEXTENCODING_IBM_861 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
70OSL_ENSURE( find( RTL_TEXTENCODING_IBM_863 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
71OSL_ENSURE( find( RTL_TEXTENCODING_IBM_865 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
72OSL_ENSURE( find( RTL_TEXTENCODING_IBM_866 ) != end(), "OCharsetMap::lateConstruct: missing compat… in lateConstruct()
[all …]
/AOO41X/main/unotools/source/config/
H A Dconfignode.cxx64 OSL_ENSURE(_rxNode.is(), "OConfigurationNode::OConfigurationNode: invalid node interface!"); in OConfigurationNode()
194 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::getNodeNames: object is invalid!"); in getNodeNames()
208OSL_ENSURE(sal_False, "OConfigurationNode::getNodeNames: caught a generic exception!"); in getNodeNames()
218 OSL_ENSURE(m_xContainerAccess.is(), "OConfigurationNode::removeNode: object is invalid!"); in removeNode()
234 OSL_ENSURE(sal_False, aBuf.getStr()); in removeNode()
239OSL_ENSURE(sal_False, "OConfigurationNode::removeNode: caught a WrappedTargetException!"); in removeNode()
243OSL_ENSURE(sal_False, "OConfigurationNode::removeNode: caught a generic exception!"); in removeNode()
277OSL_ENSURE(xChildFactory.is(), "OConfigurationNode::createNode: object is invalid or read-only!"); in createNode()
304 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::openNode: object is invalid!"); in openNode()
305 OSL_ENSURE(m_xHierarchyAccess.is(), "OConfigurationNode::openNode: object is invalid!"); in openNode()
[all …]
/AOO41X/main/connectivity/source/drivers/file/
H A DFStatement.cxx391 OSL_ENSURE(m_pSQLAnalyzer,"OResultSet::anylizeSQL: Analyzer isn't set!"); in anylizeSQL()
400OSL_ENSURE(SQL_ISRULE(pOrderingSpecCommalist,ordering_spec_commalist),"OResultSet: Fehler im Parse… in anylizeSQL()
405 OSL_ENSURE(SQL_ISRULE(pOrderingSpec,ordering_spec),"OResultSet: Fehler im Parse Tree"); in anylizeSQL()
406 OSL_ENSURE(pOrderingSpec->count() == 2,"OResultSet: Fehler im Parse Tree"); in anylizeSQL()
507 OSL_ENSURE(m_pTable,"No table!"); in construct()
601 OSL_ENSURE(m_pParseTree->count() >= 4,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
604 OSL_ENSURE(pOptColumnCommalist != NULL,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
605OSL_ENSURE(SQL_ISRULE(pOptColumnCommalist,opt_column_commalist),"OResultSet: Fehler im Parse Tree"… in GetAssignValues()
616 OSL_ENSURE(pOptColumnCommalist->count() == 3,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
619 OSL_ENSURE(pColumnCommalist != NULL,"OResultSet: Fehler im Parse Tree"); in GetAssignValues()
[all …]
/AOO41X/main/xmlsecurity/tools/standalone/csfit/
H A Dencrypter.cxx147 OSL_ENSURE( tplElement.is() , in main()
152 OSL_ENSURE( xTplElement.is() , in main()
157 OSL_ENSURE( xTplEleTunnel.is() , in main()
162 OSL_ENSURE( pTplElement != NULL , in main()
171 OSL_ENSURE( tarElement.is() , in main()
176 OSL_ENSURE( xTarElement.is() , in main()
181 OSL_ENSURE( xTarEleTunnel.is() , in main()
186 OSL_ENSURE( pTarElement != NULL , in main()
196 OSL_ENSURE( enctpl.is() , in main()
201 OSL_ENSURE( xTemplate.is() , in main()
[all …]
/AOO41X/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx153 OSL_ENSURE( tplElement.is() , in main()
158 OSL_ENSURE( xTplElement.is() , in main()
163 OSL_ENSURE( xTplEleTunnel.is() , in main()
168 OSL_ENSURE( pTplElement != NULL , in main()
177 OSL_ENSURE( tarElement.is() , in main()
182 OSL_ENSURE( xTarElement.is() , in main()
187 OSL_ENSURE( xTarEleTunnel.is() , in main()
192 OSL_ENSURE( pTarElement != NULL , in main()
202 OSL_ENSURE( enctpl.is() , in main()
207 OSL_ENSURE( xTemplate.is() , in main()
[all …]
/AOO41X/main/dbaccess/source/ui/app/
H A DAppView.cxx426 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getQualifiedName()
432 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isLeaf()
438 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isALeafSelected()
444 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in selectAll()
450 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isSortUp()
456 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortDown()
462 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortUp()
468 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isFilled()
474 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in getElementType()
480 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getSelectionCount()
[all …]
/AOO41X/main/oox/source/ole/
H A Dvbaproject.cxx93 OSL_ENSURE( rxContext.is(), "VbaFilterConfig::VbaFilterConfig - missing component context" ); in VbaFilterConfig()
96OSL_ENSURE( rConfigCompName.getLength() > 0, "VbaFilterConfig::VbaFilterConfig - invalid configura… in VbaFilterConfig()
104OSL_ENSURE( mxConfigAccess.is(), "VbaFilterConfig::VbaFilterConfig - cannot open configuration" ); in VbaFilterConfig()
131OSL_ENSURE( maMacroName.getLength() > 0, "VbaMacroAttacherBase::VbaMacroAttacherBase - empty macro… in VbaMacroAttacherBase()
158 OSL_ENSURE( mxContext.is(), "VbaProject::VbaProject - missing component context" ); in VbaProject()
159 OSL_ENSURE( mxDocModel.is(), "VbaProject::VbaProject - missing document model" ); in VbaProject()
183OSL_ENSURE( rxAttacher.get(), "VbaProject::registerMacroAttacher - unexpected empty reference" ); in registerMacroAttacher()
211 OSL_ENSURE( rName.getLength() > 0, "VbaProject::addDummyModule - missing module name" ); in addDummyModule()
245OSL_ENSURE( !bCreateMissing || xLibrary.is(), "VbaProject::openLibrary - cannot create library" ); in openLibrary()
266 OSL_ENSURE( xVbaStrg.get(), "VbaProject::importVba - cannot open 'VBA' substorage" ); in importVba()
[all …]
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx62 OSL_ENSURE(0,"Exception in odbc catched"); \
106 OSL_ENSURE(!m_aStatementHandle,"Sohould ne null here!"); in ~OStatement_Base()
125 OSL_ENSURE(m_aStatementHandle,"OStatement_BASE2::disposing: StatementHandle is null!"); in disposing()
132 OSL_ENSURE(!m_aStatementHandle,"Sohould ne null here!"); in disposing()
176OSL_ENSURE( m_pConnection && m_pConnection->isAutoRetrievingEnabled(),"Illegal call here. isAutoRe… in getGeneratedValues()
196 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in cancel()
297 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in lockIfNecessary()
339 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getColumnCount()
373 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in execute()
428 OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!"); in getResultSet()
[all …]
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx374OSL_ENSURE( false, "OSQLParseTreeIterator::impl_locateRecordSource: no object name at all?" ); in impl_locateRecordSource()
454OSL_ENSURE(pTableName != NULL,"OSQLParseTreeIterator::traverseOneTableName: pTableName == NULL"); in traverseOneTableName()
502OSL_ENSURE(i_pJoinCondition->count() == 3,"OQueryDesignView::InsertJoinConnection: Fehler im Parse… in impl_fillJoinConditions()
595 OSL_ENSURE( pSubQuery->count() == 3, "sub queries should have 3 children!" ); in getTableNode()
603OSL_ENSURE( false, "OSQLParseTreeIterator::getTableNode: subquery which is no select_statement: no… in getTableNode()
612 OSL_ENSURE( false, "OSQLParseTreeIterator::getTableNode: unhandled case!" ); in getTableNode()
629 OSL_ENSURE(pTableRefCommalist != NULL,"OSQLParseTreeIterator: error in parse tree!"); in getSelect_statement()
630OSL_ENSURE(SQL_ISRULE(pTableRefCommalist,table_ref_commalist),"OSQLParseTreeIterator: error in par… in getSelect_statement()
713 OSL_ENSURE(SQL_ISRULE(_pDerivedColumn,derived_column),"No derived column!"); in getColumnAlias()
827 OSL_ENSURE(xColumn.is(),"Column isn't a propertyset!"); in getColumnTableRange()
[all …]

12345678910>>...78