Home
last modified time | relevance | path

Searched refs:cs (Results 26 – 50 of 142) sorted by relevance

123456

/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx1493 void SdrObject::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
1498 if (sn==1.0 && cs==0.0) { // 90deg in NbcRotate()
1503 } else if (sn==0.0 && cs==-1.0) { // 180deg in NbcRotate()
1508 } else if (sn==-1.0 && cs==0.0) { // 270deg in NbcRotate()
1517 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate()
1583 void SdrObject::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument
1588 NbcRotate(rRef,nWink,sn,cs); in Rotate()
2381 void SdrObject::NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs) in NbcRotateGluePoints() argument
2388 pGPL->Rotate(rRef,nWink,sn,cs,this); in NbcRotateGluePoints()
H A Dsvdorect.cxx503 void SdrRectObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
505 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdomeas.cxx1042 void SdrMeasureObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
1044 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
1046 RotatePoint(aPt1,rRef,sn,cs); in NbcRotate()
1047 RotatePoint(aPt2,rRef,sn,cs); in NbcRotate()
/aoo41x/main/setup_native/source/packinfo/
H A Dspellchecker_selection.txt35 cs = "cs,en-US"
H A Dpackinfo_office.txt552 solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME-dict-cs"
554 packagename = "%UNIXPACKAGENAME-dict-cs"
555 linuxreplaces = "ooobasis3.0-dict-cs,ooobasis3.1-dict-cs,ooobasis3.2-dict-cs,ooobasis3.3-dict-cs,oo…
/aoo41x/main/sw/inc/
H A Ddcontact.hxx332 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
337 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A Dcodes_broo.txt33 cs = "{8DDBA77B-86FB-4AFC-A9CE-7960585108E3}"
67 cs = "{C16BE41C-1534-47E2-9D6F-EE3F45EFB075}"
H A Dcodes.txt33 cs = "{7C4C496A-2087-4AE3-8620-84FFD736F2BF}"
70 cs = "{DBA607B3-0805-4A18-A45D-769C70D90AB7}"
H A Dcodes_ooodev.txt33 cs = "{5D1302FC-B4AE-4BEC-8E4F-EFAC1C8C0D57}"
70 cs = "{842F16E3-E4FA-4B23-AFA0-4DF9DE8CA4F8}"
/aoo41x/main/svtools/source/inc/
H A Dsgvmain.hxx308 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
309 void RotatePoint(Point& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
/aoo41x/main/svx/inc/svx/
H A Dsvdobj.hxx776 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
782 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
939 void NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdorect.hxx117 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
/aoo41x/main/svtools/source/filter/
H A Dsgvtext.cxx1053 double sn,cs; in Draw() local
1079 cs=1.0; in Draw()
1082 cs=cos(double(DrehWink)*3.14159265359/18000); in Draw()
1105 FormatLine(Buf,Index2,T,T2,xSize,xSAdj,xLine,l,sn,cs,cLine,LineFit); in Draw()
1141 if (DrehWink!=0) RotatePoint(Pos,Pos1.x,Pos1.y,sn,cs); in Draw()
/aoo41x/main/sw/source/core/draw/
H A Ddcontact.cxx2626 void SwDrawVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
2628 rRefObj.NbcRotate(rRef - GetOffset(), nWink, sn, cs); in NbcRotate()
2664 void SwDrawVirtObj::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument
2669 rRefObj.Rotate(rRef - GetOffset(), nWink, sn, cs); in Rotate()
/aoo41x/main/cli_ure/workbench/dynload/
H A Dmakefile.mk42 dynload.cs
/aoo41x/main/extensions/qa/integration/extensions/
H A Dmakefile.mk62 RUNNER_ARGS = org.openoffice.Runner -TestBase java_complex -cs $(RUNNER_CONNECTION_STRING)
/aoo41x/main/helpcontent2/source/auxiliary/cs/
H A Dscalc.cfg25 Language=cs
H A Dsdraw.cfg25 Language=cs
H A Dsimpress.cfg25 Language=cs
H A Dsmath.cfg25 Language=cs
H A Dswriter.cfg25 Language=cs
H A Dsbasic.cfg25 Language=cs
H A Dschart.cfg25 Language=cs
H A Dsdatabase.cfg25 Language=cs
/aoo41x/main/solenv/inc/
H A Dlanglist.mk42 cs \

Completed in 161 milliseconds

123456