Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 13 of 13) sorted by path

/trunk/main/autodoc/source/cosv/unittest/
H A Dut.hxx28 #define UT_CHECK( fname, cond ) \ argument
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx150 ConditionAttr & cond() in cond() function in oox::drawingml::ConditionAtom
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx77 #define OOX_ENSURE_RECORDSIZE( cond ) OSL_ENSURE( cond, "VbaModule::importDirRecords - invalid reco… in importDirRecords() argument
H A Dvbaproject.cxx301 #define OOX_ENSURE_RECORDSIZE( cond ) OSL_ENSURE( cond, "VbaProject::importVba - invalid record siz… in importVba() argument
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx134 for ( Conditions::const_iterator cond = m_aConditions.begin(); in impl_updateConditionIndicies() local
338 for ( Conditions::const_iterator cond = m_aConditions.begin(); in impl_layoutConditions() local
469 for ( Conditions::const_iterator cond = m_aConditions.begin(); in Execute() local
577 for ( Conditions::const_iterator cond = m_aConditions.begin(); in impl_getFocusedConditionIndex() local
/trunk/main/sal/osl/os2/
H A Dfile_url.h53 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) argument
55 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) argument
/trunk/main/sal/osl/w32/
H A Dfile_error.h38 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) argument
40 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) argument
H A Dfile_url.cxx43 #define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) ) argument
45 #define OSL_ENSURE_FILE( cond, msg, file ) ((void)0) argument
/trunk/main/sal/qa/osl/thread/
H A Dtest_thread.cxx41 explicit Thread(osl::Condition & cond): m_cond(cond) {} in Thread()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx319 const bool cond, T const & arg1, T const & arg2 ) in ternary_op()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx331 #define DBG_FRAME_CHECK( cond, funcname, error ) DBG_ASSERT( cond, "svx::frame::Array::" fun… argument
/trunk/main/sw/inc/
H A Derrhdl.hxx43 #define ASSERT( cond, message ) \ argument
54 #define ASSERT_ID( cond, id ) \ argument
66 #define ASSERT( cond, message ) ; argument
67 #define ASSERT_ID( cond, id ) ; argument
/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx286 #define CHECK_ERR(cond, text) \ argument

Completed in 61 milliseconds