Searched refs:aSingle (Results 1 – 4 of 4) sorted by relevance
75 OStoreIndirectionPageObject aSingle; in store_truncate_Impl() local76 storeError eErrCode = rBIOS.loadObjectAt (aSingle, nAddr); in store_truncate_Impl()80 eErrCode = aSingle.truncate (nSingle, rBIOS); in store_truncate_Impl()263 OStoreIndirectionPageObject aSingle; in read() local264 storeError eErrCode = rBIOS.loadObjectAt (aSingle, nAddr); in read()269 return aSingle.read (nSingle, rData, rBIOS); in read()361 OStoreIndirectionPageObject aSingle; in write() local362 storeError eErrCode = aSingle.loadOrCreate (store::ntohl(rPage.m_pData[nDouble]), rBIOS); in write()367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write()375 return aSingle.write (nSingle, rData, rBIOS); in write()[all …]
454 ScRange aSingle( rCursor ); in GetSelectionFunction() local456 rMark.GetMarkArea(aSingle); in GetSelectionFunction()458 SCCOL nStartCol = aSingle.aStart.Col(); in GetSelectionFunction()459 SCROW nStartRow = aSingle.aStart.Row(); in GetSelectionFunction()460 SCCOL nEndCol = aSingle.aEnd.Col(); in GetSelectionFunction()461 SCROW nEndRow = aSingle.aEnd.Row(); in GetSelectionFunction()
208 const basegfx::B2DPolygon aSingle(aHairLinePolyPolygon.getB2DPolygon(a)); in tryDrawPolygonStrokePrimitive2DDirect() local210 if(aSingle.count()) in tryDrawPolygonStrokePrimitive2DDirect()215 aSingle, in tryDrawPolygonStrokePrimitive2DDirect()
2250 String aSingle = aAddr; in MouseButtonUp() local2252 aAddr.Append( aSingle ); in MouseButtonUp()