Home
last modified time | relevance | path

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

12345678

/trunk/main/configmgr/qa/unit/
H A Dmakefile.mk26 TARGET = unit
34 @echo unit tests are disabled. Nothing to do.
47 APP1TARGET = unit
64 $(MISC)/unit.rdb .ERRREMOVE:
68 TEST .PHONY: $(APP1TARGETN) $(MISC)/unit.rdb
90 CONFIGMGR_UNIT_FORWARD_STRING=$(MISC)/unit.rdb \
/trunk/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()
/trunk/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
/trunk/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
/trunk/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
/trunk/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
/trunk/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);
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_closedocs.xcf.bz2
H A Dlc_mergedialog.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_grafmode.xcf.bz2
H A Dlc_adjust.xcf.bz2
H A Dlc_draw.xcf.bz2
/trunk/main/unoxml/test/
H A Dmakefile.mk37 @echo unit tests are disabled. Nothing to do.
97 @echo - start unit test on library $(SHL1TARGETN)
/trunk/main/sdext/source/pdfimport/test/
H A Dmakefile.mk36 @echo unit tests are disabled. Nothing to do.
160 @echo - start unit test on $(APP1TARGETN)
/trunk/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.
/trunk/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
/trunk/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
/trunk/main/slideshow/
H A Dmanifest.txt113 been done, also run the unit and integration tests in the
114 slideshow/test directory. Issuing a "dmake test" should run the unit
/trunk/test/
H A DREADME.md82 The **Build Verification Test** Suite includes approximately fifty unit tests used for general buil…
84 The **Functional Verification Test** Suite includes almost nine hundred unit tests to more thorough…
/trunk/main/sal/qa/
H A Dmakefile.mk56 @echo - start sal unit tests
/trunk/main/sal/qa/ByteSequence/
H A Dmakefile.mk34 @echo unit tests are disabled. Nothing to do.
/trunk/main/sal/qa/sal/
H A Dmakefile.mk33 @echo unit tests are disabled. Nothing to do.

Completed in 87 milliseconds

12345678