/aoo41x/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphShadow.java | 75 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 …]
|
/aoo41x/main/xmloff/source/style/ |
H A D | shadwhdl.cxx | 55 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()
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | MigrationAnalyser.cls | 338 .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 …]
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/powerpoint/ |
H A D | MigrationAnalyser.cls | 56 .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
|
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/env/ |
H A D | master.env | 58 # 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
|
/aoo41x/main/autodoc/source/inc/ |
H A D | adc_msg.hxx | 81 struct Location struct in autodoc::Messages 86 Location( in Location() function 92 const Location & i_other) const in operator <() 102 typedef std::map<Location,String> MessageMap;
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | CommonMigrationAnalyser.bas | 131 .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 D | IssueInfo.cls | 124 Public Property Get Location() As String 125 Location = mLocation 128 Public Property Let Location(ByVal vNewValue As String)
|
/aoo41x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckShadowFormat.java | 72 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()
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 440 .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 …]
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | cre_link.cxx | 99 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()
|
/aoo41x/main/xmlsecurity/source/component/ |
H A D | documentdigitalsignatures.cxx | 428 ::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()
|
H A D | documentdigitalsignatures.hxx | 88 …::sal_Bool SAL_CALL isLocationTrusted( const ::rtl::OUString& Location ) throw (::com::sun::star::… 90 …void SAL_CALL addLocationToTrustedSources( const ::rtl::OUString& Location ) throw (::com::sun::st…
|
/aoo41x/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableBasic.java | 514 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()
|
/aoo41x/main/autodoc/inc/ary/ |
H A D | cessentl.hxx | 57 loc::Le_id Location() const; 76 CeEssentials::Location() const in Location() function in ary::cpp::CeEssentials
|
/aoo41x/main/autodoc/inc/ary/cpp/ |
H A D | c_ce.hxx | 62 Lid Location() const; 91 CodeEntity::Location() const in Location() function in ary::cpp::CodeEntity
|
H A D | c_de.hxx | 60 loc::Le_id Location() const; 87 DefineEntity::Location() const in Location() function in ary::cpp::DefineEntity
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | defines.idl | 35 typedef struct Location { 40 }Location;
|
/aoo41x/main/autodoc/source/exes/adc_uni/ |
H A D | adc_msg.cxx | 98 aParseErrors[Location(i_sFile,i_nLine)] = String::Null_(); in Out_ParseError() 148 rDest = o_dest[Location(i_sFile,i_nLine)]; in AddValue()
|
/aoo41x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1162 const ::rtl::OUString& Location, in implKillRemovedLocaleFiles() 1176 implGetPathForLocaleItem( pLocaleItem, aNameBase, Location ); in implKillRemovedLocaleFiles() 1188 const ::rtl::OUString& Location, in implKillChangedDefaultFiles() 1202 implGetPathForLocaleItem( pLocaleItem, aNameBase, Location, true ); in implKillChangedDefaultFiles() 1214 const ::rtl::OUString& Location, in implStoreAtLocation() 1226 implKillRemovedLocaleFiles( Location, aNameBase, xFileAccess ); in implStoreAtLocation() 1235 implGetPathForLocaleItem( pLocaleItem, aNameBase, Location ); in implStoreAtLocation() 1256 implKillChangedDefaultFiles( Location, aNameBase, xFileAccess ); in implStoreAtLocation() 1262 implGetPathForLocaleItem( m_pDefaultLocaleItem, aNameBase, Location, true ); in implStoreAtLocation()
|
/aoo41x/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FrameShadow.java | 99 shadowFormat.Location=shadowLocation; in testFrameShadow() 110 assertEquals("assert shadow location",shadowLocation,shadowFormat_Assert1.Location); in testFrameShadow()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 230 Rectangle Location; // describes the area filled by the control member 282 ,Location( rSource.Location ) in AnyWidget()
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.h | 198 STDMETHOD(Put_XAccLocation)(const Location sLocation); 218 Location m_sLocation;
|
/aoo41x/main/psprint_config/configuration/ |
H A D | psprint.conf | 95 ; Location: a user readable string that will be shown in the print dialog 96 Location= key
|
/aoo41x/main/offapi/com/sun/star/security/ |
H A D | XDocumentDigitalSignatures.idl | 135 boolean isLocationTrusted( [in] string Location ); 139 void addLocationToTrustedSources( [in] string Location );
|