Home
last modified time | relevance | path

Searched refs:index (Results 401 – 425 of 949) sorted by relevance

1...<<11121314151617181920>>...38

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java148 int index = unoObject.getIndexAtPoint(point); in getIndexAtPoint() local
150 point.Y + ") returns " + index); in getIndexAtPoint()
152 return index; in getIndexAtPoint()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx344 sal_Int32 index = name.lastIndexOf('/'); in Package() local
345 if (index != -1 && index < name.getLength()) in Package()
346 m_name = name.copy(index + 1); in Package()
/trunk/main/idlc/source/
H A Dscanner.ll200 sal_Int32 index = pragma.indexOf("include");
201 sal_Char* begin = pPragma + index + 8;
204 //::rtl::OString include = pragma.copy(index + 8, offset - begin);
205 idlc()->insertInclude(pragma.copy(index + 8, (sal_Int32)(offset - begin)));
H A Dastunion.cxx305 sal_uInt16 index = 0; in dump() local
307 index = 1; in dump()
330 index++, pBranch->getDocumentation(), emptyStr, RT_ACCESS_READWRITE, in dump()
H A Didlccompile.cxx259 sal_Int32 index = fileName.lastIndexOf(SEPARATOR); in compileFile() local
261 if ( index > 0) in compileFile()
263 filePath = fileName.copy(0, index); in compileFile()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx418 for( sal_Int32 index = 0; index < nElems; ++index ) in Item() local
420 …uno::Reference< excel::XWorksheet > xWorkSheet( ScVbaWorksheets_BASE::Item( sIndices[ index ], Ind… in Item()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx233 ScVbaUserForm::Controls( const uno::Any& index ) throw (uno::RuntimeException) in Controls() argument
239 if ( index.hasValue() ) in Controls()
240 return uno::makeAny( xControls->Item( index, uno::Any() ) ); in Controls()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx204 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
336 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
355 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx406 aVtableSlot.index, in cpp_call()
518 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
537 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx265 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
369 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
388 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx401 aVtableSlot.index, in cpp_call()
513 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
532 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx300 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
418 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
437 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg751 # configuration options related to the alphabetical class index
754 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
760 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
767 # classes will be put under the same header in the alphabetical index.
769 # should be ignored while generating the index headers.
829 # If the GENERATE_DOCSET tag is set to YES, additional index files
855 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
872 # the HTML help compiler on the generated index.hhp.
877 # controls if a separate .chi index file is generated (YES) or that
962 # containing a tree-like index structure (just like the one that
[all …]
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile619 # configuration options related to the alphabetical class index
622 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
628 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
635 # classes will be put under the same header in the alphabetical index.
637 # should be ignored while generating the index headers.
689 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
706 # the HTML help compiler on the generated index.hhp.
711 # controls if a separate .chi index file is generated (YES) or that
727 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
824 # include the index chapters (such as File Index, Compound Index, etc.)
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Root_8/
H A DREADME.txt7 openssl ocsp -index demoCA/index.txt -port 8888 -rsigner demoCA/cacert.pem -rkey demoCA/private/cak…
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/
H A DREADME.txt7 openssl ocsp -index demoCA/index.txt -port 8889 -rsigner demoCA/cacert.pem -rkey demoCA/private/cak…
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/
H A DREADME.txt7 openssl ocsp -index demoCA/index.txt -port 8889 -rsigner demoCA/cacert.pem -rkey demoCA/private/cak…
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx329 (*thisPtr)[slot.index + 2], stack, in call()
434 slot.index += 1; in unoInterfaceProxyDispatch()
447 switch (slot.index) { in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx483 pAdjustedThisPtr, aVtableSlot.index,
589 aVtableSlot.index += 1; //get then set method
609 switch (aVtableSlot.index)
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx295 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
405 aVtableSlot.index += 1; in unoInterfaceProxyDispatch()
428 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx483 pAdjustedThisPtr, aVtableSlot.index,
589 aVtableSlot.index += 1; //get then set method
609 switch (aVtableSlot.index)
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx260 aVtableSlot.index, in cpp_call()
383 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
402 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx401 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
514 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
534 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java638 int index = 1; in traverseCell() local
642 if(colID>=index && colID<(index+cri.getRepeated())) { in traverseCell()
645 index += cri.getRepeated(); in traverseCell()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTable.java422 public int getAccessibleColumn(int index) { in getAccessibleColumn() argument
424 return unoAccessibleTable.getAccessibleColumn(index); in getAccessibleColumn()
444 public int getAccessibleRow(int index) { in getAccessibleRow() argument
446 return unoAccessibleTable.getAccessibleRow(index); in getAccessibleRow()

Completed in 149 milliseconds

1...<<11121314151617181920>>...38