Searched refs:Pos2 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 45 sal_uInt8 Pos2; member 48 ReleaseNote(sal_uInt8 pos, const rtl::OUString aURL) : Pos(pos), URL(aURL), Pos2(0), URL2() {}; in ReleaseNote() 49 …g aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL), Pos2(pos2), URL2(aURL2) … in ReleaseNote() 51 ReleaseNote(const ReleaseNote& rn) :Pos(rn.Pos), URL(rn.URL), Pos2(rn.Pos2), URL2(rn.URL2) {}; in ReleaseNote() 52 …ReleaseNote & operator=( const ReleaseNote& rn) { Pos=rn.Pos; URL=rn.URL; Pos2=rn.Pos2; URL2=rn.UR… in operator =()
|
H A D | updatecheck.cxx | 99 … else if( (pos == iter->Pos2) && ((1 == iter->Pos) || (2 == iter->Pos)) && autoDownloadEnabled ) in getReleaseNote() 1346 iter2->Pos = iter2->Pos2; in setUpdateInfo() 1347 iter2->Pos2 = 0; in setUpdateInfo()
|
H A D | updateprotocol.cxx | 224 aRelNote.Pos2 = (sal_Int8) pos; in checkForUpdates()
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 214 SWAPPOINT(rStrk.Pos2); in operator >>() 226 SWAPPOINT(rRect.Pos2); in operator >>() 277 SWAPPOINT(rText.Pos2); in operator >>() 297 SWAPPOINT(rBmap.Pos2); in operator >>() 445 rOut.DrawLine(Point(Pos1.x,Pos1.y),Point(Pos2.x,Pos2.y)); // !!! in Draw() 565 rOut.DrawRect(Rectangle(Pos1.x,Pos1.y,Pos2.x,Pos2.y),Radius,Radius); in Draw() 567 DrawSlideRect(Pos1.x,Pos1.y,Pos2.x,Pos2.y,F,rOut); in Draw() 571 rOut.DrawRect(Rectangle(Pos1.x,Pos1.y,Pos2.x,Pos2.y)); in Draw() 582 aPts[2]=Point(Pos2.x,Pos2.y); in Draw() 819 aGrf.Draw(&rOut,Point(Pos1.x,Pos1.y),Size(Pos2.x-Pos1.x,Pos2.y-Pos1.y)); in Draw() [all …]
|
H A D | sgvtext.cxx | 1087 ySize=Pos2.y-Pos1.y; in Draw() 1089 xSAdj=Pos2.x-Pos1.x; // zum Ausrichten bei Zentriert/Blocksatz in Draw() 1091 …FitXMul=sal::static_int_cast< sal_uInt16 >(abs(Pos2.x-Pos1.x)); FitXDiv=FitSize.x; if (FitXDiv==0)… in Draw() 1092 …FitYMul=sal::static_int_cast< sal_uInt16 >(abs(Pos2.y-Pos1.y)); FitYDiv=FitSize.y; if (FitYDiv==0)… in Draw() 1094 xSize=Pos2.x-Pos1.x; in Draw() 1096 ySize=Pos2.y-Pos1.y; in Draw()
|
/aoo4110/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 157 PointType Pos2; // Endpunkt member in StrkType 171 PointType Pos2; // R-Ecke member in RectType 242 PointType Pos2; // (untenRechts) member in TextType 271 PointType Pos2; member in BmapType
|
Completed in 38 milliseconds