Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx269 printf_space( level ); in printf_line()
279 level == 0 in printf_package()
284 printf_line( OUSTR("Identifier"), id.Value, level ); in printf_package()
287 printf_line( OUSTR("Version"), version, level + 1 ); in printf_package()
288 printf_line( OUSTR("URL"), xPackage->getURL(), level + 1 ); in printf_package()
302 printf_line( OUSTR("is registered"), value, level + 1 ); in printf_package()
315 printf_space( level + 1 ); in printf_package()
320 xCmdEnv, level + 2 ); in printf_package()
321 printf_space( level + 1 ); in printf_package()
348 printf_space( level ); in printf_packages()
[all …]
/trunk/main/tools/source/communi/
H A Dparser.cxx218 sal_uInt16 level, sal_Bool bStripped ) in Save() argument
228 aKeyLevel.Expand( level, cKeyLevelChar ); in Save()
234 if ( !bStripped && level ) in Save()
235 sTmpStr.Append( aKeyLevel.GetBuffer(), level ); in Save()
241 if ( level ) in Save()
242 sTmpStr.Append( aKeyLevel.GetBuffer(), level ); in Save()
255 if ( !bStripped && level ) in Save()
256 sTmpStr.Append( aKeyLevel.GetBuffer(), level ); in Save()
261 if ( !Save( rOutStream, pGenericInfoList, level+1, bStripped ) ) in Save()
265 if ( !bStripped && level ) in Save()
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl64 <p>The first event broadcaster lets you keep track of the open top-level
65 windows (frames). To get the set of currently open top-level window use
87 /** This function returns the number of currently existing top-level
90 Returns the number of top-level windows. This includes all
91 top-level windows, regardless of whether they are iconized,
99 number of top-level windows may change between a call to
104 including the number of top-level windows as returned by
107 The returned value is a valid reference to a top-level window.
116 /** Return the currently active top-level window, i.e. which has
119 The returned reference may be empty when no top-level window is
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DOrganigram.java137 for (int level = 0; level <= 1; level++) { in drawOrganigram()
138 levelY = pageBorderTop + 2000 + level * (shapeHeight + verSpace); in drawOrganigram()
139 for (int i = levelCount[level] - 1; i > -1; i--) { in drawOrganigram()
140 shapeX = horCenter - (levelCount[level] * shapeWidth + in drawOrganigram()
141 (levelCount[level] - 1) * horSpace) / 2 in drawOrganigram()
155 xText.setString(orgUnits[level][i]); in drawOrganigram()
158 if (level == 0 && i == 0) in drawOrganigram()
161 if (level == 1) { in drawOrganigram()
/trunk/main/offapi/com/sun/star/text/
H A DBaseIndex.idl83 /** contains the name of the paragraph style that is applied to the 1st level.*/
87 /** contains the name of the paragraph style that is applied to the 2nd level.*/
91 /** contains the name of the paragraph style that is applied to the 3rd level.*/
95 /** contains the name of the paragraph style that is applied to the 4th level.*/
99 /** contains the name of the paragraph style that is applied to the 5th level.*/
103 /** contains the name of the paragraph style that is applied to the 6th level.*/
107 /** contains the name of the paragraph style that is applied to the 7th level.*/
111 /** contains the name of the paragraph style that is applied to the 8th level.*/
115 /** contains the name of the paragraph style that is applied to the 9th level.*/
119 /** contains the name of the paragraph style that is applied to the 10th level.*/
[all …]
H A DReferenceFieldPart.idl91 … Additional condition, which suppresses the addition of a superior level's list label content:
93 … be the level of the most superior level, then no list label content of superior levels greater or
117 … Additional condition, which suppresses the addition of a superior level's list label content:
119 … be the level of the most superior level, then no list label content of superior levels greater or
H A DNumberingRules.idl42 levels of property values. Each level contains equal properties.
51 level contains equal properties.</p>
60 to the preceding numbering level.
72 each numbering level is counted separately.
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1270 level[j].sPrefix = aEmptyStr; in getOutlineNumberingLevels()
1271 level[j].nNumType = 0; in getOutlineNumberingLevels()
1272 level[j].sSuffix = aEmptyStr; in getOutlineNumberingLevels()
1273 level[j].cBulletChar = 0; in getOutlineNumberingLevels()
1274 level[j].sBulletFontName = 0; in getOutlineNumberingLevels()
1275 level[j].nParentNumbering = 0; in getOutlineNumberingLevels()
1276 level[j].nLeftMargin = 0; in getOutlineNumberingLevels()
1277 level[j].nSymbolTextDistance = 0; in getOutlineNumberingLevels()
1278 level[j].nFirstLineOffset = 0; in getOutlineNumberingLevels()
1279 level[j].sTransliteration = aEmptyStr; in getOutlineNumberingLevels()
[all …]
/trunk/main/offapi/com/sun/star/logging/
H A DXLogger.idl69 additional restrictions such as filters specified at handler level.</p>
71 <p>Note: The log level of the given handler (<member>XLogHandler::Level</member>) will
72 not be touched. In particular, it will not be set to the logger's log level. It's
90 /** determines whether logger instance would produce any output for the given level.
96 level to be checked against
99 <TRUE/> if there would be some output for this XLogger for the given level, <FALSE/>
111 … the log level of this message. If this level is smaller than the logger's <member>Level</member>
123 … the log level of this message. If this level is smaller than the logger's <member>Level</member>
H A DXLogHandler.idl74 /** specifies the log level of this handler
77 different from the log level of the <type>XLogger</type> for which the handlers
93 will not publish a record if its log level doesn't meet the handler's
94 log level, if the record is filtered, or if any other handler-specified
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx51 static int level = 0; variable
117 for( int i = 0; i < level; i++ ) s << " "; in indent()
122 for( int i = 0; i < level; i++ ) s << " "; in indent1()
135 ostream& __cdecl begin( ostream& s, SvStream& rSt ) { indent( s, rSt ) << "BEGIN "; level++; retu… in begin()
138 ostream& __cdecl begin1( ostream& s ) { s << "BEGIN "; level++; return s; } in begin1()
141 ostream& __cdecl begin2( ostream& s ) { s << indent2 << "BEGIN "; level++; return s; } in begin2()
143 ostream& __cdecl end( ostream& s, SvStream& rSt ) { level--; return indent( s, rSt ) << "END "; } in end()
146 ostream& __cdecl end1( ostream& s ) { level--; return s << indent1 << "END "; } in end1()
149 ostream& __cdecl end2( ostream& s ) { level--; return s << indent2 << "END "; } in end2()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfeature.pm133 my $level = "20"; # the default
141 $level = "200"; # deselected in default installation, base is 100
142 if ( $installer::globals::patch ) { $level = "20"; }
148 if ( $onefeature->{'Name'} =~ /java/i ) { $level = $level + 40; }
153 if ( $onefeature->{'FeatureLevel'} ) { $level = $onefeature->{'FeatureLevel'}; }
155 return $level
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceLevel.idl53 /** represents a level in a data pilot source hierarchy.
62 /** provides access to the name of the level, i.e. used in collections.
68 /** provides access to the collection of members of this level.
74 /** provides access to a sequence of results of this level.
87 /** specifies the subtotals that are inserted for the level.
89 <p>The subtotals are calculated with the members of this level.</p>
H A DXSheetAuditing.idl48 /** removes arrows for one level of dependents of a formula cell.
51 level of dependent cells is removed.</p>
60 /** removes arrows for one level of precedents of a formula cell.
63 level of dependent cells is removed.</p>
75 level of dependent cells is marked.</p>
87 level of dependent cells is marked.</p>
/trunk/main/codemaker/source/codemaker/
H A Dunotype.cxx79 for (sal_Int32 level = 0; l != len; ++l) { in decompose() local
82 if (level == 0) { in decompose()
86 ++level; in decompose()
88 if (level == 0) { in decompose()
91 --level; in decompose()
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl93 The filter criteria is split into levels. Each level represents the
94 OR criteria. Within each level, the filters are provided as an AND criteria
145 The HAVING filter criteria is split into levels. Each level represents the
146 OR criteria. Within each level, the filters are provided as an AND criteria
181 /** returns the query previously set at the analyzer, with all application-level
182 features being substituted by their database-level counterparts.
184 <p>The <type>XSingleSelectQueryAnalyzer</type> is an application-level component,
186level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryList.idl167 /** increases request level for event buffering by one.
169 <P>The request level for event buffering is an integer
171 As long as the request level is not 0, events will be buffered
175 the current request level for event buffering.
185 /** flushes the event buffer and decreases the request level for
194 the current request level for event buffering.
208 the current request level for event buffering.
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx132 void log( RuntimeCargo * cargo, sal_Int32 level, const rtl::OUString &logString ) in log() argument
134 log( cargo, level, OUStringToOString( logString, osl_getThreadTextEncoding() ).getStr() ); in log()
137 void log( RuntimeCargo * cargo, sal_Int32 level, const char *str ) in log() argument
139 if( isLog( cargo, level ) ) in log()
161 strLevel[level], in log()
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl62 * And some times, in the low level, it is hard to determine what the key is
63 * except that the high level application tell the mechanism and parameters.
67 * or DTD and the encryption device. If so, the high level application takes the
74 * In some situation, the high level applications do not want to know anything
75 * about crypto devices( May be he must, because the lower level do not know
/trunk/main/toolkit/src2xml/source/
H A Dglobals.py88 def dump (self, level = 0): argument
90 chars += "\n" + Element.INDENT*level
103 chars += child.dump(level+1)
105 chars += "\n"+Element.INDENT*level
/trunk/main/offapi/com/sun/star/sdbc/
H A DTransactionIsolation.idl39 This level allows a row changed by one transaction to be read
47 reads can occur. This level only prohibits a transaction
53 reads can occur. This level prohibits a transaction from
63 This level includes the prohibitions in
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx81 void LayoutAtom::dump(int level) in dump() argument
83 OSL_TRACE( "level = %d - %s of type %s", level, in dump()
87 boost::bind( &LayoutAtom::dump, _1, level + 1 ) ); in dump()
/trunk/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr…
7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context…
8 _invoke;description=Try to invoke a valid user level script in a jar file;location=user;context=nul…
/trunk/main/soltools/mkdepend/
H A Ddef.h106 #define debug(level,arg) { if (_debugmask & (1 << level)) warning arg; } argument
108 #define debug(level,arg) /**/ argument
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipConstants.idl45 /** Compression level for no compression.
50 /** Compression level for fastest compression
55 /** Compression level for best compression
60 /** Default compression level.

Completed in 109 milliseconds

12345678910>>...12