Home
last modified time | relevance | path

Searched refs:ENSURE_OR_BREAK (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx206ENSURE_OR_BREAK( rowHeaderWidth > 0, "SVTXGridControl::setProperty: illegal row header width!" ); in setProperty()
224ENSURE_OR_BREAK( columnHeaderHeight > 0, "SVTXGridControl::setProperty: illegal column header heig… in setProperty()
235ENSURE_OR_BREAK( pGridRenderer != NULL, "SVTXGridControl::setProperty(UseGridLines): invalid rende… in setProperty()
255 ENSURE_OR_BREAK( rowHeight > 0, "SVTXGridControl::setProperty: illegal row height!" ); in setProperty()
519ENSURE_OR_BREAK( pGridRenderer != NULL, "SVTXGridControl::getProperty(UseGridLines): invalid rende… in getProperty()
/aoo41x/main/basctl/source/basicide/
H A Dbasobj2.cxx304 ENSURE_OR_BREAK( pModule, "BasicIDE::ChooseMacro: No Module found!" ); in ChooseMacro()
307 ENSURE_OR_BREAK( pBasic, "BasicIDE::ChooseMacro: No Basic found!" ); in ChooseMacro()
310 ENSURE_OR_BREAK( pBasMgr, "BasicIDE::ChooseMacro: No BasicManager found!" ); in ChooseMacro()
/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx358 ENSURE_OR_BREAK( sURL.match( sRootURL, 0 ), "illegal URL structure - no root" ); in getParentURL()
363ENSURE_OR_BREAK( sRelativeURL.match( sSeparatedExtensionId ), "illegal URL structure - no extensio… in getParentURL()
367ENSURE_OR_BREAK( sRelativeURL.getLength(), "illegal URL structure - ExtensionContent should have a… in getParentURL()
/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx569ENSURE_OR_BREAK( first != NULL, "OElementImport::handleAttribute: invalid property description!" ); in tryGenericAttribute()
571ENSURE_OR_BREAK( handler.get() != NULL, "OElementImport::handleAttribute: invalid property handler… in tryGenericAttribute()
889ENSURE_OR_BREAK( pValueProperty, "OControlImport::StartElement: illegal value property names!" ); in StartElement()
892 ENSURE_OR_BREAK((PROPID_VALUE != aValueProps->Handle) || pValueProperty, in StartElement()
894 ENSURE_OR_BREAK((PROPID_CURRENT_VALUE != aValueProps->Handle) || pCurrentValueProperty, in StartElement()
912ENSURE_OR_BREAK( pMinValueProperty && pMaxValueProperty, "OControlImport::StartElement: illegal va… in StartElement()
/aoo41x/main/tools/inc/tools/
H A Ddiagnose_ex.h164 #define ENSURE_OR_BREAK( c, m ) \ macro
/aoo41x/main/svx/source/form/
H A Dfmpgeimp.cxx204ENSURE_OR_BREAK( bForeignIsForm == bOwnIsForm, "FmFormPageImpl::FmFormPageImpl: inconsistent order… in initFrom()
/aoo41x/main/svtools/source/contnr/
H A Dsvtreebx.cxx2449 ENSURE_OR_BREAK( pEntry, "SvTreeListBox::ModelNotification: invalid entry!" ); in ModelNotification()

Completed in 169 milliseconds