Home
last modified time | relevance | path

Searched refs:idx (Results 51 – 75 of 118) sorted by relevance

12345

/aoo41x/main/cppu/source/uno/
H A DEnvStack.cxx181 sal_Int32 idx = currPurpose.lastIndexOf(':'); in s_getNextEnv() local
182 nextPurpose = currPurpose.copy(0, idx); in s_getNextEnv()
188 sal_Int32 idx = targetPurpose.indexOf(':', intermPurpose.getLength() + 1); in s_getNextEnv() local
189 if (idx == -1) in s_getNextEnv()
193 nextPurpose = targetPurpose.copy(0, idx); in s_getNextEnv()
/aoo41x/main/framework/source/recording/
H A Ddispatchrecorder.cxx441 com::sun::star::uno::Any SAL_CALL DispatchRecorder::getByIndex(sal_Int32 idx) throw (::com::sun::s… in getByIndex() argument
443 if (idx >= (sal_Int32)m_aStatements.size()) { in getByIndex()
451 Any element(&m_aStatements[idx], in getByIndex()
457 void SAL_CALL DispatchRecorder::replaceByIndex(sal_Int32 idx, const com::sun::star::uno::Any& eleme… in replaceByIndex() argument
467 if (idx >= (sal_Int32)m_aStatements.size()) { in replaceByIndex()
486 m_aStatements[idx] = aStatement; in replaceByIndex()
/aoo41x/main/unoxml/source/rdf/
H A DCURI.cxx784 sal_Int32 idx; in initialize() local
785 if ( ((idx = arg0.indexOf ('#')) >= 0) in initialize()
786 || ((idx = arg0.lastIndexOf('/')) >= 0) in initialize()
787 || ((idx = arg0.lastIndexOf(':')) >= 0)) in initialize()
790 if (idx < arg0.getLength() - 1) { in initialize()
791 arg1 = arg0.copy(idx+1); in initialize()
792 arg0 = arg0.copy(0, idx+1); in initialize()
/aoo41x/main/extensions/source/oooimprovement/
H A Derrormail.cxx54 sal_Int32 idx = 0; in replaceAll() local
56 result.append(str.getToken(0, old, idx)); in replaceAll()
57 if(idx>=0) result.append(replacement); in replaceAll()
58 } while(idx >= 0); in replaceAll()
H A Donlogrotate_job.cxx211 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService() local
212 if(service_name == service_names[idx]) return sal_True; in supportsService()
/aoo41x/main/extensions/source/oooimprovecore/
H A Dcore.cxx148 for (sal_Int32 idx = service_names.getLength()-1; idx>=0; --idx) in supportsService() local
149 if(service_name == service_names[idx]) return sal_True; in supportsService()
/aoo41x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx421 for (CFIndex idx = 0; idx < CFArrayGetCount(rExceptionsList); idx++) in getPropertyValue() local
423 CFStringRef rException = (CFStringRef) CFArrayGetValueAtIndex(rExceptionsList, idx); in getPropertyValue()
425 if (idx>0) in getPropertyValue()
/aoo41x/main/qadevOOo/tests/java/mod/_acceptor/
H A DAcceptor.java62 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
63 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/qadevOOo/tests/java/mod/_acceptor.uno/
H A DAcceptor.java58 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
59 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_XTableColumns.java354 private boolean checkColumn(int col, int idx) in checkColumn() argument
362 if (!((""+ idx + "a").equals(c1) && (""+ idx + "b").equals(c2))) { in checkColumn()
364 log.println("FAILED for column " + col + " and index " + idx + "(" in checkColumn()
/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.hxx98 const OUString& getTypeByIndex (sal_Int32 idx) const;
99 const OUString& getValueByIndex (sal_Int32 idx) const ;
124 inline LocaleNode * getChildAt (sal_Int32 idx) const { return children[idx] ; }; in getChildAt()
/aoo41x/main/qadevOOo/tests/java/mod/_brdgfctr/
H A DBridgeFactory.java53 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
54 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/qadevOOo/tests/java/mod/_bridgefac.uno/
H A DBridgeFactory.java51 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
52 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/qadevOOo/tests/java/mod/_connector.uno/
H A DConnector.java62 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
63 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/qadevOOo/tests/java/mod/_connectr/
H A DConnector.java64 int idx = cncstr.indexOf("host=") + 5 ; in initialize() local
65 sOfficeHost = cncstr.substring(idx, cncstr.indexOf(",", idx)) ; in initialize()
/aoo41x/main/shell/source/win32/shlxthandler/util/
H A Dfileextensions.cxx75 std::string::size_type idx = file_name.find_last_of("."); in get_file_name_extension() local
77 if (std::string::npos != idx++) in get_file_name_extension()
78 return std::string(file_name.begin() + idx, file_name.end()); in get_file_name_extension()
/aoo41x/main/comphelper/source/misc/
H A Dstring.cxx107 sal_Int32 idx = 0; in convertCommaSeparated() local
110 i_rString.getToken(0, static_cast<sal_Unicode> (','), idx); in convertCommaSeparated()
115 } while (idx >= 0); in convertCommaSeparated()
/aoo41x/main/xmloff/source/transform/
H A DEventOASISTContext.cxx300 sal_Int16 idx = pMutableAttrList->GetIndexByName( in StartElement() local
305 pMutableAttrList->SetValueByIndex( idx, in StartElement()
352 sal_Int16 idx = pMutableAttrList->GetIndexByName( in StartElement() local
357 pMutableAttrList->SetValueByIndex( idx, in StartElement()
/aoo41x/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx68 std::string::size_type idx = String.find(Placeholder); in SubstitutePlaceholder() local
71 while (std::string::npos != idx) in SubstitutePlaceholder()
73 String.replace(idx, len, Replacement); in SubstitutePlaceholder()
74 idx = String.find(Placeholder); in SubstitutePlaceholder()
/aoo41x/main/solenv/bin/
H A Drelocate161 my $idx = 0;
170 $idx || print "\n ";
171 if ($idx++ == 6) {
172 $idx = 0;
/aoo41x/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx82 sal_Int32 idx = result.indexOf(key); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
84 if (idx >= 0) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
85 address[nChar]=idx; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx101 std::string::size_type idx = path.rfind("program\\soffice.exe"); in FindProductInstallationPath() local
102 if (idx != std::string::npos) in FindProductInstallationPath()
103 … return path.substr(0, idx); in FindProductInstallationPath()
/aoo41x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java172 int idx = oObj.getAccessibleIndexInParent(); in _getAccessibleIndexInParent() local
177 parentAC.getAccessibleChild(idx).getAccessibleContext(),oObj); in _getAccessibleIndexInParent()
181 parentAC.getAccessibleChild(idx).getAccessibleContext())); in _getAccessibleIndexInParent()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java855 int idx = child.indexOf(SEPARATOR); in evaluate() local
856 if(idx > 0) // more path elements ahead in evaluate()
857 child = child.substring(0, idx); in evaluate()
873 int idx = 0; in getChildren() local
875 chn[idx++] = (String)itr.next(); in getChildren()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorder.java188 int idx = macro.indexOf((String)dispArgs[0].Value); in _recordDispatchAsComment() local
189 int lineStartIdx = macro.lastIndexOf("\n", idx); in _recordDispatchAsComment()
190 String lineStart = macro.substring(lineStartIdx + 1, idx).toLowerCase(); in _recordDispatchAsComment()

Completed in 155 milliseconds

12345