Searched refs:nCase (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/accessibility/source/extended/ |
| H A D | accessiblelistbox.cxx | 427 sal_Int32 nCase = 0; in getRoleType() local 433 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()
|
| H A D | accessiblelistboxentry.cxx | 423 sal_Int32 nCase = 0; in getRoleType() local 429 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()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdetc.cxx | 751 unsigned nCase=0; in RemoveWhichRange() local 752 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()
|
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 2220 bool ScInterpreter::CheckMatrix(bool _bLOG, sal_uInt8& nCase, SCSIZE& nCX, in CheckMatrix() argument 2271 nCase = 1; // simple regression in CheckMatrix() 2289 nCase = 2; // Y is column in CheckMatrix() 2301 nCase = 3; // Y is row in CheckMatrix() 2318 nCase = 1; in CheckMatrix() 2396 sal_uInt8 nCase; in CalulateRGPRKP() local 2401 if ( !CheckMatrix(_bRKP,nCase,nCX,nCY,nRX,nRY,K,N,pMatX,pMatY) ) in CalulateRGPRKP() 2457 if (nCase==1) in CalulateRGPRKP() 2541 if (nCase ==2) // Y is column in CalulateRGPRKP() 2929 sal_uInt8 nCase; in CalculateTrendGrowth() local [all …]
|
| /trunk/main/svtools/source/contnr/ |
| H A D | svtreebx.cxx | 244 int nCase = NO_BUTTONS; in SetTabs() local 248 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() local 2506 nCase = NODE_BUTTONS; in GetTextOffset() 2511 nCase = NODE_AND_CHECK_BUTTONS; in GetTextOffset() 2513 nCase = CHECK_BUTTONS; in GetTextOffset() 2516 switch( nCase ) in GetTextOffset()
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b3dpolygontools.cxx | 149 sal_uInt16 nCase(3); // default: ignore z in getSignedArea() local 155 nCase = 1; // ignore x in getSignedArea() 160 nCase = 2; // ignore y in getSignedArea() 169 switch(nCase) in getSignedArea() 189 switch(nCase) in getSignedArea()
|
| /trunk/main/cui/source/options/ |
| H A D | optinet2.cxx | 1007 …sal_Int32 nCase = bAnd ? pData->nAndCaseMatch : bOr ? pData->nOrCaseMatch : pData->nExactCaseMatch; in IMPL_LINK() local 1008 aCaseED.SelectEntryPos( (sal_uInt16)nCase ); in IMPL_LINK() 1084 …sal_Int32 nCase = bAnd ? aCurrentSrchData.nAndCaseMatch : bOr ? aCurrentSrchData.nOrCaseMatch : aC… in IMPL_LINK() local 1085 aCaseED.SelectEntryPos( (sal_uInt16)nCase ); in IMPL_LINK()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FDatabaseMetaData.cxx | 260 … sal_Int16 nCase = isCaseSensitiveParentFolder( m_pConnection->getURL(), aURL.getName() ); in getTables() local 261 switch( nCase ) in getTables()
|
| /trunk/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
|