Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 25 of 154) sorted by last modified time

1234567

/trunk/main/oox/source/token/
H A Dtokens.txt1405 cs
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf13419 helpcontent2 source\text\scalc\01\04060112.xhp 0 help par_id3147086 100 0 kid cs[8b5‖Table number…
13759 helpcontent2 source\text\scalc\01\04060109.xhp 0 help hd_id3153905 215 0 kid jrc=cs‖SHEET 2013…
26782 helpcontent2 source\text\shared\01\02110000.xhp 0 help par_id3159233 6 0 kid cs]so3‖Toggle 201…
29411 helpcontent2 source\text\shared\01\01010304.xhp 0 help hd_id3153146 9 0 kid +v9=cs‖Country 201…
33258 helpcontent2 source\text\shared\autopi\01050300.xhp 0 help hd_id3148946 18 0 kid njy=cs‖Show logo…
39869 helpcontent2 source\text\shared\optionen\javaparameters.xhp 0 help par_idN1058C 0 kid 0cs[g-‖Ass…
42478 helpcontent2 source\text\simpress\04\01020000.xhp 0 help hd_id3150962 35 0 kid tp4-cs‖Shortcut Ke…
49844 helpcontent2 source\text\swriter\guide\finding.xhp 0 help tit 0 kid cs]ot3‖Finding and Replacing…
52706 …terScreen.PresenterScreenSettings.HelpView.HelpStrings.p Right 0 kid pa-]cs‖ 20130829 23:02:…
63308 sdext source\minimizer\minimizer.src 0 string STR_IMAGE_RESOLUTION_2 0 kid ru=3cs‖150;150 DPI (p…
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf22198 …ing current PostScript conversion software such as Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/main/setup_native/source/packinfo/
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…
/trunk/main/svx/source/svdraw/
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()
H A Dsvdopath.cxx331 double cs=cos(nTmpAngle*nPi180); in CalcCircle() local
332 double nR=(double)GetLen(Point(dx,dy))/cs/2; in CalcCircle()
464 double cs=cos(a); in CalcRect() local
467 x+=Round(nGKathLen*cs); in CalcRect()
2375 void SdrPathObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
2382 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdoashp.cxx1902 void SdrObjCustomShape::NbcRotate( const Point& rRef, long nWink, double sn, double cs ) in NbcRotate() argument
1943 SdrTextObj::NbcRotate( rRef, nWink, sn, cs ); // applying text rotation in NbcRotate()
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 Dsvdograf.cxx1044 void SdrGrafObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
1046 SdrRectObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdglue.cxx178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate() argument
181 RotatePoint(aPt,rRef,sn,cs); in Rotate()
375 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate() argument
379 GetObject(nNum)->Rotate(rRef,nWink,sn,cs,pObj); in Rotate()
H A Dsvdoedge.cxx2277 void SdrEdgeObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
2283 SdrTextObj::NbcRotate(rRef, nWink, sn, cs); in NbcRotate()
2284 RotateXPoly(*pEdgeTrack, rRef, sn, cs); in NbcRotate()
2294 RotatePoint((*pEdgeTrack)[0],rRef,sn,cs); in NbcRotate()
2301 RotatePoint((*pEdgeTrack)[sal_uInt16(nPntAnz-1)],rRef,sn,cs); in NbcRotate()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx768 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
774 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
931 void NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdglue.hxx106 void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pObj);
136 …void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* p…
H A Dsvdomeas.hxx125 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdotext.hxx462 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
/trunk/main/
H A Dconfigure.ac803 Usage: --with-lang="es sw tu cs sk"
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf36225 …ing current PostScript conversion software such as Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx649 void E3dScene::RotateScene (const Point& rRef, long /*nWink*/, double sn, double cs) in RotateScene() argument
670 if (sn==1.0 && cs==0.0) { // 90deg in RotateScene()
673 } else if (sn==0.0 && cs==-1.0) { // 180deg in RotateScene()
676 } else if (sn==-1.0 && cs==0.0) { // 270deg in RotateScene()
685 NewCenter.X() = (long) (Center.X() * cs - Center.Y() * sn); in RotateScene()
686 NewCenter.Y() = (long) (Center.X() * sn + Center.Y() * cs); in RotateScene()
753 void E3dScene::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
767 RotateScene (rRef, nWink, sn, cs); // Rotiert die Szene in NbcRotate()
775 …NbcRotateGluePoints(rRef,nWink,sn,cs); // Rotiert die Klebepunkte (die haben noch Koordinaten rel… in NbcRotate()
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf37257 …einer PostScript-Konvertierungs-Software wie z. B. Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/main/testtools/source/cliversioning/
H A Dmakefile.mk87 CSFILES2 = runtests.cs
99 CSFILESLIB = version.cs
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf36523 …ktuella konverteringsprogram för PostScript, t.ex. Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/extras/l10n/source/pt/
H A Dlocalize.sdf36523 …de um programa de conversão PostScript, tal como o Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/extras/l10n/source/lt/
H A Dlocalize.sdf36521 …ing current PostScript conversion software such as Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf36523 …liser un logiciel de conversion PostScript tel que Ghostscript (http://www.cs.wisc.edu/~ghost/). …
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf36523 … software actual de conversión en PostScript, como Ghostscript (http://www.cs.wisc.edu/~ghost/). …

Completed in 8526 milliseconds

1234567