Home
last modified time | relevance | path

Searched refs:index (Results 351 – 375 of 950) sorted by relevance

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

/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
/trunk/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx52 sal_Int32 index = name.lastIndexOf(SEPARATOR); in initOptions() local
53 m_program = name.copy((index > 0 ? index+1 : 0)); in initOptions()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx905 void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, gint index) in atk_object_wrapper_add_child() argument
910 g_signal_emit_by_name( atk_obj, "children_changed::add", index, child, NULL ); in atk_object_wrapper_add_child()
915 void atk_object_wrapper_remove_child(AtkObjectWrapper* wrapper, AtkObject *child, gint index) in atk_object_wrapper_remove_child() argument
922 wrapper->index_of_child_about_to_be_removed = index; in atk_object_wrapper_remove_child()
924 g_signal_emit_by_name( ATK_OBJECT( wrapper ), "children_changed::remove", index, child, NULL ); in atk_object_wrapper_remove_child()
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx757 OUString DefaultNumberingProvider::makeNumberingIdentifier(sal_Int16 index) in makeNumberingIdentifier() argument
760 if (aSupportedTypes[index].cSymbol) in makeNumberingIdentifier()
761 …return OUString(aSupportedTypes[index].cSymbol, strlen(aSupportedTypes[index].cSymbol), RTL_TEXTEN… in makeNumberingIdentifier()
768 aProperties[0].Value <<= aSupportedTypes[index].nType; in makeNumberingIdentifier()
/trunk/main/sw/source/ui/utlui/
H A Dpoolfmt.src81 Text [ en-US ] = "Main index entry" ;
599 Text [ en-US ] = "Object index heading" ;
603 Text [ en-US ] = "Object index 1" ;
607 Text [ en-US ] = "Table index heading" ;
611 Text [ en-US ] = "Table index 1" ;
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx411 sal_Int32 index = pOEntry->find( pInterface, 1 ); in s_stub_defenv_revokeInterface() local
412 OSL_ASSERT( index > 0 ); in s_stub_defenv_revokeInterface()
413 if (index > 0) in s_stub_defenv_revokeInterface()
415 InterfaceEntry & entry = pOEntry->aInterfaces[ index ]; in s_stub_defenv_revokeInterface()
428 pOEntry->aInterfaces.begin() + index ); in s_stub_defenv_revokeInterface()
429 if (pOEntry->find( pInterface, index ) < 0) in s_stub_defenv_revokeInterface()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx367 sal_Int32 index = file_name.lastIndexOf('.'); in get_file_extension() local
368 if ((index != -1) && ((index + 1) < file_name.getLength())) in get_file_extension()
369 return file_name.copy(index + 1); in get_file_extension()
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroupSpecialOffset.idl102 integer value of type <atom>long</atom> specifying the index of the
103 defined name. This index can be obtained from the defined name using
175 integer value of type <atom>long</atom> specifying the index of the
176 database range. This index can be obtained from the database range
H A DExternalReference.idl44 has a unique index value.
46 <p>You can get the index value of an external document from the
79 the index of the external sheet cache containing the values of the
H A DXExternalDocLink.idl74 <p>This index value corresponds with the external document
79 <p>Each external document cache instance has a unique index value, and this
80 index value can be used to retrieve the corresponding external document cache
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx498 sal_uInt32 index = functionIndex; in generateCodeSnippet() local
500 index |= 0x80000000; in generateCodeSnippet()
511 *p++ = 0x11000000 | (index >> 10); in generateCodeSnippet()
513 *p++ = 0x90122000 | (index & 0x3FF); in generateCodeSnippet()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx190 Reference< XAccessible > ToolbarMenuEntry::getAccessibleChild( sal_Int32 index ) throw (IndexOutOfB… in getAccessibleChild() argument
197 return xContext->getAccessibleChild(index); in getAccessibleChild()
200 else if( index == 0 ) in getAccessibleChild()
287 Reference< XAccessible > ToolbarMenu_Impl::getAccessibleChild( sal_Int32 index ) throw (IndexOutOfB… in getAccessibleChild() argument
296 if( index < nCount ) in getAccessibleChild()
298 return pEntry->getAccessibleChild( index ); in getAccessibleChild()
300 index -= nCount; in getAccessibleChild()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DControlActions.idl54 The index of the first position is 0.
66 The index of the first position is 0. A value of -1 removes the
85 /** Returns the zero based index of the currently selected item.
/trunk/main/offapi/com/sun/star/chart2/
H A DXInternalDataProvider.idl48 after the given index. So to insert a sequence as the
49 new first sequence (index 0), you would pass -1 here.
54 current index of the data, i.e. (size - 1)
H A DXCoordinateSystem.idl63 The index says whether it is a primary or a secondary axis.
72 The index indicates whether it is a primary or a secondary axis or maybe more in future.
82 This method returns the maximum index at which an axis exists for the given dimension.
/trunk/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java288 int index = stringUrl.lastIndexOf('.'); in convertDocument() local
289 if ( index >= 0 ) { in convertDocument()
290 stringConvertedFile = stringUrl.substring(0, index) + "." + stringExtension; in convertDocument()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx135 sal_Int32 index = 0; in getRTTI() local
138 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
143 while (index >= 0); in getRTTI()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx789 void UpdateDialog::addAdditional( UpdateDialog::Index * index, SvLBoxButtonKind kind ) in addAdditional() argument
794 insertItem( index, kind ); in addAdditional()
1203 bool UpdateDialog::isIgnoredUpdate( UpdateDialog::Index * index ) in isIgnoredUpdate() argument
1212 if ( index->m_eKind == ENABLED_UPDATE ) in isIgnoredUpdate()
1214 dp_gui::UpdateData aUpdData = m_enabledUpdates[ index->m_nIndex ]; in isIgnoredUpdate()
1218 else if ( index->m_eKind == DISABLED_UPDATE ) in isIgnoredUpdate()
1220 DisabledUpdate &rData = m_disabledUpdates[ index->m_nIndex ]; in isIgnoredUpdate()
1235 index->m_bIgnored = true; in isIgnoredUpdate()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_platform.cxx207 sal_Int32 index = 0; in platform_fits() local
211 platform_string.getToken( 0, ',', index ).trim() ); in platform_fits()
219 if (index < 0) in platform_fits()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx135 sal_Int32 index = 0; in getRTTI() local
138 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
143 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx140 sal_Int32 index = 0; in getRTTI() local
143 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
148 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx141 sal_Int32 index = 0; in getRTTI() local
144 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
149 while (index >= 0); in getRTTI()

Completed in 111 milliseconds

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