Home
last modified time | relevance | path

Searched refs:nPos (Results 1 – 25 of 1846) sorted by path

12345678910>>...74

/trunk/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx40 virtual String GetEntry( sal_uInt16 nPos ) const = 0;
46 virtual sal_Bool IsEntryVisible( sal_uInt16 nPos ) const = 0;
52 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const = 0;
55 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ) = 0;
61 virtual long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const = 0;
H A Dlistboxhelper.hxx53 virtual String GetEntry( sal_uInt16 nPos ) const in GetEntry()
55 return m_aComboListBox.GetEntry( nPos ); in GetEntry()
98 virtual sal_Bool IsEntryVisible( sal_uInt16 nPos ) const in IsEntryVisible()
102 return ( nPos >= nTopEntry && nPos < ( nTopEntry + nLines ) ); in IsEntryVisible()
130 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected()
132 return m_aComboListBox.IsEntryPosSelected(nPos); in IsEntryPosSelected()
145 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ) in SelectEntryPos() argument
147 m_aComboListBox.SelectEntryPos(nPos,bSelect); in SelectEntryPos()
183 long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const in GetIndexForPoint()
185 return m_aComboListBox.GetIndexForPoint( rPoint, nPos ); in GetIndexForPoint()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx153 void UpdateFocus_Impl_Acc ( sal_uInt16 nPos, bool b_IsDropDownList) ;
222 void UpdateSelection_Impl (sal_uInt16 nPos = 0);
/trunk/main/accessibility/source/extended/
H A Daccessiblebrowseboxcell.cxx55 sal_Int32 nPos = _nRowPos * _rBrowseBox.GetColumnCount() + _nColPos; in DBG_NAME() local
56 ::rtl::OUString aAccName = _rBrowseBox.GetAccessibleObjectName( BBTYPE_TABLECELL, nPos ); in DBG_NAME()
H A Daccessibleiconchoicectrl.cxx89 sal_uLong nPos = getCtrl()->GetEntryListPos( pEntry ); in IMPLEMENT_FORWARD_XINTERFACE2() local
90 … Reference< XAccessible > xChild = new AccessibleIconChoiceCtrlEntry( *getCtrl(), nPos, this ); in IMPLEMENT_FORWARD_XINTERFACE2()
109 sal_uLong nPos=0; in IMPLEMENT_FORWARD_XINTERFACE2() local
110 pEntry = getCtrl()->GetSelectedEntry ( nPos ); in IMPLEMENT_FORWARD_XINTERFACE2()
114 sal_uLong nPos = pCtrl->GetEntryListPos( pEntry ); in IMPLEMENT_FORWARD_XINTERFACE2() local
115 … Reference< XAccessible > xChild = new AccessibleIconChoiceCtrlEntry( *pCtrl, nPos, this ); in IMPLEMENT_FORWARD_XINTERFACE2()
H A Dtextwindowaccessibility.cxx868 ::sal_Int32 nPos; in retrieveParagraphBounds()
872 nPos = 0; in retrieveParagraphBounds()
877 nPos = m_nViewOffset - m_nVisibleBeginOffset; in retrieveParagraphBounds()
881 nPos += aIt->getHeight(); in retrieveParagraphBounds()
1586 ::sal_Int32 nPos = m_nViewOffset - m_nVisibleBeginOffset; in getAccessibleAtPoint()
1590 nPos += aIt->getHeight(); // XXX numeric overflow in getAccessibleAtPoint()
1591 if (nOffset < nPos) in getAccessibleAtPoint()
1889 ::sal_Int32 nPos = 0; in determineVisibleRange()
1897 ::sal_Int32 nOldPos = nPos; in determineVisibleRange()
1898 nPos += aIt->getHeight(); // XXX numeric overflow in determineVisibleRange()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx192 sal_Bool bVisible = ( nPos>=nTopEntry && nPos<( nTopEntry + m_nVisibleLineCount ) ); in notifyVisibleStates()
351 m_nCurSelectedPos = nPos; in UpdateFocus_Impl_Acc()
395 if ( nPos == LISTBOX_ENTRY_NOTFOUND ) in ProcessWindowEvent()
398 aNewValue <<= CreateChild(nPos); in ProcessWindowEvent()
468 sal_uInt16 nPos = m_nCurSelectedPos; in ProcessWindowEvent() local
473 aNewValue <<= CreateChild(nPos); in ProcessWindowEvent()
550 m_aAccessibleChildren.resize(nPos + 1); in CreateChild()
554 m_aAccessibleChildren[nPos] = xChild; in CreateChild()
558 xChild = m_aAccessibleChildren[nPos]; in CreateChild()
563 m_aAccessibleChildren[nPos] = xChild; in CreateChild()
[all …]
H A Dvclxaccessiblelistitem.cxx505 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in getIndexAtPoint() local
509 sal_Int32 nI = m_pListBoxHelper->GetIndexForPoint( aPnt, nPos ); in getIndexAtPoint()
510 if ( nI != -1 && (sal_uInt16)m_nIndexInParent == nPos ) in getIndexAtPoint()
H A Dvclxaccessibletoolbox.cxx603 sal_Int32 nPos = (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData(); in ProcessWindowEvent() local
604 ToolBoxItemsMap::iterator aAccessiblePos( m_aAccessibleChildren.find( nPos ) ); in ProcessWindowEvent()
612 aNewValue <<= getAccessibleChild(nPos); in ProcessWindowEvent()
835 sal_uInt16 nPos = static_cast < sal_uInt16 > (nChildIndex); in selectAccessibleChild() local
836 pToolBox->ChangeHighlight( nPos ); in selectAccessibleChild()
845 sal_uInt16 nPos = static_cast < sal_uInt16 > (nChildIndex); in isAccessibleChildSelected() local
846 if ( pToolBox != NULL && pToolBox->GetHighlightItemId() == pToolBox->GetItemId( nPos ) ) in isAccessibleChildSelected()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx666 sal_Int32 nPos = 0; in initTypeProvider() local
668 pTypeAr[nPos++] = ::getCppuType( (const Reference< XWeak > *)0 ); in initTypeProvider()
669 pTypeAr[nPos++] = ::getCppuType( (const Reference< XChild > *)0 ); in initTypeProvider()
670 pTypeAr[nPos++] = ::getCppuType( (const Reference< XCloneable > *)0 ); in initTypeProvider()
671 pTypeAr[nPos++] = ::getCppuType( (const Reference< XTypeProvider > *)0 ); in initTypeProvider()
672 pTypeAr[nPos++] = ::getCppuType( (const Reference< XServiceInfo > *)0 ); in initTypeProvider()
673 pTypeAr[nPos++] = ::getCppuType( (const Reference< XUnoTunnel > *)0 ); in initTypeProvider()
688 pTypeAr[nPos++] = ::getCppuType( (const Reference< XAnimate > *)0 ); in initTypeProvider()
700 pTypeAr[nPos++] = ::getCppuType( (const Reference< XAnimateSet > *)0 ); in initTypeProvider()
706 pTypeAr[nPos++] = ::getCppuType( (const Reference< XAudio > *)0 ); in initTypeProvider()
[all …]
/trunk/main/autodoc/source/parser/cpp/
H A Ddefdescr.cxx169 uintt nPos; in Do_bConcatenate() local
170 for ( nPos = o_rText.tellp() - 1; in Do_bConcatenate()
171 nPos > 0 ? o_rText.c_str()[nPos] == ' ' : false; in Do_bConcatenate()
172 --nPos ) ; in Do_bConcatenate()
173 o_rText.seekp(nPos+1); in Do_bConcatenate()
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx184 uintt nPos = nSize / 2; in Call_Handler() local
186 if ( i_nTokTypeId < aBranches[nPos].TokType() ) in Call_Handler()
188 for ( --nPos; intt(nPos) >= 0; --nPos ) in Call_Handler()
190 if (CheckForCall(nPos, i_nTokTypeId, i_sTokenText)) in Call_Handler()
196 for ( ; nPos < nSize; ++nPos ) in Call_Handler()
198 if (CheckForCall(nPos, i_nTokTypeId, i_sTokenText)) in Call_Handler()
/trunk/main/automation/source/communi/
H A Dcommuni.cxx371 sal_uInt16 nPos; in CallConnectionClosed() local
372 if ( ActiveLinks->Seek_Entry( pCL, &nPos ) ) in CallConnectionClosed()
375 ActiveLinks->Remove( nPos ); in CallConnectionClosed()
388 sal_uInt16 nPos; in DestroyingLink() local
389 if ( InactiveLinks->Seek_Entry( pCL, &nPos ) ) in DestroyingLink()
390 InactiveLinks->Remove( nPos ); in DestroyingLink()
/trunk/main/automation/source/inc/
H A Dicommstream.hxx56 virtual comm_ULONG SeekRel( long nPos )=0;
H A Dsvcommstream.hxx51 comm_ULONG SeekRel( long nPos );
H A Dtestapp.hxx84 void CalcPosition( String const &aSource, xub_StrLen nPos, xub_StrLen &l, xub_StrLen &c );
/trunk/main/automation/source/server/
H A Drecorder.cxx304 … sal_uInt16 nPos = ((ComboBox*)pWin)->GetEntryPos(((ComboBox*)pWin)->GetText()); in IMPL_LINK() local
307 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
311 …Return( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Select, (comm_ULONG) nPos+1 ); in IMPL_LINK()
317 …VCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Select"), nPos ); in IMPL_LINK()
H A Dstatemnt.cxx1902 xub_StrLen nPos = aText.Search('~'); in IsWinOK() local
1905 if ( nPos != STRING_NOTFOUND ) in IsWinOK()
1907 aShortcut = aText.Copy( nPos+1, 1 ); in IsWinOK()
4969 sal_uInt16 nPos; in Execute() local
4970 if ( (nPos = pLB->GetEntryPos( aString1 )) == LISTBOX_ENTRY_NOTFOUND ) in Execute()
4976 pLB->SelectEntryPos( nPos, bBool1 ); in Execute()
4977 if ( pLB->IsEntryPosSelected( nPos ) ? !bBool1 : bBool1 ) // XOR into with BOOL in Execute()
5025 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in Execute()
5026 nPos = 0; in Execute()
5028 nPos++; in Execute()
[all …]
H A Dsvcommstream.cxx44 comm_ULONG SvCommStream::SeekRel( long nPos ) { return pStream->SeekRel( nPos ); } in SeekRel() argument
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx222 sal_uInt16 nPos = InsertEntry( String( IDEResId( RID_STR_ALL ) ), LISTBOX_APPEND ); in FillBox() local
223 …SetEntryData( nPos, new BasicLibEntry( ScriptDocument::getApplicationScriptDocument(), LIBRARY_LOC… in FillBox()
261 sal_uInt16 nPos = InsertEntry( aEntryText, LISTBOX_APPEND ); in InsertEntries() local
262 SetEntryData( nPos, new BasicLibEntry( rDocument, eLocation, aLibName ) ); in InsertEntries()
446 sal_uInt16 nPos = InsertEntry( sLanguage ); in FillBox() local
447 SetEntryData( nPos, new LanguageEntry( sLanguage, pLocale[i], bIsDefault ) ); in FillBox()
450 nSelPos = nPos; in FillBox()
H A Dbaside2.cxx172 sal_uInt16 nPos = 0; in lcl_ConvertTabsToSpaces() local
174 while ( nPos < nMax ) in lcl_ConvertTabsToSpaces()
176 if ( rLine.GetChar( nPos ) == '\t' ) in lcl_ConvertTabsToSpaces()
180 aBlanker.Fill( ( 4 - ( nPos % 4 ) ), ' ' ); in lcl_ConvertTabsToSpaces()
181 rLine.Erase( nPos, 1 ); in lcl_ConvertTabsToSpaces()
182 rLine.Insert( aBlanker, nPos ); in lcl_ConvertTabsToSpaces()
185 nPos++; // Nicht optimal, falls Tab, aber auch nicht verkehrt... in lcl_ConvertTabsToSpaces()
H A Dbaside2b.cxx1487 sal_Int32 nPos = 0; in IMPL_LINK_INLINE_END() local
1492 nPos += aHeaderBar.GetItemSize( i ); in IMPL_LINK_INLINE_END()
1493 aTreeListBox.SetTab( i, nPos, MAP_PIXEL ); in IMPL_LINK_INLINE_END()
H A Dbasidesh.cxx516 sal_uInt16 nPos = pTabBar->GetPagePos( pTabBar->GetCurPageId() ); in NextPage() local
519 --nPos; in NextPage()
521 ++nPos; in NextPage()
523 if ( nPos < pTabBar->GetPageCount() ) in NextPage()
525 IDEBaseWindow* pWin = aIDEWindowTable.Get( pTabBar->GetPageId( nPos ) ); in NextPage()
539 long nPos = pTabBar->GetSplitSize(); in ArrangeTabBar() local
540 if ( nPos <= nBoxPos ) in ArrangeTabBar()
544 pTabBar->SetPosSizePixel( aPnt, Size( nPos, nH ) ); in ArrangeTabBar()
545 long nScrlStart = aPnt.X() + nPos; in ArrangeTabBar()
H A Dmacrodlg.cxx187 sal_uLong nPos = 0; in RestoreMacroDescription() local
188 SvLBoxEntry* pE = aMacroBox.GetEntry( nPos ); in RestoreMacroDescription()
196 pE = aMacroBox.GetEntry( ++nPos ); in RestoreMacroDescription()
564 sal_uLong nPos = LIST_APPEND; in IMPL_LINK() local
576 nPos = n; in IMPL_LINK()
580 aMacros.Insert( pMethod, nPos ); in IMPL_LINK()
H A Dmoduldl2.cxx223 return SvTabListBox::InsertEntryToColumn( rStr, nPos, 0 ); in DoInsertEntry()
243 void BasicCheckBox::CheckEntryPos( sal_uLong nPos, sal_Bool bCheck ) in CheckEntryPos() argument
245 if ( nPos < GetEntryCount() ) in CheckEntryPos()
247 SvLBoxEntry* pEntry = GetEntry( nPos ); in CheckEntryPos()
259 sal_Bool BasicCheckBox::IsChecked( sal_uLong nPos ) const in IsChecked()
261 if ( nPos < GetEntryCount() ) in IsChecked()
262 return (GetCheckButtonState( GetEntry( nPos ) ) == SV_BUTTON_CHECKED); in IsChecked()
726 ImpInsertLibEntry( aLibName, nPos ); in IMPL_LINK_INLINE_END()
727 aLibBox.SetCurEntry( aLibBox.GetEntry( nPos ) ); in IMPL_LINK_INLINE_END()
910 pLibDlg->GetLibBox().CheckEntryPos( nPos, sal_True); in InsertLib()
[all …]

Completed in 190 milliseconds

12345678910>>...74