Home
last modified time | relevance | path

Searched refs:nIndex (Results 501 – 525 of 1876) sorted by relevance

1...<<21222324252627282930>>...76

/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTableCell.hxx120 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
121 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
122 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
123 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
132 …sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
133 …:star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
134 …:star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
H A DAccessibleGridControlTableCell.hxx142 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
143 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
144 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
145 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
154 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sa…
155 …:star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
156 …:star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
/trunk/main/svx/source/table/
H A Dtableundo.cxx184 InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ) in InsertRowUndo() argument
187 , mnIndex( nIndex ) in InsertRowUndo()
227 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo() argument
230 , mnIndex( nIndex ) in RemoveRowUndo()
288 InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in InsertColUndo() argument
291 , mnIndex( nIndex ) in InsertColUndo()
335 RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in RemoveColUndo() argument
338 , mnIndex( nIndex ) in RemoveColUndo()
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx211 SCROW nIndex = GetCache()->GetItemDataId( nCol, nRow, bRepeatIfEmpty ); in fillTable() local
212 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
226 pAdded[nOrder] = nIndex; in fillTable()
266 SCROW nIndex = GetCache()->GetItemDataId( nCol, nRow, false ); in fillTable() local
267 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
273 pAdded[nOrder] = nIndex; in fillTable()
330 String ScDPCacheTable::getFieldName(SCCOL nIndex) const in getFieldName()
332 return (GetCache()->GetDimensionName( nIndex )); in getFieldName()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.hxx177 UserData* CreateUserData (int nIndex, MasterPageContainer::Token aToken) const;
178 UserData* GetUserData (int nIndex) const;
179 void SetUserData (int nIndex, UserData* pData);
230 sal_uInt16 nIndex,
233 sal_uInt16 nIndex,
236 sal_uInt16 nIndex,
/trunk/main/xmloff/source/text/
H A DXMLIndexChapterInfoEntryContext.cxx183 sal_Int32 nIndex = bCharStyleNameOK ? 2 : 1; in FillPropertyValues() local
188 rValues[nIndex].Name = rTemplateContext.sChapterFormat; in FillPropertyValues()
191 rValues[nIndex].Value = aAny; in FillPropertyValues()
192 nIndex++; in FillPropertyValues()
196 rValues[nIndex].Name = rTemplateContext.sChapterLevel; in FillPropertyValues()
199 rValues[nIndex].Value = aAny; in FillPropertyValues()
/trunk/main/comphelper/source/misc/
H A Dservicedecl.cxx130 sal_Int32 nIndex = 0; in getSupportedServiceNames() local
132 rtl::OString const token( str.getToken( 0, m_cDelim, nIndex ) ); in getSupportedServiceNames()
136 while (nIndex >= 0); in getSupportedServiceNames()
144 sal_Int32 nIndex = 0; in supportsService() local
146 rtl::OString const token( str.getToken( 0, m_cDelim, nIndex ) ); in supportsService()
150 while (nIndex >= 0); in supportsService()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx487 sal_Int32 nIndex = aResString.indexOf( aReplacementStr ); in fillSeriesListBox() local
488 if( nIndex != -1 ) in fillSeriesListBox()
490 nIndex, aReplacementStr.getLength(), in fillSeriesListBox()
619 sal_Int32 nIndex = m_aFixedTextRange.indexOf( aReplacementStr ); in IMPL_LINK() local
620 if( nIndex != -1 ) in IMPL_LINK()
654 sal_Int32 nIndex = aUIStr.indexOf( aReplacement ); in IMPL_LINK() local
655 if( nIndex != -1 ) in IMPL_LINK()
657 aUIStr = aUIStr.replaceAt( nIndex, aReplacement.getLength(), in IMPL_LINK()
662 nIndex = aUIStr.indexOf( aReplacement ); in IMPL_LINK()
663 if( nIndex != -1 ) in IMPL_LINK()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx904 sal_Int32 nIndex (0); in CreatePopupMenu() local
909 ++iItem,++nIndex) in CreatePopupMenu()
911 const sal_Int32 nMenuIndex (nIndex+MID_FIRST_PANEL); in CreatePopupMenu()
916 const sal_Int32 nSubMenuIndex (nIndex+MID_FIRST_HIDE); in CreatePopupMenu()
961 const sal_Int32 nIndex (pMenu->GetCurItemId()); in IMPL_LINK() local
962 switch (nIndex) in IMPL_LINK()
980 if (nIndex >= MID_FIRST_PANEL && nIndex<MID_FIRST_HIDE) in IMPL_LINK()
981 SwitchToDeck(mpTabBar->GetDeckIdForIndex(nIndex - MID_FIRST_PANEL)); in IMPL_LINK()
982 else if (nIndex >=MID_FIRST_HIDE) in IMPL_LINK()
983 if (pMenu->GetItemBits(nIndex) == MIB_CHECKABLE) in IMPL_LINK()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx976 sal_uInt16 nRegion = 0, nIndex = 0; in EditedEntry() local
977 GetIndices_Impl( this, pEntry, nRegion, nIndex ); in EditedEntry()
979 if ( USHRT_MAX != nIndex ) in EditedEntry()
984 if ( !pMgr->SetName( rText, nRegion, nIndex ) ) in EditedEntry()
1750 sal_uInt16 nRegion = 0, nIndex = 0; in DontDelete_Impl() local
1784 sal_uInt16 nRegion = 0, nIndex = 0; in GetServiceName_Impl() local
1786 rFileURL = pTemplates->GetPath( nRegion, nIndex ); in GetServiceName_Impl()
1877 sal_uInt16 nRegion = 0, nIndex = 0; in Dispatch_Impl() local
1913 sal_uInt16 nRegion = 0, nIndex = 0; in Dispatch_Impl() local
2125 sal_uInt16 nIndex = aPath[ nDocLevel + 1 ]; in IMPL_LINK() local
[all …]
/trunk/main/idlc/source/
H A Didlcproduce.cxx59 sal_Int32 nIndex = 0; in checkOutputPath() local
60 OString token(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()
70 nIndex = 0; in checkOutputPath()
74 buffer.append(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()
76 if ( buffer.getLength() > 0 && nIndex != -1 ) in checkOutputPath()
98 } while( nIndex != -1 ); in checkOutputPath()
/trunk/main/editeng/inc/editeng/
H A Dunoforou.hxx86 virtual LanguageType GetLanguage( sal_uInt32 nPara, sal_uInt16 nIndex ) const;
90 virtual Rectangle GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const;
94 virtual sal_Bool GetIndexAtPoint( const Point&, sal_uInt32& nPara, sal_uInt16& nIndex ) const;
95 …virtual sal_Bool GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uIn…
96 …uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPara, sal_uInt16 nIndex, sal_Bool bInCell …
100 virtual sal_uInt16 GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const;
H A DAccessibleStaticTextBase.hxx228 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
229 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
230 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
231 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
242 …sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
244 …:star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
246 …:star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
/trunk/main/sw/source/core/access/
H A Daccnotextframe.hxx118 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
119 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
120 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
121 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
130 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sa…
131 …:star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
132 …:star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
/trunk/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl67 void registerScriptEvent( [in] long nIndex,
90 void registerScriptEvents( [in] long nIndex,
112 void revokeScriptEvent( [in] long nIndex,
127 void revokeScriptEvents( [in] long nIndex )
134 nIndex</code> will be increased by one.</p>
136 void insertEntry( [in] long nIndex )
149 void removeEntry( [in] long nIndex )
175 void attach( [in] long nIndex,
191 void detach( [in] long nIndex,
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx253 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call() local
255 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
256 uno_destructData( pUnoArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], 0 ); in cpp2uno_call()
272 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call() local
275 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
278 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp2uno_call()
279 uno_copyAndConvertData( pCppArgs[nIndex], pUnoArgs[nIndex], pParamTypeDescr, in cpp2uno_call()
283 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx317 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call() local
319 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
320 uno_destructData( pUnoArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], 0 ); in cpp2uno_call()
336 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call() local
339 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
342 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp2uno_call()
343 uno_copyAndConvertData( pCppArgs[nIndex], pUnoArgs[nIndex], pParamTypeDescr, in cpp2uno_call()
347 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); in cpp2uno_call()
/trunk/main/vcl/unx/kde/
H A Dkdedata.cxx245 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local
246 nMajor = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance()
247 if( nIndex > 0 ) in create_SalInstance()
248 nMinor = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance()
249 if( nIndex > 0 ) in create_SalInstance()
250 nMicro = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx386 for (sal_uInt32 nIndex(pPts->GetCount()); nIndex > 0L && nPtNum >= nMax;) in UndirtyMrkPnt() local
388 nIndex--; in UndirtyMrkPnt()
389 nPtNum = pPts->GetObject(nIndex); in UndirtyMrkPnt()
393 pPts->Remove(nIndex); in UndirtyMrkPnt()
418 for (sal_uIntPtr nIndex=pPts->GetCount(); nIndex>0;) { in UndirtyMrkPnt() local
419 nIndex--; in UndirtyMrkPnt()
420 sal_uInt16 nId=pPts->GetObject(nIndex); in UndirtyMrkPnt()
422 pPts->Remove(nIndex); in UndirtyMrkPnt()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx240 sal_Int32 nIndex = aDesc.ScriptCode.indexOf( ':' ); in attachEventsToControl() local
241 sKey = aDesc.ScriptCode.copy( 0, nIndex ); in attachEventsToControl()
515 sal_Int32 nIndex = sScriptCode.indexOf( ':' ); in firing_impl() local
516 if ( nIndex >= 0 && nIndex < sScriptCode.getLength() ) in firing_impl()
519 sScriptURL += sScriptCode.copy( nIndex + 1 ); in firing_impl()
521 sScriptURL += sScriptCode.copy( 0, nIndex ); in firing_impl()
623 sal_Int32 nIndex = aOURes.indexOf( '%' ); in firing_impl() local
626 aOUFinal += aOURes.copy( 0, nIndex ); in firing_impl()
630 aOUFinal += aOURes.copy( nIndex + 2 ); in firing_impl()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx167 SfxPickList::PickListEntry* SfxPickList::GetPickListEntry( sal_uInt32 nIndex ) in GetPickListEntry() argument
169 OSL_ASSERT( m_aPicklistVector.size() > nIndex ); in GetPickListEntry()
171 if ( nIndex < m_aPicklistVector.size() ) in GetPickListEntry()
172 return m_aPicklistVector[ nIndex ]; in GetPickListEntry()
298 void SfxPickList::ExecuteEntry( sal_uInt32 nIndex ) in ExecuteEntry() argument
302 PickListEntry *pPick = SfxPickList::Get()->GetPickListEntry( nIndex ); in ExecuteEntry()
332 String SfxPickList::GetMenuEntryTitle( sal_uInt32 nIndex ) in GetMenuEntryTitle() argument
334 PickListEntry *pPick = SfxPickList::Get()->GetPickListEntry( nIndex ); in GetMenuEntryTitle()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx309 sal_Int32 nIndex = 0; in translateToOOo() local
310 return uno::makeAny( aMailer.getToken( 0, ' ', nIndex ) ); in translateToOOo()
349 sal_Int32 nIndex = 0; in translateToOOo() local
352 aGivenName = aCompleteName.getToken( 0, ' ', nIndex ); in translateToOOo()
353 while ( nIndex == 0 ); in translateToOOo()
363 sal_Int32 nIndex = 0; in translateToOOo() local
366 aSurname = aCompleteName.getToken( 0, ' ', nIndex ); in translateToOOo()
367 while ( nIndex >= 0 ); in translateToOOo()
/trunk/main/sfx2/inc/sfx2/
H A Dobjuno.hxx130 …virtual ::rtl::OUString SAL_CALL getUserFieldName(sal_Int16 nIndex) throw( ::com::sun::star::uno::…
131 …virtual ::rtl::OUString SAL_CALL getUserFieldValue(sal_Int16 nIndex) throw( ::com::sun::star::uno:…
132 …virtual void SAL_CALL setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aName ) throw( ::c…
133 …virtual void SAL_CALL setUserFieldValue(sal_Int16 nIndex, const ::rtl::OUString& aValue ) throw( :…
178 …virtual ::rtl::OUString SAL_CALL getUserFieldName(sal_Int16 nIndex) throw( ::com::sun::star::uno::…
179 …virtual ::rtl::OUString SAL_CALL getUserFieldValue(sal_Int16 nIndex) throw( ::com::sun::star::uno:…
180 …virtual void SAL_CALL setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aName ) throw( ::c…
181 …virtual void SAL_CALL setUserFieldValue(sal_Int16 nIndex, const ::rtl::OUString& aValue ) throw( :…
/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx559 sal_Int32 nIndex = 0; in indexOfChild() local
571 nIndex++; in indexOfChild()
576 nIndex = -1; in indexOfChild()
579 return nIndex; in indexOfChild()
582 const BufferNode* BufferNode::childAt(sal_Int32 nIndex) const in childAt()
611 if (nIndex < ((sal_Int32)m_vChildren.size()) && nIndex >= 0) in childAt()
613 rc = (BufferNode*)m_vChildren[nIndex]; in childAt()
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx560 ScNamedRangeObj* ScNamedRangesObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl() argument
574 if ( nPos == nIndex ) in GetObjectByIndex_Impl()
613 sal_uInt16 nIndex = 0; in ImplAddNewByScopeAndName() local
616 if (pNames && !pNames->SearchName(aNameStr, nIndex,aScope)) in ImplAddNewByScopeAndName()
798 uno::Any SAL_CALL ScNamedRangesObj::getByIndex( sal_Int32 nIndex ) in getByIndex() argument
1181 if ( pList && nIndex < pList->Count() ) in GetObjectByIndex_Impl()
1183 ScRangePair* pData = pList->GetObject(nIndex); in GetObjectByIndex_Impl()
1224 void SAL_CALL ScLabelRangesObj::removeByIndex( sal_Int32 nIndex ) in removeByIndex() argument
1234 if ( pOldList && nIndex >= 0 && nIndex < (sal_Int32)pOldList->Count() ) in removeByIndex()
1238 ScRangePair* pEntry = xNewList->GetObject( nIndex ); in removeByIndex()
[all …]

Completed in 131 milliseconds

1...<<21222324252627282930>>...76