Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 25 of 91) sorted by relevance

1234

/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java226 task.advance(true); in createTempDir()
261 task.advance(b); in cleanup()
302 task.advance(true); in copyMedia()
313 task.advance(true); in copyMedia()
347 task.advance(true); in publish()
398 task.advance(true); in publish()
400 task.advance(true); in publish()
447 task.advance(true); in generate()
524 task.advance(true); in generate()
540 task.advance(true); in generate()
[all …]
H A DWWD_Startup.java713 task.advance(true); in mount()
718 task.advance(true); in mount()
724 task.advance(true); in mount()
730 task.advance(true); in mount()
H A DWWD_Events.java172 task.advance(true); in loadSession()
185 task.advance(false); in loadSession()
1297 task.advance(false); in loadDocuments()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java150 task.advance(true); //1 in validate()
156 task.advance(true); //2 in validate()
167 task.advance(true); //3 in validate()
180 task.advance(true); //4 in validate()
197 task.advance(true); //5 in validate()
/trunk/main/reportdesign/source/core/api/
H A DFunctions.cxx97 ::std::advance(aPos,Index); in insertByIndex()
115 ::std::advance(aPos,Index); in removeByIndex()
135 ::std::advance(aPos,Index); in replaceByIndex()
156 ::std::advance(aPos,Index); in getByIndex()
H A DGroups.cxx112 ::std::advance(aPos,Index); in insertByIndex()
129 ::std::advance(aPos,Index); in removeByIndex()
148 ::std::advance(aPos,Index); in replaceByIndex()
169 ::std::advance(aPos,Index); in getByIndex()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx212 virtual void getGlyphAdvance( LEGlyphID glyph, LEPoint &advance ) const;
314 LEPoint &advance ) const in getGlyphAdvance()
320 advance.fX = 0; in getGlyphAdvance()
325 advance.fX = rGM.GetCharWidth(); in getGlyphAdvance()
328 advance.fY = 0; in getGlyphAdvance()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DCopyExporter.java52 task.advance(true); in export()
64 task.advance(true); in export()
71 task.advance(true); in export()
H A DFilterExporter.java56 task.advance(true); in export()
58 task.advance(true); in export()
71 task.advance(true); in export()
/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DTask.java73 public void advance(boolean success_) in advance() method in Task
90 public void advance(boolean success_, String nextSubtaskName) in advance() method in Task
92 advance(success_); in advance()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTask.java72 public void advance(boolean success_) in advance() method in Task
89 public void advance(boolean success_, String nextSubtaskName) in advance() method in Task
91 advance(success_); in advance()
/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx367 ::std::advance( front, nStartPara ); in FireEvent()
368 ::std::advance( back, nEndPara ); in FireEvent()
399 ::std::advance( front, nStartPara ); in Release()
400 ::std::advance( back, nEndPara ); in Release()
/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx241 advance(); in reset()
252 advance(); in next()
279 void advance() in advance() function in path_list_iterator
/trunk/main/sal/osl/os2/
H A Dfile_path_helper.cxx270 advance(); in reset()
281 advance(); in next()
308 void advance() in advance() function in path_list_iterator
/trunk/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx139 DigitGroupingIterator & advance() in advance() function in utl::DigitGroupingIterator
189 aIterator.advance(); in createForwardSequence()
/trunk/main/offapi/com/sun/star/text/
H A DXParagraphCursor.idl81 cursor can not advance further.
91 cursor can not advance further.
H A DXSentenceCursor.idl59 cursor can not advance further.
69 cursor can not advance further.
H A DXWordCursor.idl63 cursor can not advance further.
77 cursor can not advance further.
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx1097 ::std::advance( begin, nFirst ); in ParagraphsMoved()
1098 ::std::advance( end, nLast+1 ); in ParagraphsMoved()
1248 ::std::advance( begin, aFunctor.GetParaIndex() ); in ProcessQueue()
1250 ::std::advance( end, 1 ); in ProcessQueue()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DReportFunction.java39 public ReportFunction advance(DataRow row); in advance() method
/trunk/main/sw/source/core/access/
H A Dacctable.cxx464 ::std::advance( aStt, in GetSelection()
474 ::std::advance( aEnd, in GetSelection()
549 ::std::advance( aCol, in GetRowIter()
561 ::std::advance( aCol, in GetColumnIter()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogressmixer.hxx49 virtual void advance( sal_uInt32 _nValue ) = 0;
H A Dprogressmixer.cxx189 m_pData->rConsumer.advance( nOverallProgress ); in advancePhase()
/trunk/main/sw/source/filter/ww8/
H A Dstyles.cxx161 std::advance(aEnd, stiMax); in GetCanonicalStiFromEnglishName()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DVariablesDeclarationLayoutController.java88 public LayoutController advance(final ReportTarget target) in advance() method in VariablesDeclarationLayoutController

Completed in 101 milliseconds

1234