/aoo4110/extras/l10n/source/cs/ |
H A D | localize.sdf | 11878 sfx2 source\doc\doc.src 0 string STR_STYLES 0 cs Styly 20130618 17:22:18 11879 sfx2 source\doc\doc.src 0 string STR_MACROS 0 cs Makra 20130618 17:22:18 11920 sfx2 source\doc\doc.src 0 string STR_EDIT 0 cs Upravit 20130618 17:22:18 11940 sfx2 source\doc\doc.src 0 string BTN_OK 0 cs Spustit 20130618 17:22:18 12034 sfx2 source\appl\app.src 0 string STR_KB 0 cs kB 20130618 17:22:18 12035 sfx2 source\appl\app.src 0 string STR_MB 0 cs MB 20130618 17:22:18 12036 sfx2 source\appl\app.src 0 string STR_GB 0 cs GB 20130618 17:22:18 12052 sfx2 source\appl\app.src 0 string GID_TEXT 0 cs Text 20130618 17:22:18 12057 sfx2 source\appl\app.src 0 string GID_DATA 0 cs Data 20130618 17:22:18 12060 sfx2 source\appl\app.src 0 string GID_CHART 0 cs Graf 20130618 17:22:18 [all …]
|
/aoo4110/main/cosv/prj/ |
H A D | build.lst | 2 cs cosv : soltools stlport NULL 3 cs cosv usr1 - all cs_mkout NULL 4 cs cosv\prj get - all cs_prj NULL 5 cs cosv\inc get - all cs_inc NULL 6 cs cosv\inc\cosv get - all cs_inc_cosv NULL 8 cs cosv\source get - all cs_src NULL 9 cs cosv\source\inc get - all cs_src_inc NULL 10 cs cosv\source\service nmake - all cs_serv NULL 11 cs cosv\source\storage nmake - all cs_store NULL 12 cs cosv\source\strings nmake - all cs_string NULL [all …]
|
/aoo4110/main/cli_ure/source/basetypes/ |
H A D | makefile.mk | 40 ASSEMBLY_ATTRIBUTES = $(MISC)$/assembly_ure_$(TARGET).cs 52 uno$/Any.cs \ 53 uno$/BoundAttribute.cs \ 54 uno$/ExceptionAttribute.cs \ 55 uno$/ParameterizedTypeAttribute.cs \ 56 uno$/TypeParametersAttribute.cs \ 57 uno$/TypeArgumentsAttribute.cs \ 58 uno$/OnewayAttribute.cs \ 59 uno$/PolymorphicType.cs \ 64 $(GNUCOPY) -p assembly.cs $@ [all …]
|
/aoo4110/main/cli_ure/source/ure/ |
H A D | makefile.mk | 40 ASSEMBLY_ATTRIBUTES = $(MISC)$/assembly_ure_$(TARGET).cs 52 uno$/util$/DisposeGuard.cs \ 53 uno$/util$/WeakAdapter.cs \ 54 uno$/util$/WeakBase.cs \ 55 uno$/util$/WeakComponentBase.cs \ 59 $(ASSEMBLY_ATTRIBUTES) : assembly.cs makefile.mk $(BIN)$/cliuno.snk $(BIN)$/cliureversion.mk 60 $(GNUCOPY) -p assembly.cs $@ 66 $(ASSEMBLY_ATTRIBUTES) : assembly.cs makefile.mk $(BIN)$/cliuno.snk $(BIN)$/cliureversion.mk 67 $(GNUCOPY) -p assembly.cs $@
|
/aoo4110/main/filter/source/xslt/import/wordml/ |
H A D | wordml2ooo_props.xsl | 186 <xsl:variable name="b-cs-value"> 188 <xsl:when test="w:b-cs/@val"> 189 <xsl:value-of select="w:b-cs/@val"/> 192 <xsl:value-of select="local-name(w:b-cs)"/> 196 <!-- could be simplified: is "b-cs" actually a valid value of w:b-cs/@val --> 200 <xsl:when test="$b-cs-value = 'b-cs'">bold</xsl:when> 230 <xsl:variable name="i-cs-value"> 232 <xsl:when test="w:i-cs/@val"> 233 <xsl:value-of select="w:i-cs/@val"/> 240 <!-- could be simplified: is "i-cs" actually a valid value of w:i-cs/@val --> [all …]
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | makefile.mk | 104 cli_cs_testobj.cs \ 105 cli_cs_multi.cs \ 114 cli_cs_testobj.cs cli_cs_multi.cs 117 cli_cs_bridgetest.cs \ 127 cli_cs_bridgetest.cs 173 cli_bridgetest_inprocess.cs \ 195 cli_bridgetest_inprocess.cs
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 128 RotatePoint(rPoly[i],rRef,sn,cs); in RotatePoly() 136 RotatePoint(rPoly[i],rRef,sn,cs); in RotateXPoly() 144 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly() 152 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly() 288 double cs=cos(nWink); in CrookRotateXPoint() local 289 RotatePoint(rPnt,rCenter,sn,cs); in CrookRotateXPoint() 306 RotatePoint(*pC1,rCenter,sn,cs); in CrookRotateXPoint() 327 rCos=cs; in CrookRotateXPoint() 368 double cs=cos(nWink); in CrookSlantXPoint() local 369 RotatePoint(rPnt,rCenter,sn,cs); in CrookSlantXPoint() [all …]
|
H A D | svdogrp.cxx | 492 void SdrObjGroup::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 495 RotatePoint(aRefPoint,rRef,sn,cs); in NbcRotate() 500 pObj->NbcRotate(rRef,nWink,sn,cs); in NbcRotate() 502 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate() 659 void SdrObjGroup::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument 664 RotatePoint(aRefPoint,rRef,sn,cs); in Rotate() 671 if (pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 675 if (!pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 677 NbcRotateGluePoints(rRef,nWink,sn,cs); in Rotate()
|
H A D | svdotxtr.cxx | 255 void SdrTextObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 261 RotatePoint(aP,rRef,sn,cs); in NbcRotate() 269 aGeo.nCos=cs; in NbcRotate() 275 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate()
|
H A D | svdovirt.cxx | 391 void SdrVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 393 rRefObj.NbcRotate(rRef-aAnchor,nWink,sn,cs); in NbcRotate() 433 void SdrVirtObj::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument 437 rRefObj.Rotate(rRef-aAnchor,nWink,sn,cs); in Rotate()
|
H A D | svdglue.cxx | 179 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate() argument 182 RotatePoint(aPt,rRef,sn,cs); in Rotate() 415 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate() argument 419 GetObject(nNum)->Rotate(rRef,nWink,sn,cs,pObj); in Rotate()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | scene3d.cxx | 649 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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 74 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs); 75 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs); 76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 77 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs); 78 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs); 132 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs) in RotatePoint() argument 136 rPnt.X()=Round(rRef.X()+dx*cs+dy*sn); in RotatePoint() 137 rPnt.Y()=Round(rRef.Y()+dy*cs-dx*sn); in RotatePoint()
|
H A D | svdogrp.hxx | 93 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs); 103 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdovirt.hxx | 110 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 116 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdglue.hxx | 107 void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pObj); 137 …void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* p…
|
H A D | scene3d.hxx | 221 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 222 void RotateScene(const Point& rRef, long nWink, double sn, double cs);
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 123 x1=dx*cs-dy*sn; in RotatePoint() 124 y1=dy*cs+dx*sn; in RotatePoint() 135 x1=dx*cs-dy*sn; in RotatePoint() 136 y1=dy*cs+dx*sn; in RotatePoint() 577 double sn,cs; in Draw() local 579 cs=cos(double(DrehWink)*3.14159265359/18000); in Draw() 585 RotatePoint(aPts[i],Pos1.x,Pos1.y,sn,cs); in Draw() 759 double sn,cs; in Draw() local 763 cs=cos(double(StartWink)*3.14159265359/18000); in Draw() 764 RotatePoint(a,Center.x,Center.y,sn,cs); in Draw() [all …]
|
/aoo4110/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 303 + <include name="*.cs"/> 306 + <include name="*.cs"/> 309 + <include name="*.cs"/> 314 + <include name="*.cs"/> 317 + <include name="*.cs"/> 320 + <include name="*.cs"/> 323 + <include name="*.cs"/> 326 + <include name="*.cs"/> 329 + <include name="*.cs"/> 332 + <include name="*.cs"/> [all …]
|
/aoo4110/main/odk/examples/CLI/ |
H A D | makefile.mk | 39 $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/GeneralTableSample.cs \ 40 $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/SpreadsheetDocHelper.cs \ 41 $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/SpreadsheetSample.cs \ 42 $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/ViewSample.cs \
|
/aoo4110/main/sal/rtl/source/ |
H A D | tres.c | 645 rtl_CmpState* cs = (rtl_CmpState*)cstate; in rtl_tres_getstat() local 646 return( cs->m_stat ); in rtl_tres_getstat() 653 rtl_CmpState* cs = (rtl_CmpState*)cstate; in rtl_tres_getmsg() local 654 return( cs->m_msg ); in rtl_tres_getmsg() 661 rtl_CmpState* cs = (rtl_CmpState*)cstate; in rtl_tres_getnextcmpstate() local 662 return( (rtl_cmpstate)cs->m_next ); in rtl_tres_getnextcmpstate()
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | Makefile | 58 $(SPREADSHEET_OUT)/%.exe : %.cs SpreadsheetDocHelper.cs
|
/aoo4110/main/cli_ure/qa/climaker/ |
H A D | makefile.mk | 63 CSFILES = climaker.cs testobjects.cs
|
/aoo4110/main/testtools/source/cliversioning/ |
H A D | makefile.mk | 88 CSFILES2 = runtests.cs 100 CSFILESLIB = version.cs
|
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | lang.map | 39 42,Czech,cs,cs-CZ,1029
|