Home
last modified time | relevance | path

Searched refs:t (Results 101 – 125 of 989) sorted by last modified time

12345678910>>...40

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java184 } catch( java.lang.Throwable t ) in dispatch()
H A DEditPageParser.java58 public void handleEndTag( HTML.Tag t,int pos ) in handleEndTag() argument
60 if ( t == HTML.Tag.TEXTAREA ) in handleEndTag()
64 else if ( t == HTML.Tag.DIV ) in handleEndTag()
72 else if ( t == HTML.Tag.HEAD ) in handleEndTag()
87 if ( t == HTML.Tag.INPUT ) in handleSimpleTag()
107 else if ( t == HTML.Tag.LINK ) in handleSimpleTag()
135 if ( t == HTML.Tag.HEAD ) in handleStartTag()
139 if ( t == HTML.Tag.TEXTAREA ) in handleStartTag()
146 m_nWikiArticleHash = t.hashCode(); in handleStartTag()
151 else if ( t == HTML.Tag.DIV ) in handleStartTag()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXModel.idl213 if <var>xController</var> isn't an already connected controller on this model
H A DController.idl100 Don't mix it with <type>XDispatchProviderInterception</type> which
H A DXDispatch.idl122 …Note: Notifications can't be guaranteed! This will be a part of interface <type>XNotifyingDispatch…
H A DProtocolHandler.idl82 … as a singleton. Otherwise the implementation can't distinguish between different environments
H A DXDispatchRecorderSupplier.idl95 If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member>
98 <li>If <var>Dispatcher</var> doesn't support the interface
104 can't be recorded then and will be lost.
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1059 SbxDataType t = pVar->GetType(); in StepBYVAL() local
1061 SbxVariable* pCopyVar = new SbxVariable( t ); in StepBYVAL()
/trunk/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl37 <p>Usually, you don't deal with this loader directly. Instead, use an instance with
H A DErrorMessageDialog.idl87 This property can't be set while the dialog is being displayed.
100 This property can't be set while the dialog is being displayed.
/trunk/main/desktop/source/app/
H A Dlockfile.cxx82 time_t t; in Lockfile() local
83 srand( (unsigned)(t = time( NULL )) ); in Lockfile()
93 char *tmpTime = ctime( &t ); in Lockfile()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx976 double t; in GetDuration() local
978 for( t = 1.0 ; t < fNumOfCoups ; t++ ) in GetDuration()
979 fDur += ( t + nDiff ) * ( fCoup ) / pow( fYield, t + nDiff ); in GetDuration()
984 for( t = 1.0 ; t < fNumOfCoups ; t++ ) in GetDuration()
985 p += fCoup / pow( fYield, t + nDiff ); in GetDuration()
/trunk/main/framework/source/jobs/
H A Djoburl.cxx82 sal_Int32 t = JOBURL_PROTOCOL_LEN; in JobURL() local
86 ::rtl::OUString sToken = sURL.getToken(0, JOBURL_PART_SEPERATOR, t); in JobURL()
126 while(t!=-1); in JobURL()
/trunk/main/libxml2/
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch6 Make sure that truncated UTF-8 sequences don't cause an out-of-bounds
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl111 Use this method if you favor maximal render speed, but don't
H A DXAnimatedSprite.idl62 t parameter, or a full sequence of sprite bitmaps drawn). Once
75 range of the <member>XAnimation::render</member>'s t
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx354 double t ) in Impl_deCasteljauAt() argument
370 if( tolZero(t) ) in Impl_deCasteljauAt()
377 else if( tolEqual(t, 1.0) ) in Impl_deCasteljauAt()
387 …part1.p1.x = (1.0 - t)*part1.p0.x + t*input.p1.x; part1.p1.y = (1.0 - t)*part1.p0.y + t*input.p… in Impl_deCasteljauAt()
388 …const double Hx ( (1.0 - t)*input.p1.x + t*input.p2.x ), Hy ( (1.0 - t)*input.p1.y + t*input.p2.y… in Impl_deCasteljauAt()
389 part1.p2.x = (1.0 - t)*part1.p1.x + t*Hx; part1.p2.y = (1.0 - t)*part1.p1.y + t*Hy; in Impl_deCasteljauAt()
391 …part2.p2.x = (1.0 - t)*input.p2.x + t*input.p3.x; part2.p2.y = (1.0 - t)*input.p2.y + t*input.… in Impl_deCasteljauAt()
392 part2.p1.x = (1.0 - t)*Hx + t*part2.p2.x; part2.p1.y = (1.0 - t)*Hy + t*part2.p2.y; in Impl_deCasteljauAt()
393 …part2.p0.x = (1.0 - t)*part1.p2.x + t*part2.p1.x; part2.p0.y = (1.0 - t)*part1.p2.y + t*part2.… in Impl_deCasteljauAt()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx601 pMeth = new SbMethod( rName, t, this ); in GetMethod()
612 pMeth->SetType( t ); in GetMethod()
614 if( t != SbxVARIANT ) in GetMethod()
639 ( const String& rName, SbxDataType t ) in GetProcedureProperty() argument
881 SbxDataType t = aTok.GetType(); in SetSource32() local
883 t = SbxVOID; in SetSource32()
884 pMeth = GetMethod( aName_, t ); in SetSource32()
1967 : SbxMethod( r, t ), pMod( p ) in SbMethod()
2138 : SbMethod( r, t, p ) in SbJScriptMethod()
2683 return SbObjModule::Find( rName, t ); in Find()
[all …]
/trunk/main/python/
H A Dpython-solver-before-std.patch52 # Ensure path doesn't end with path separator
71 # Ensure path doesn't end with path separator
/trunk/main/sc/addin/rot13/
H A Drot13.src33 * script merging the raw .cl and the .src during build time didn't work
/trunk/main/offapi/com/sun/star/task/
H A DXJob.idl77 if some of given arguments doesn't fill out the service specification or
78 was corrupt so the service couldn't work correctly
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx119 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners() argument
132 ::std::for_each(listeners.begin(), listeners.end(), t); in notifyListeners()
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl142 Note: This method can't be used to remove entities from the configuration set.
156 if the key event isn't a valid one. Commands can be
194 if the specified command is empty. It can't be checked, if a command
198 if the specified command isn't empty but does not
220 This internal selection can't be influenced from outside.
224 must have an accelerator - we can't reject the call if at least one command
239 It can't be checked, if a command is valid -
269 if the specified command isn't used inside this configuration set.
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl88 If this listener doesn't disagree with th close request it depends from his internal
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatusException.java49 public StatusException( String message, Throwable t ) { in StatusException() argument
51 exceptionThrown = t; in StatusException()
52 status = Status.exception( t ); in StatusException()

Completed in 177 milliseconds

12345678910>>...40