Home
last modified time | relevance | path

Searched refs:nIndex (Results 676 – 700 of 1876) sorted by relevance

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

/trunk/main/vcl/source/control/
H A Dedit.cxx662 int nIndex = i; in ImplRepaint() local
670 nIndex++; in ImplRepaint()
672 i = nIndex; in ImplRepaint()
1318 nIndex++; in ImplGetCharPos()
1323 nIndex++; in ImplGetCharPos()
1328 if( nIndex == STRING_LEN ) in ImplGetCharPos()
1330 nIndex = 0; in ImplGetCharPos()
1342 if( nIndex == aText.Len()-1 && Abs( pDX[2*nIndex+1] - nX ) < nDiff ) in ImplGetCharPos()
1343 nIndex = STRING_LEN; in ImplGetCharPos()
1349 return nIndex; in ImplGetCharPos()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DVectorNode.java50 public AccessibleTreeNode getChild (int nIndex) in getChild() argument
53 return (AccessibleTreeNode)maChildren.elementAt (nIndex); in getChild()
56 public boolean removeChild (int nIndex) in removeChild() argument
59 return maChildren.remove (nIndex) != null; in removeChild()
H A DAccessibleTreeNode.java62 public AccessibleTreeNode getChild (int nIndex) in getChild() argument
68 public AccessibleTreeNode getChildNoCreate (int nIndex) in getChildNoCreate() argument
74 public boolean removeChild (int nIndex) in removeChild() argument
119 public void performAction (int nIndex) in performAction() argument
/trunk/main/xmloff/inc/xmloff/
H A Dmaptype.hxx62 XMLPropertyState( sal_Int32 nIndex ) in XMLPropertyState()
63 : mnIndex( nIndex ) {} in XMLPropertyState()
64 XMLPropertyState( sal_Int32 nIndex, const ::com::sun::star::uno::Any& rValue ) in XMLPropertyState()
65 : mnIndex( nIndex ), maValue( rValue ) {} in XMLPropertyState()
/trunk/main/xmloff/source/transform/
H A DChartPlotAreaOASISTContext.cxx177 sal_Int16 nIndex = pMutableAttrList->GetIndexByName( aAttrQName ); in EndElement() local
178 if( nIndex != -1 ) in EndElement()
180 OSL_ENSURE( IsXMLToken( pMutableAttrList->getValueByIndex( nIndex ), in EndElement()
182 pMutableAttrList->SetValueByIndex( nIndex, GetXMLToken( XML_CATEGORY )); in EndElement()
183 OSL_ENSURE( IsXMLToken( pMutableAttrList->getValueByIndex( nIndex ), in EndElement()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testostring.cxx174 sal_Int32 nIndex = 0; in test_OString() local
176 TEST_ENSURE( s8.getToken(3,'|', nIndex) == "hallo3", "test_OString error 40"); in test_OString()
181 nIndex = 0; in test_OString()
185 TEST_ENSURE( s8.getToken(0,'|',nIndex) == Tokens[i], "test_OString error 40e"); in test_OString()
188 while ( nIndex >= 0 ); in test_OString()
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx84 sal_Int32 nIndex; member in EnumWrapper
86 …ss ) : m_xParent( xParent ), m_xContext( xContext), m_xIndexAccess( xIndexAccess ), nIndex( 0 ) {} in EnumWrapper()
90 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
95 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
97 …uno::Reference< drawing::XControlShape > xControlShape ( m_xIndexAccess->getByIndex( nIndex++ ), … in nextElement()
H A Dvbastyles.cxx79 sal_Int32 nIndex; member in EnumWrapper
81 …s( xIndexAccess ), m_xParent( xParent ), m_xContext( xContext ), m_xModel( xModel ), nIndex( 0 ) {} in EnumWrapper()
84 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
88 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
89 …return lcl_createAPIStyleToVBAObject( m_xIndexAccess->getByIndex( nIndex++ ), m_xParent, m_xContex… in nextElement()
/trunk/main/editeng/inc/editeng/
H A Dunoedsrc.hxx197 virtual LanguageType GetLanguage( sal_uInt32 nPara, sal_uInt16 nIndex ) const = 0;
247 virtual Rectangle GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const = 0;
320 …virtual sal_Bool GetWordIndices( sal_uInt32 nPara, sal_uInt16 nIndex, sal_uInt16& rStart, sal_uIn…
338 …uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt32 nPara, sal_uInt16 nIndex, sal_Bool bInCell …
389 … virtual sal_uInt16 GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const = 0;
/trunk/main/sc/source/core/data/
H A Ddpdimsave.cxx90 const String* ScDPSaveGroupItem::GetElementByIndex( size_t nIndex ) const in GetElementByIndex()
92 return (nIndex < aElements.size()) ? &aElements[ nIndex ] : 0; in GetElementByIndex()
212 const ScDPSaveGroupItem* ScDPSaveGroupDimension::GetGroupByIndex( long nIndex ) const in GetGroupByIndex()
214 return const_cast< ScDPSaveGroupDimension* >( this )->GetGroupAccByIndex( nIndex ); in GetGroupByIndex()
217 ScDPSaveGroupItem* ScDPSaveGroupDimension::GetGroupAccByIndex( long nIndex ) in GetGroupAccByIndex() argument
219 return &aGroups[nIndex]; in GetGroupAccByIndex()
/trunk/main/slideshow/source/inc/
H A Ddoctreenode.hxx114 void setStartIndex( sal_Int32 nIndex ) { mnStartIndex = nIndex; } in setStartIndex() argument
115 void setEndIndex( sal_Int32 nIndex ) { mnEndIndex = nIndex; } in setEndIndex() argument
/trunk/main/writerfilter/source/doctok/
H A DWW8BinTableImpl.hxx84 virtual Fc getFc(sal_uInt32 nIndex) const in getFc()
85 { return mData.getFc(nIndex); } in getFc()
86 virtual sal_uInt32 getPageNumber(sal_uInt32 nIndex) const in getPageNumber()
87 { return mData.getEntry(nIndex)->get(); } in getPageNumber()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletoolboxitem.hxx133 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
134 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
135 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
154 …virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::I…
155 …virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (::com:…
156 …AccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (::com::su…
/trunk/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx346 for (sal_Int32 nIndex=0; nIndex<aProperties.getLength(); ++nIndex) in GetCommandLabel() local
348 if (aProperties[nIndex].Name.equalsAscii("Name")) in GetCommandLabel()
351 aProperties[nIndex].Value >>= sLabel; in GetCommandLabel()
/trunk/main/slideshow/source/engine/
H A Ddebug.cxx182 for (std::size_t nIndex=0; nIndex<maChildren.size(); ++nIndex) in ShowChildrenState() local
184 TRACE("Node connection: n%x -> n%x", this, maChildren[nIndex].get()); in ShowChildrenState()
185 DebugShowState(maChildren[nIndex]); in ShowChildrenState()
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx176 sal_Int32 nIndex = nStartIndex + aSystemPrefix.getLength(); in GetOldStyleDics() local
177 rtl::OUString sLang = sChunk.getToken( 0, '_', nIndex ); in GetOldStyleDics()
181 if (nIndex != -1) in GetOldStyleDics()
182 sRegion = sChunk.copy( nIndex, sChunk.getLength() - nIndex ); in GetOldStyleDics()
/trunk/main/svx/source/accessibility/
H A DAccessibleShapeInfo.cxx39 sal_Int32 nIndex) in AccessibleShapeInfo() argument
43 mnIndex (nIndex) in AccessibleShapeInfo()
56 sal_Int32 nIndex) in AccessibleShapeInfo() argument
60 mnIndex (nIndex) in AccessibleShapeInfo()
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.hxx61 const String & Decompress( sal_uInt16 nIndex, int *pOverflow=0);
63 const String &GetStreamName( sal_uInt16 nIndex ) const in GetStreamName()
65 DBG_ASSERT( nIndex < nOffsets, "Index out of range" ); in GetStreamName()
66 return pOffsets[ nIndex ].sName; in GetStreamName()
/trunk/main/comphelper/source/misc/
H A Daccessiblekeybindinghelper.cxx96 …Sequence< awt::KeyStroke > OAccessibleKeyBindingHelper::getAccessibleKeyBinding( sal_Int32 nIndex in getAccessibleKeyBinding() argument
100 if ( nIndex < 0 || nIndex >= (sal_Int32)m_aKeyBindings.size() ) in getAccessibleKeyBinding()
103 return m_aKeyBindings[nIndex]; in getAccessibleKeyBinding()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.hxx70 const StringArray & Decompress(sal_uInt16 nIndex, int *pOverflow=0);
72 const String &GetStreamName(sal_uInt16 nIndex) const in GetStreamName()
74 DBG_ASSERT( nIndex < nOffsets, "Index out of range" ); in GetStreamName()
75 return pOffsets[ nIndex ].sName; in GetStreamName()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx428 sal_Int16 nIndex = -1; in describePDFControl() local
429 OSL_VERIFY( xModelProps->getPropertyValue( aTabIndexString ) >>= nIndex ); in describePDFControl()
430 _rpDescriptor->TabOrder = nIndex; in describePDFControl()
588 sal_Int16 nIndex = aSelectIndices.getConstArray()[i]; in describePDFControl() local
589 if( nIndex >= 0 && nIndex < (sal_Int16)pListWidget->Entries.size() ) in describePDFControl()
590 pListWidget->SelectedEntries.push_back( nIndex ); in describePDFControl()
/trunk/main/automation/source/server/
H A Dserver.cxx510 xub_StrLen nIndex; in Timeout() local
511 for ( nIndex = 0 ; nIndex < aData.Len() ; nIndex++ ) in Timeout()
513 if ( ( nIndex & 3 ) == 0 ) in Timeout()
515 cRest = aData.GetChar( nIndex ); in Timeout()
520 c = aData.GetChar( nIndex ); in Timeout()
/trunk/main/writerfilter/source/dmapper/
H A DModelEventListener.cxx63 for( sal_Int32 nIndex = 0; nIndex < nIndexes; ++nIndex) in notifyEvent() local
65 … uno::Reference< text::XDocumentIndex> xIndex( xIndexes->getByIndex( nIndex ), uno::UNO_QUERY ); in notifyEvent()
/trunk/main/sc/source/filter/inc/
H A Dlotfntbf.hxx98 void Fill( const sal_uInt8 nIndex, SfxItemSet& rItemSet );
99 void SetName( const sal_uInt16 nIndex, const String& rName );
100 void SetHeight( const sal_uInt16 nIndex, const sal_uInt16 nHeight );
101 void SetType( const sal_uInt16 nIndex, const sal_uInt16 nType );
/trunk/main/sd/source/ui/slideshow/
H A DPaneHider.cxx74 for (sal_Int32 nIndex=0; nIndex<aResources.getLength(); ++nIndex) in PaneHider() local
76 Reference<XResourceId> xPaneId (aResources[nIndex]); in PaneHider()

Completed in 263 milliseconds

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