Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 21 of 21) sorted by path

/trunk/main/autodoc/source/cosv/unittest/
H A Dut.hxx28 #define UT_CHECK( fname, cond ) \ argument
29 if ( NOT (cond) ) { std::cerr << "ftest_" << #fname << " " << #cond << endl; \
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx150 ConditionAttr & cond() in cond() function in oox::drawingml::ConditionAtom
/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext()
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini2118 0x00000080=eval-cond-formats
H A Dxlsbdumper.ini1066 0x02=eval-cond-formats
/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/oox/source/ppt/
H A Dconditioncontext.cxx51 : TimeNodeContext( rParent, PPT_TOKEN( cond ), xAttribs, pNode ) in CondContext()
191 case PPT_TOKEN( cond ): in createFastChildContext()
/trunk/main/oox/source/token/
H A Dtokens.txt1287 cond
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx135 cond != m_aConditions.end(); in impl_updateConditionIndicies()
136 ++cond, ++nIndex in impl_updateConditionIndicies()
339 cond != m_aConditions.end(); in impl_layoutConditions()
340 ++cond in impl_layoutConditions()
470 cond != m_aConditions.end(); in Execute()
471 ++cond, ++i in Execute()
475 (*cond)->fillFormatCondition( xCond ); in Execute()
477 if ( (*cond)->isEmpty() ) in Execute()
578 cond != m_aConditions.end(); in impl_getFocusedConditionIndex()
579 ++cond, ++nIndex in impl_getFocusedConditionIndex()
[all …]
/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() argument
/trunk/main/scp2/inc/
H A Dmacros.inc384 #define REGISTRY_ENTRY_OPEN_WITH(name,cond,doc_type,modid,key) \
385 RegistryItem gid_Regitem_OpenOffice_##cond##_OpenWith_##doc_type \
393 #define REGISTRY_ENTRY_OPEN_WITH_TMPL(name,cond,doc_type,modid,key) \
394 RegistryItem gid_Regitem_OpenOffice_##cond##_OpenWith_##doc_type \
402 #define CONDITIONAL_REGISTRY_ENTRY_EXT(name,cond,key) \
408 ComponentCondition = STRING(CONCAT3(REGISTER_,cond,=1)); \
493 #define CONDITIONAL_REGISTER_DOC_EXTENSION(name,modid,key,cond,disp_name,icon_id,app,default,doc_ty…
495 REGISTRY_ENTRY_OPEN_WITH(name,cond,doc_type,modid,key) \
496 CONDITIONAL_REGISTRY_ENTRY_EXT(name,cond,key) \
508 REGISTRY_ENTRY_OPEN_WITH_TMPL(name,cond,doc_type,modid,key) \
[all …]
/trunk/main/scp2/source/writer/
H A Dregistryitem_writer.scp1458 // CONDITIONAL_REGISTER_DOC_EXTENSION(name,modid, key, cond, disp_name, ico…
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1112 final boolean cond = eq(a, b); in eq()
1113 if (!cond) return false; in eq()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx319 const bool cond, T const & arg1, T const & arg2 ) in ternary_op() argument
321 if (cond) 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
44 if( !(cond) ) { \
54 #define ASSERT_ID( cond, id ) \ argument
55 if( !(cond) ) { \
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
287 if(!(cond)) \

Completed in 165 milliseconds