Lines Matching refs:nCurrent
1300 sal_Int32 nCurrent = 0; in setNetWMState() local
1307 nCurrent = getCurrentWorkArea(); in setNetWMState()
1308 if( nCurrent < 0 ) in setNetWMState()
1309 nCurrent = 0; in setNetWMState()
1311 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setNetWMState()
1390 sal_Int32 nCurrent = 0; in setGnomeWMState() local
1397 nCurrent = getCurrentWorkArea(); in setGnomeWMState()
1398 if( nCurrent < 0 ) in setGnomeWMState()
1399 nCurrent = 0; in setGnomeWMState()
1401 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setGnomeWMState()
2294 int nCurrent = -1; in getCurrentWorkArea() local
2316 nCurrent = int(*(sal_Int32*)pProperty); in getCurrentWorkArea()
2325 return nCurrent; in getCurrentWorkArea()
2333 int nCurrent = -1; in getWindowWorkArea() local
2355 nCurrent = int(*(sal_Int32*)pProperty); in getWindowWorkArea()
2364 return nCurrent; in getWindowWorkArea()