Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 1044) sorted by relevance

12345678910>>...42

/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1880 xub_StrLen start = 0; in impl_isDefaultFunction_nothrow() local
1882 …if ( aTextSearch.SearchFrwrd(sFormula,&start,&end) && start == 0 && end == sFormula.Len()) // defa… in impl_isDefaultFunction_nothrow()
1886 aDataSearch.SearchFrwrd(sFormula,&start,&end ); in impl_isDefaultFunction_nothrow()
1887 ++start; in impl_isDefaultFunction_nothrow()
1888 _rDataField = sFormula.Copy(start,end-start-1); in impl_isDefaultFunction_nothrow()
2104 xub_StrLen start = 0; in impl_isCounterFunction_throw() local
2106 …if ( aTextSearch.SearchFrwrd(sFormula,&start,&end) && start == 0 && end == sFormula.Len()) // coun… in impl_isCounterFunction_throw()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl47 with the line through start and end point), this can be expressed
65 The index of the polygon to start point retrieval with. This
98 The index of the polygon to start segment insertion with. This
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx97 void start() { maTimer.reset(); } in start() function in slideshow::internal::RehearseTimingsActivity::WakeupEvent
219 void RehearseTimingsActivity::start() in start() function in slideshow::internal::RehearseTimingsActivity
282 mpWakeUpEvent->start(); in perform()
/trunk/main/reportdesign/inc/
H A DReportVisitor.hxx56 …void start(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition>& _…
57 … void start(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup>& _xGroup);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOffice.java146 public void start() throws OfficeException in start() method in Office
150 m_aOffice.start(); in start()
/trunk/main/offapi/com/sun/star/i18n/
H A DForbiddenCharacters.idl34 start or end of a line.
43 /// Characters forbidden at the start of a line
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_tpltp.cxx78 SEMPARSE_CREATE_STATUS(PE_TemplateTop, start, Hdl_SyntaxError); in Setup_StatusFunctions()
87 pStati->SetCur(start); in InitData()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl294 * =Month(start, end, mode) Function for StarCalc
299 * @param d1 - date value, start date
346 * @param d1 - date value, start date
425 * Most years have 52 weeks, but years that start on a Thursday
426 * and leep years that start on a Wednesday have 53 weeks
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java89 public long position(byte[] pattern, long start) throws SQLException { in position() argument
91 return jdbcBlob.position(pattern, start); in position()
H A DJavaSQLClob.java89 public long position(String searchstr, int start) throws SQLException { in position() argument
91 return jdbcClob.position(searchstr, start); in position()
/trunk/main/framework/source/helper/
H A Dstatusindicator.cxx68 void SAL_CALL StatusIndicator::start(const ::rtl::OUString& sText , in start() function in framework::StatusIndicator
80 pFactory->start(this, sText, nRange); in start()
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl1151 foreach $start ( @starts ) {
1152 next if ( $start eq "" );
1154 @ends = split( />/, $start );
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl96 // = next section should start with 500
141 // = next section should start with 550
155 // = next section should start with 600
/trunk/main/xmlsecurity/tools/examples/
H A Duno_win.bat25 echo step - 1 start OpenOffice
30 echo please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;"
/trunk/main/offapi/com/sun/star/task/
H A DJobExecutor.idl39 Can start registered uno services on triggered events and handle there
52 /** start and regulate execution.
/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx68 void start(connectivity::OSQLParseNode* pSQLParseNode);
101 inline sal_Bool start() in start() function in connectivity::file::OPredicateInterpreter
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A DRelay.java44 public void start(XSource source) { in start() method in Relay
88 }.start(); in start()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx864 void DomainMapperTableHandler::startCell(const Handle_t & start, in startCell() argument
881 dmapper_logger->chars(toString(start)); in startCell()
891 if (!start.get()) in startCell()
893 (*m_pCellSeq)[0] = start->getStart(); in startCell()
/trunk/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx212 mpWakeupEvent->start(); in perform()
227 mpWakeupEvent->start(); in perform()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx185 mpAnim->start( BaseType::getShape(), in startAnimation()
474 mpAnim->start( BaseType::getShape(), in startAnimation()
836 mpAnim->start( getShape(), in startAnimation()
/trunk/main/scaddins/source/analysis/
H A Danalysis.src44 Text [ en-US ] = "The start date";
54 Text [ en-US ] = "The number of workdays before or after the start date";
72 …Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year f…
82 Text [ en-US ] = "The start date";
120 Text [ en-US ] = "The start date";
130 Text [ en-US ] = "Number of months before or after the start date";
176 Text [ en-US ] = "The start date";
186 Text [ en-US ] = "Number of months before or after the start date";
204 Text [ en-US ] = "The start date";
2121 Text [ en-US ] = "The start period";
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java101 protected void start(Description description) { in start() method in Logger
152 start(description); in apply()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DIteratorRowCompare.java90 Object orgSeqObject = orgSeq.start(); in computeDiffs()
91 Object modSeqObject = modSeq.start(); in computeDiffs()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DDocumentMerge.java96 orgSeq.start(); in applyDifference()
99 modSeq.start(); in applyDifference()
/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/
H A DMakefile94 @echo with one menu entry "$(QM)Start Foo Dialog$(QM)" to start it directly. If a
96 @echo All help index entries provided by the help content start with Foo.

Completed in 1454 milliseconds

12345678910>>...42