Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 125) sorted by relevance

12345

/AOO41X/main/solenv/inc/
H A D_cppunit.mk28 @echo - start unit test \#1 on library $(SHL1TARGETN)
40 @echo - start unit test \#2 on library $(SHL2TARGETN)
52 @echo - start unit test \#3 on library $(SHL3TARGETN)
64 @echo - start unit test \#4 on library $(SHL4TARGETN)
76 @echo - start unit test \#5 on library $(SHL5TARGETN)
88 @echo - start unit test \#6 on library $(SHL6TARGETN)
100 @echo - start unit test \#7 on library $(SHL7TARGETN)
112 @echo - start unit test \#8 on library $(SHL8TARGETN)
124 @echo - start unit test \#9 on library $(SHL9TARGETN)
136 @echo - start unit test \#10 on library $(SHL10TARGETN)
H A Dcppunit.mk47 @echo - start unit test \#$(TNR) on library $(SHL$(TNR)TARGETN)
/AOO41X/main/configmgr/qa/unit/
H A Dmakefile.mk26 TARGET = unit
43 SHL1TARGET = unit
57 $(MISC)/unit.rdb .ERRREMOVE:
61 TEST .PHONY: $(SHL1TARGETN) $(MISC)/unit.rdb
84 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb
88 && $(TESTSHL2) $(SHL1TARGETN) -forward $(MISC)/unit.rdb
/AOO41X/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java110 for (ICompilationUnit unit : mypackage.getCompilationUnits()) { in findUIMap()
111 if ("UIMap.java".equals(unit.getElementName())) { in findUIMap()
112 return unit; in findUIMap()
119 private static CompilationUnit parse(ICompilationUnit unit) { in parse() argument
122 parser.setSource(unit); in parse()
/AOO41X/main/offapi/com/sun/star/awt/
H A DXUnitConversion.idl54 …** converts the given <type>Point</type>, which is specified in pixels, into the given logical unit
67 …/** converts the given <type>Point</type>, which is specified in the given logical unit, into pixe…
81 …/** converts the given <type>Size</type>, which is specified in pixels, into the given logical unit
94 …/** converts the given <type>Size</type>, which is specified in the given logical unit, into pixels
H A DXLayoutContainer.idl89 /** Used by the layouting unit to evaluate size damage, and force a
93 /** Used by the layouting unit to evaluate size damage, and force a
/AOO41X/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl181 The values unit is percent of the
189 The values unit is percent of the
197 The values unit is percent of the
205 The values unit is percent of the
213 The values unit is percent of the
/AOO41X/main/offapi/com/sun/star/inspection/
H A DXNumericControl.idl65 unit (like 100th millimiters) cannot be used as DisplayUnit.</p>
78 <p>The core measurement unit for a property value might differ from the unit which
/AOO41X/main/offapi/com/sun/star/text/
H A DViewSettings.idl205 /** Defines the unit of measure for the spacing between grid points
217 /** Defines the unit of measure for the spacing between grid points
244 /** metric unit of the horizontal ruler
252 /** metric unit of the vertical ruler
/AOO41X/main/solenv/bin/modules/installer/
H A Djavainstaller.pm731 my ($xmlfile, $unit, $line) = @_;
733 splice(@{$xmlfile},$line, 0, @{$unit});
803 my $unit = remove_component($xmlfile, "languagepack_ONELANGUAGE");
811 my $unitcopy = duplicate_component($unit);
822 $unit = remove_component($xmlfile, "languagepack_DEFAULT");
827 $unitcopy = duplicate_component($unit);
/AOO41X/main/offapi/com/sun/star/deployment/
H A DVersionException.idl34 describes version clashes of a deployment unit.
52 represents the already installed version of the deployment unit.
H A DInstallException.idl34 describes the fact that deployment unit is about to be installed.
/AOO41X/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl69 Insert a string at the specified 16-bit unit offset.
78 Replace the characters starting at the specified 16-bit unit offset
/AOO41X/main/scaddins/source/analysis/
H A Danalysishelper.cxx2555 #define NEWD(str,unit,cl) Append(new ConvertData(str,unit,cl)) in ConvertDataList() argument
2556 #define NEWDP(str,unit,cl) Append(new ConvertData(str,unit,cl,sal_True)) in ConvertDataList() argument
2557 #define NEWL(str,unit,offs,cl) Append(new ConvertDataLinear(str,unit,offs,cl)) in ConvertDataList() argument
2558 #define NEWLP(str,unit,offs,cl) Append(new ConvertDataLinear(str,unit,offs,cl,sal_True)) in ConvertDataList() argument
/AOO41X/main/sal/qa/
H A Dmakefile.mk56 @echo - start sal unit tests
/AOO41X/main/unoxml/test/
H A Dmakefile.mk96 @echo - start unit test on library $(SHL1TARGETN)
/AOO41X/main/offapi/com/sun/star/chart/
H A DTimeUnit.idl32 /** Specifies a unit for intervals on a date-time axis
H A DTimeInterval.idl43 /** specifies a unit for the interval
H A DTimeIncrement.idl52 this is the smallest time unit that is displayed on the date-time axis.
/AOO41X/main/offapi/com/sun/star/view/
H A DRenderDescriptor.idl44 /** specifies the page size for the current renderer. The unit of this page
/AOO41X/main/oox/source/dump/
H A Dbiffdumper.ini928 0x0053=major-unit
929 0x0054=minor-unit
936 0x005F=basetime-unit
940 0x006A=major-unit-type
941 0x006B=minor-unit-type
1004 0x0002=show-unit
1060 shortlist=CHOBJECTLINK-TARGET,0,none,title,y-axis,x-axis,datapoint,legend,none,z-axis,,,,,axis-unit
/AOO41X/main/sdext/source/pdfimport/test/
H A Dmakefile.mk157 @echo - start unit test on library $(SHL1TARGETN)
/AOO41X/main/sane/inc/
H A Dsane.h149 SANE_Unit unit; /* what is the (physical) unit? */ member
/AOO41X/main/cui/source/options/
H A Doptmemory.hrc39 #define COL6 (WHOLE_WIDTH) // width text after control (unit)
/AOO41X/main/extensions/source/scanner/
H A Dsane.hxx141 { return mppOptions[n]->unit; } in GetOptionUnit()

12345