Home
last modified time | relevance | path

Searched refs:nCase (Results 1 – 9 of 9) sorted by relevance

/trunk/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx427 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 Daccessiblelistboxentry.cxx423 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 Dsvdetc.cxx751 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 Dinterpr5.cxx2301 nCase = 3; // Y is row in CheckMatrix()
2318 nCase = 1; in CheckMatrix()
2396 sal_uInt8 nCase; in CalulateRGPRKP() local
2457 if (nCase==1) in CalulateRGPRKP()
2541 if (nCase ==2) // Y is column in CalulateRGPRKP()
2929 sal_uInt8 nCase; in CalculateTrendGrowth() local
2960 if ((nCase == 2 && K != nCXN) || (nCase == 3 && K != nRXN)) in CalculateTrendGrowth()
2974 if (nCase == 1) in CalculateTrendGrowth()
2978 if (nCase==2) in CalculateTrendGrowth()
3010 if (nCase==1) in CalculateTrendGrowth()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx244 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 Db3dpolygontools.cxx149 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 Doptinet2.cxx1007 …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 DFDatabaseMetaData.cxx260 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 Dinterpre.hxx727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…

Completed in 102 milliseconds