/aoo41x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 125 rUnoGlue.Escape = drawing::EscapeDirection_LEFT; in convert() 128 rUnoGlue.Escape = drawing::EscapeDirection_RIGHT; in convert() 131 rUnoGlue.Escape = drawing::EscapeDirection_UP; in convert() 134 rUnoGlue.Escape = drawing::EscapeDirection_DOWN; in convert() 137 rUnoGlue.Escape = drawing::EscapeDirection_HORIZONTAL; in convert() 140 rUnoGlue.Escape = drawing::EscapeDirection_VERTICAL; in convert() 144 rUnoGlue.Escape = drawing::EscapeDirection_SMART; in convert() 185 switch( rUnoGlue.Escape ) in convert()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 76 #define Escape 27 /* ^[ Escapesequenz einleiten */ macro 369 while (TBuf[Index]==Escape) { in GetNextChar() 372 while (TBuf[Index]!=Escape && Cnt<=MaxEscLen) { in GetNextChar() 397 Ende=(c!=Escape); in ProcessOne() 461 if (TBuf[Index]==Escape) Index++; // zweites Esc weglesen } in ProcessOne() 464 if (Ende==sal_False) c=Escape; in ProcessOne()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1743 if ( Escape( getHDC(), QUERYESCSUPPORT, sizeof( int ), ( LPSTR )&nEscape, 0 ) ) in drawEPS() 1830 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1850 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1866 sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1882 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
|
/aoo41x/main/sw/sdi/ |
H A D | _basesh.sdi | 365 //OS: Selection.Escape gibt es zusaetzlich zu Window.Escape
|
/aoo41x/main/sc/source/ui/vba/testvba/ |
H A D | runTests.pl | 22 use URI::Escape;
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | GluePointDemo.java | 128 aGluePoint.Escape = EscapeDirection.SMART; in main()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XConnection.idl | 87 Escape processing for the SQL-Statement is enabled, by default. 132 Escape processing for the SQL-Statement is enabled, by default.
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | GluePoint2.idl | 72 com::sun::star::drawing::EscapeDirection Escape;
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 220 void Escape();
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 1238 if( aGluePoint.Escape != drawing::EscapeDirection_SMART ) in ImpExportGluePoints() 1240 … SvXMLUnitConverter::convertEnum( msBuffer, aGluePoint.Escape, aXML_GlueEscapeDirection_EnumMap ); in ImpExportGluePoints()
|
H A D | ximpshap.cxx | 276 aGluePoint.Escape = drawing::EscapeDirection_SMART; in addGluePoint() 322 aGluePoint.Escape = (drawing::EscapeDirection)eKind; in addGluePoint()
|
/aoo41x/main/solenv/bin/modules/ |
H A D | CwsConfig.pm | 33 use URI::Escape;
|
H A D | Cws.pm | 37 use URI::Escape;
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 225 sal_Bool Escape();
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdwindow.cxx | 293 mpViewShell->GetViewShell()->Escape(); in KeyInput()
|
/aoo41x/main/starmath/source/ |
H A D | edit.cxx | 415 bCallBase = !pViewShell->Escape(); in IMPL_LINK_INLINE_END()
|
H A D | parse.cxx | 1389 Escape(); in Term() 1593 void SmParser::Escape() in Escape() function in SmParser
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 916 pTabViewShell->Escape(); in Execute()
|
H A D | gridwin.cxx | 3162 pViewSh->Escape(); in KeyInput()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 2275 sal_Bool SfxViewShell::Escape() in Escape() function in SfxViewShell
|
/aoo41x/main/helpcontent2/helpers/ |
H A D | uno-commands.csv | 562 .uno:Escape
|
H A D | longnames_commands.csv | 154 FN_ESCAPE,.uno:Escape
|
H A D | uno_hid.lst | 154 FN_ESCAPE,20941,.uno:Escape
|
H A D | help_hid.lst | 165 FN_ESCAPE,20941,.uno:Escape
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 765 Escape(); in Execute()
|