Searched refs:nCase (Results 1 – 9 of 9) sorted by relevance
427 sal_Int32 nCase = 0; in getRoleType() local433 nCase = 1; in getRoleType()434 return nCase; in getRoleType()442 nCase = 1; in getRoleType()447 nCase = 2; in getRoleType()449 nCase = 3; in getRoleType()451 return nCase; in getRoleType()
423 sal_Int32 nCase = 0; in getRoleType() local429 nCase = 1; in getRoleType()430 return nCase; in getRoleType()438 nCase = 1; in getRoleType()443 nCase = 2; in getRoleType()445 nCase = 3; in getRoleType()447 return nCase; in getRoleType()
751 unsigned nCase=0; in RemoveWhichRange() local752 if (nEnd<nRangeBeg) nCase=1; in RemoveWhichRange()753 else if (nBeg>nRangeEnd) nCase=2; in RemoveWhichRange()754 else if (nBeg>=nRangeBeg && nEnd<=nRangeEnd) nCase=3; in RemoveWhichRange()755 else if (nEnd<=nRangeEnd) nCase=4; in RemoveWhichRange()756 else if (nBeg>=nRangeBeg) nCase=5; in RemoveWhichRange()757 else nCase=6; in RemoveWhichRange()758 switch (nCase) { in RemoveWhichRange()
2302 nCase = 3; // Y is row in CheckMatrix()2319 nCase = 1; in CheckMatrix()2397 sal_uInt8 nCase; in CalulateRGPRKP() local2458 if (nCase==1) in CalulateRGPRKP()2542 if (nCase ==2) // Y is column in CalulateRGPRKP()2930 sal_uInt8 nCase; in CalculateTrendGrowth() local2961 if ((nCase == 2 && K != nCXN) || (nCase == 3 && K != nRXN)) in CalculateTrendGrowth()2975 if (nCase == 1) in CalculateTrendGrowth()2979 if (nCase==2) in CalculateTrendGrowth()3011 if (nCase==1) in CalculateTrendGrowth()[all …]
244 int nCase = NO_BUTTONS; in SetTabs() local248 nCase = NODE_BUTTONS; in SetTabs()253 nCase = NODE_AND_CHECK_BUTTONS; in SetTabs()255 nCase = CHECK_BUTTONS; in SetTabs()258 switch( nCase ) in SetTabs()2502 int nCase = NO_BUTTONS; in GetTextOffset() local2506 nCase = NODE_BUTTONS; in GetTextOffset()2511 nCase = NODE_AND_CHECK_BUTTONS; in GetTextOffset()2513 nCase = CHECK_BUTTONS; in GetTextOffset()2516 switch( nCase ) in GetTextOffset()
149 sal_uInt16 nCase(3); // default: ignore z in getSignedArea() local155 nCase = 1; // ignore x in getSignedArea()160 nCase = 2; // ignore y in getSignedArea()169 switch(nCase) in getSignedArea()189 switch(nCase) in getSignedArea()
1007 …sal_Int32 nCase = bAnd ? pData->nAndCaseMatch : bOr ? pData->nOrCaseMatch : pData->nExactCaseMatch; in IMPL_LINK() local1008 aCaseED.SelectEntryPos( (sal_uInt16)nCase ); in IMPL_LINK()1084 …sal_Int32 nCase = bAnd ? aCurrentSrchData.nAndCaseMatch : bOr ? aCurrentSrchData.nOrCaseMatch : aC… in IMPL_LINK() local1085 aCaseED.SelectEntryPos( (sal_uInt16)nCase ); in IMPL_LINK()
260 sal_Int16 nCase = isCaseSensitiveParentFolder( m_pConnection->getURL(), aURL.getName() ); in getTables() local261 switch( nCase ) in getTables()
705 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
Completed in 88 milliseconds