Home
last modified time | relevance | path

Searched refs:Location (Results 1 – 25 of 191) sorted by relevance

12345678

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java26 import javax.xml.stream.Location;
53 final Location aStartLocation, in AddSemanticInformation()
54 final Location aEndLocation) in AddSemanticInformation()
125 aException.Location.getLineNumber(), in AddSemanticInformation()
126 aException.Location.getColumnNumber(), in AddSemanticInformation()
127 aException.Location.getCharacterOffset()); in AddSemanticInformation()
129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation()
136 aException.Location.getLineNumber(), in AddSemanticInformation()
137 aException.Location.getColumnNumber(), in AddSemanticInformation()
138 aException.Location.getCharacterOffset())); in AddSemanticInformation()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphShadow.java75 shadowFormat.Location=ShadowLocation.BOTTOM_RIGHT; in testParagraphShadow_BottomRight()
106 assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_BottomRight()
131 shadowFormat.Location=ShadowLocation.BOTTOM_LEFT; in testParagraphShadow_BottomLeft()
187 shadowFormat.Location=ShadowLocation.TOP_LEFT; in testParagraphShadow_TopLeft()
218 assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert1.Location); in testParagraphShadow_TopLeft()
227 assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert2.Location); in testParagraphShadow_TopLeft()
243 shadowFormat.Location=ShadowLocation.TOP_RIGHT; in testParagraphShadow_TopRight()
274 assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert1.Location); in testParagraphShadow_TopRight()
299 shadowFormat.Location=ShadowLocation.NONE; in testParagraphShadow_None()
330 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert1.Location); in testParagraphShadow_None()
[all …]
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java28 import javax.xml.stream.Location;
97 final Location aStartLocation, in ProcessStartElement()
98 final Location aEndLocation, in ProcessStartElement()
207 final Location aStartLocation, in ProcessEndElement()
208 final Location aEndLocation) in ProcessEndElement()
261 final Location aStartLocation, in ProcessCharacters()
262 final Location aEndLocation) in ProcessCharacters()
301 final Location aStartLocation, in ExecuteActions()
302 final Location aEndLocation) in ExecuteActions()
H A DOOXMLParser.java33 import javax.xml.stream.Location;
132 final Location aStartLocation, in AddSomeActions()
133 final Location aEndLocation) in AddSomeActions()
152 final Location aStartLocation, in AddSomeActions()
153 final Location aEndLocation) in AddSomeActions()
176 final Location aStartLocation, in AddSomeActions()
177 final Location aEndLocation) in AddSomeActions()
H A DParseException.java24 import javax.xml.stream.Location;
32 final Location aLocation) in ParseException()
35 Location = aLocation; in ParseException()
41 public final Location Location; field in ParseException
/trunk/main/xmloff/source/style/
H A Dshadwhdl.cxx55 aShadow.Location = table::ShadowLocation_BOTTOM_RIGHT; in importXML()
67 aShadow.Location = table::ShadowLocation_NONE; in importXML()
92 aShadow.Location = table::ShadowLocation_TOP_LEFT; in importXML()
94 aShadow.Location = table::ShadowLocation_BOTTOM_LEFT; in importXML()
99 aShadow.Location = table::ShadowLocation_TOP_RIGHT; in importXML()
101 aShadow.Location = table::ShadowLocation_BOTTOM_RIGHT; in importXML()
135 switch( aShadow.Location ) in exportXML()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls338 .Location = .CLocationPage
384 .Location = .CLocationDocument
429 .Location = .CLocationDocument
533 .Location = .CLocationPage
626 .Location = .CLocationPage
710 .Location = .CLocationPage
757 .Location = .CLocationDocument
890 .Location = .CLocationDocument
948 .Location = .CLocationPage
1117 .Location = .CLocationPage
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls56 .Location = .CLocationDocument 'Location string
308 .Location = .CLocationSlide
363 .Location = .CLocationSlide
407 .Location = .CLocationSlide
484 .Location = .CLocationSlide
510 .Location = .CLocationSlide
636 .Location = .CLocationSlide
682 .Location = .CLocationSlide
728 .Location = .CLocationSlide
772 .Location = .CLocationSlide
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java27 import javax.xml.stream.Location;
101 final Location aStartLocation, in ContentTypes()
102 final Location aEndLocation) in ContentTypes()
118 final Location aStartLocation, in ContentTypes()
119 final Location aEndLocation) in ContentTypes()
H A DRelatedParts.java31 import javax.xml.stream.Location;
63 final Location aStartLocation, in RelatedParts()
64 final Location aEndLocation) in RelatedParts()
/trunk/main/xmerge/source/palmtests/qa-wrapper/env/
H A Dmaster.env58 # Location of files required to run Pose
89 #Location of script that runs the conversions
93 #Location of run-convtest.pl
97 #Location of converterlib.pm
101 #Location of comparator.pl
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNode.java39 final Location aLocation) in Node()
72 final Location aLocation) in SetLocation()
80 public Location GetLocation () in GetLocation()
169 private Location maLocation;
H A DLocation.java27 public class Location class
29 public Location ( in Location() method in Location
44 public Location () in Location() method in Location
/trunk/main/autodoc/source/inc/
H A Dadc_msg.hxx81 struct Location struct in autodoc::Messages
86 Location( in Location() argument
92 const Location & i_other) const in operator <()
102 typedef std::map<Location,String> MessageMap;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java27 import org.apache.openoffice.ooxml.schema.model.base.Location;
44 final Location aLocation) in FiniteAutomaton()
150 public Location GetLocation () in GetLocation()
168 private final Location maLocation;
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas131 .Location = .CLocationDocument
168 .Location = .CLocationDocument
363 .Location = .CLocationDocument
445 .Location = .CLocationDocument
706 .Location = .CLocationDocument
772 .Location = .CLocationPage
874 .Location = .CLocationPage
933 .Location = .CLocationSlide
1005 .Location = .CLocationSlide
H A DIssueInfo.cls124 Public Property Get Location() As String
125 Location = mLocation
128 Public Property Let Location(ByVal vNewValue As String)
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls440 .Location = .CLocationSheet
472 .Location = .CLocationSheet
582 .Location = .CLocationSheet
694 .Location = .CLocationSheet
958 .Location = .CLocationSheet
1034 .Location = .CLocationWorkBook
1095 .Location = .CLocationSheet
1220 .Location = .CLocationWorkBook
1368 .Location = .CLocationSheet
1472 .Location = .CLocationSheet
[all …]
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckShadowFormat.java72 this.shadowFormat.Location = ShadowLocation.fromInt(locationValue); in CheckShadowFormat()
145 … + shadowFormatProperty + "-->Location",this.shadowFormat.Location.getValue(), actual.Location.get… in compare()
147 if(!this.shadowFormat.Location.equals(ShadowLocation.NONE)){ in compare()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx428 ::sal_Bool DocumentDigitalSignatures::isLocationTrusted( const ::rtl::OUString& Location ) throw (R… in isLocationTrusted() argument
431 INetURLObject aLocObj( Location ); in isLocationTrusted()
432 …INetURLObject aLocObjLowCase( Location.toAsciiLowerCase() ); // will be used for case insensitive … in isLocationTrusted()
451 bFound = ::utl::UCBContentHelper::IsSubPath( *pSecURLs, Location, xContentProvider ); in isLocationTrusted()
481 void DocumentDigitalSignatures::addLocationToTrustedSources( const ::rtl::OUString& Location ) thro… in addLocationToTrustedSources() argument
488 aSecURLs[ nCnt ] = Location; in addLocationToTrustedSources()
/trunk/main/autodoc/source/display/html/
H A Dcre_link.cxx99 csv_assert(i_rData.Location().IsValid()); in do_Process()
101 rFile = pEnv->Gate().Locations().Find_File(i_rData.Location()); in do_Process()
120 csv_assert(i_rData.Location().IsValid()); in do_Process()
122 rFile = pEnv->Gate().Locations().Find_File(i_rData.Location()); in do_Process()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java514 shadowFormat[0].Location=ShadowLocation.BOTTOM_RIGHT; in testSetTableShadow()
517 shadowFormat[1].Location=ShadowLocation.BOTTOM_LEFT; in testSetTableShadow()
520 shadowFormat[2].Location=ShadowLocation.NONE; in testSetTableShadow()
521 shadowFormat[3].Location=ShadowLocation.TOP_LEFT; in testSetTableShadow()
524 shadowFormat[4].Location=ShadowLocation.TOP_RIGHT; in testSetTableShadow()
553 assertEquals("assert shadow location",ShadowLocation.BOTTOM_RIGHT,shadowFormat_Assert1.Location); in testSetTableShadow()
561 assertEquals("assert shadow location",ShadowLocation.BOTTOM_LEFT,shadowFormat_Assert2.Location); in testSetTableShadow()
569 assertEquals("assert shadow location",ShadowLocation.NONE,shadowFormat_Assert3.Location); in testSetTableShadow()
575 assertEquals("assert shadow location",ShadowLocation.TOP_LEFT,shadowFormat_Assert4.Location); in testSetTableShadow()
583 assertEquals("assert shadow location",ShadowLocation.TOP_RIGHT,shadowFormat_Assert5.Location); in testSetTableShadow()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DIAction.java24 import javax.xml.stream.Location;
51 final Location aStartLocation, in Run()
52 final Location aEndLocation); in Run()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DSlideParser.java26 import javax.xml.stream.Location;
50 String sText, Location aStartLocation, Location aEndLocation) in SlideParser()
H A DPresentationImporter.java27 import javax.xml.stream.Location;
68 Location aStartLocation, Location aEndLocation) in CreateParser()

Completed in 134 milliseconds

12345678