Searched defs:nFunc (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sw/source/core/inc/ |
H A D | dbg_lay.hxx | 78 static sal_Bool Record( sal_uLong nFunc ) { return 0 != (( nFunc | PROT_INIT ) & nRecord); } in Record() 92 SwEnterLeave( const SwFrm* pFrm, sal_uLong nFunc, sal_uLong nAct, void* pPar ) in SwEnterLeave() 97 #define PROTOCOL( pFrm, nFunc, nAct, pPar ) { if( SwProtocol::Record( nFunc ) )\ argument 101 #define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar ) SwEnterLeave aEnter( pFrm, nFunc, nAct, pPar ); argument 107 #define PROTOCOL( pFrm, nFunc, nAct, pPar ) argument 110 #define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar ) argument
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | funcpage.cxx | 219 void FuncPage::SetFunction(sal_uInt16 nFunc) in SetFunction()
|
H A D | formula.cxx | 1067 sal_uInt16 nFunc = pFuncPage->GetFunction(); in UpdateFunctionDesc() local 1106 sal_uInt16 nFunc = pFuncPage->GetFunction(); in IMPL_LINK() local 1720 sal_uInt16 nFunc = pFuncPage->GetFunction(); in IMPL_LINK() local
|
/aoo41x/main/sfx2/source/control/ |
H A D | msgpool.cxx | 137 for ( sal_uInt16 nFunc = 0; nFunc < rInterface.Count(); ++nFunc ) in RegisterInterface() local
|
/aoo41x/main/sw/source/core/layout/ |
H A D | dbg_lay.cxx | 796 void SwEnterLeave::Ctor( const SwFrm* pFrm, sal_uLong nFunc, sal_uLong nAct, void* pPar ) in Ctor()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 460 GeneralFunction nFunc = static_cast<GeneralFunction>(pDim->GetSubTotalFunc(nSubTotal)); in WriteSubTotals() local
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 2171 sal_uInt16 nFunc = sal::static_int_cast<sal_uInt16>( eNewFunc ); in setFunction() local 2218 sal_uInt16 nFunc = sal::static_int_cast<sal_uInt16>( rSubtotals[ 0 ] ); in setSubtotals() local 2232 sal_uInt16 nFunc = static_cast< sal_uInt16 >( eFunc ); in setSubtotals() local
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 155 void WMFReader::ReadRecordParams( sal_uInt16 nFunc ) in ReadRecordParams()
|
/aoo41x/main/sc/source/core/data/ |
H A D | global.cxx | 1378 for (long nFunc=0; nFunc<nUnoCount; nFunc++) in ScFunctionList() local
|
H A D | dpobject.cxx | 1194 for ( sal_Int32 nFunc=0; nFunc<nFuncCount && !bFound; nFunc++ ) in lcl_ParseFunction() local
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 1306 sal_Bool ScUnoAddInCollection::FillFunctionDesc( long nFunc, ScFuncDesc& rDesc ) in FillFunctionDesc()
|
H A D | interpr1.cxx | 6347 int nFunc = (int) ::rtl::math::approxFloor( GetDouble() ); in ScSubTotal() local
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 273 sal_uInt16 nFlg, sal_uInt16 nFunc, sal_Bool bSkip, sal_Bool bLink ) in ScUndoFillTable()
|
Completed in 155 milliseconds