Home
last modified time | relevance | path

Searched refs:nItem (Results 1 – 25 of 61) sorted by path

123

/trunk/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx42 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const = 0;
H A Dlistboxhelper.hxx66 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
69 if ( m_aComboListBox.IsInDropDown() && IsEntryVisible( nItem ) ) in GetBoundingRectangle()
75 aTopLeft.Y() += aSize.Height() * ( nItem - m_aComboListBox.GetTopEntry() ); in GetBoundingRectangle()
79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx418 sal_uInt16 nItem = pBtn->GetCurItemId(); in IMPL_LINK() local
419 String aLangText( pMenu->GetItemText( nItem ) ); in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx773 sal_uLong nItem = 1; in OfaViewTabPage() local
779 aIconStyleItemId[n] = nItem++; in OfaViewTabPage()
784 aIconStyleLB.RemoveEntry( nItem ); in OfaViewTabPage()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx689 for(sal_Int32 nItem = 0; in SvxNumPickTabPage() local
690 nItem < aOutlineAccess.getLength() && nItem < NUM_VALUSET_COUNT; in SvxNumPickTabPage()
691 nItem++ ) in SvxNumPickTabPage()
693 SvxNumSettingsArr_Impl& rItemArr = aNumSettingsArrays[ nItem ]; in SvxNumPickTabPage()
695 Reference<XIndexAccess> xLevel = aOutlineAccess.getConstArray()[nItem]; in SvxNumPickTabPage()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx253 for ( sal_uInt32 nItem = 0; nItem < nCount; ++nItem ) in impl_init() local
258 ::comphelper::SequenceAsHashMap aItemProperties( aHistory[ nItem ] ); in impl_init()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4283 for ( int nItem = 0; nItem < 3; nItem++ ) in DoStretchChars() local
4286 if ( nItem == 1 ) in DoStretchChars()
4288 else if ( nItem == 2 ) in DoStretchChars()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx1099 ::sal_Int32 nItem = 0; in impl_sta_SetControlValue()
1100 aValue >>= nItem; in impl_sta_SetControlValue()
1101 hResult = iCustom->SetSelectedControlItem(nId, nItem); in impl_sta_SetControlValue()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx52 for (sal_Int32 nItem=0; nItem<nCount; ++nItem) in convert_seqProp2seqAny() local
53 lDestination[nItem]<<=lSource[nItem]; in convert_seqProp2seqAny()
69 for (sal_Int32 nItem=0; nItem<nCount; ++nItem) in convert_seqAny2seqProp() local
71 if (lSource[nItem]>>=lDestination[nItem]) in convert_seqAny2seqProp()
89 for (sal_Int32 nItem=0; nItem<nCount; ++nItem) in convert_seqNamedVal2seqPropVal() local
91 lDestination[nItem].Name = lSource[nItem].Name ; in convert_seqNamedVal2seqPropVal()
92 lDestination[nItem].Value = lSource[nItem].Value; in convert_seqNamedVal2seqPropVal()
105 for (sal_Int32 nItem=0; nItem<nCount; ++nItem) in convert_seqPropVal2seqNamedVal() local
107 lDestination[nItem].Name = lSource[nItem].Name ; in convert_seqPropVal2seqNamedVal()
122 for (sal_Int32 nItem=0; nItem<nCount; ++nItem ) in convert_seqOUString2OUStringList() local
[all …]
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx434 for( sal_Int32 nItem=0; nItem<nCount; ++nItem ) in impl_generateTypeListHTML() local
436 ::rtl::OUString sName = lNames[nItem] ; in impl_generateTypeListHTML()
463 …sTypePropHTML.append ( OUString::valueOf( nItem ) … in impl_generateTypeListHTML()
956 for( sal_Int32 nItem=0; nItem<nCount; ++nItem ) in impl_generateDetectorListHTML() local
958 Detector aDetector = m_aData.pCache->getDetector( lNames[nItem] ); in impl_generateDetectorListHTML()
1049 for( sal_Int32 nItem=0; nItem<nCount; ++nItem ) in impl_generateLoaderListHTML() local
1051 Loader aLoader = m_aData.pCache->getLoader( lNames[nItem] ); in impl_generateLoaderListHTML()
1077 …sLoaderPropHTML.append ( OUString::valueOf( nItem ) … in impl_generateLoaderListHTML()
1355 for( sal_Int32 nItem=0; nItem!=nCount; ++nItem ) in impl_generateFilterFlagsHTML() local
1357 Filter aFilter = m_aData.pCache->getFilter( lNames[nItem] ); in impl_generateFilterFlagsHTML()
[all …]
H A Dxml2xcd.cxx900 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateTypeSet()
907 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateTypeSet()
1043 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateFilterSet()
1052 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateFilterSet()
1185 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateDetectorSet()
1205 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateDetectorSet()
1258 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateLoaderSet()
1278 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateLoaderSet()
1356 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateContentHandlerSet()
1376 for( nItem=0; nItem<nCount; ++nItem ) in impl_generateContentHandlerSet()
[all …]
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1306 sal_Int16 nField, nItem; in importPTPageFields() local
1307 rStrm >> nField >> nItem; in importPTPageFields()
1310 … aModel.mnItem = (nItem == BIFF_PTPAGEFIELDS_ALLITEMS) ? BIFF12_PTPAGEFIELD_MULTIITEMS : nItem; in importPTPageFields()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4317 for (sal_uInt32 nItem=0; nItem<nRotCount; nItem++) in HasAttrib() local
4319 const SfxPoolItem* pItem = pPool->GetItem2( ATTR_ROTATE_VALUE, nItem ); in HasAttrib()
4345 for (sal_uInt32 nItem=0; nItem<nDirCount; nItem++) in HasAttrib() local
4347 const SfxPoolItem* pItem = pPool->GetItem2( ATTR_WRITINGDIR, nItem ); in HasAttrib()
H A Ddpobject.cxx1486 for ( sal_Int32 nItem=0; nItem<nItemCount; nItem++ ) in ParseFilters() local
1488 if ( lcl_IsAtStart( aRemaining, pItemArr[nItem], nMatched, false, &eFunc ) ) in ParseFilters()
1495 aFoundValue = pItemArr[nItem]; in ParseFilters()
H A Ddpoutput.cxx1063 for (long nItem=0; nItem<nResultCount; nItem++) in GetMemberResultNames() local
1227 while (nItem > 0 && ( pArray[nItem].Flags & sheet::MemberResultFlags::CONTINUE) ) in GetPositionData()
1228 --nItem; in GetPositionData()
1230 if (nItem < 0) in GetPositionData()
1256 while ( nItem > 0 && (pArray[nItem].Flags & sheet::MemberResultFlags::CONTINUE) ) in GetPositionData()
1257 --nItem; in GetPositionData()
1259 if (nItem < 0) in GetPositionData()
1332 while ( nItem > 0 && (pArray[nItem].Flags & sheet::MemberResultFlags::CONTINUE) ) in GetDataResultPositionData()
1333 --nItem; in GetDataResultPositionData()
1356 while ( nItem > 0 && (pArray[nItem].Flags & sheet::MemberResultFlags::CONTINUE) ) in GetDataResultPositionData()
[all …]
H A Dfillinfo.cxx272 for (sal_uInt32 nItem=0; nItem<nRotCount; nItem++) in FillInfo() local
273 if (pPool->GetItem2( ATTR_ROTATE_VALUE, nItem )) in FillInfo()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2556 sal_Int32 nItem(0); in HasString() local
2557 while (nItem < nCount && !bRet) in HasString()
2559 bRet = rItems[nItem] == aString; in HasString()
2560 ++nItem; in HasString()
3299 sal_Int32 nItem = 0; in getByName() local
3300 while (nItem < nCount && !bFound ) in getByName()
3305 ++nItem; in getByName()
3333 sal_Int32 nItem = 0; in hasByName() local
3334 while (nItem < nCount && !bFound ) in hasByName()
3340 nItem++; in hasByName()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx301 for ( sal_Int32 nItem = 1; nItem <= nElems; ++nItem ) in Delete() local
303 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Delete()
385 for ( sal_Int32 nItem = 1; nItem <= nElems; ++nItem ) in Select() local
387 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Select()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx302 for( sal_uInt16 nItem = 0; nItem < nCount; nItem++ ) in getBulletState() local
304 …if( ( rAttr.GetAttrLName( nItem ) == msEnableNumbering ) && ( rAttr.GetAttrNamespace( nItem ) == m… in getBulletState()
306 const OUString sValue( rAttr.GetAttrValue( nItem ) ); in getBulletState()
346 for( sal_uInt16 nItem = 0; nItem < nCount; nItem++ ) in removeAlienAttributes() local
348 …if( ( rAttr.GetAttrLName( nItem ) == msEnableNumbering ) && ( rAttr.GetAttrNamespace( nItem ) == m… in removeAlienAttributes()
358 const sal_uInt16 nFound = nItem; in removeAlienAttributes()
359 for( nItem = 0; nItem < nCount; nItem++ ) in removeAlienAttributes()
361 if( nItem != nFound ) in removeAlienAttributes()
362 …em.AddAttr( rAttr.GetAttrPrefix(nItem),rAttr.GetAttrNamespace(nItem), rAttr.GetAttrLName(nItem), r… in removeAlienAttributes()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx130 const sal_uInt16 nItem = rUDEvt.GetItemId(); in UserDraw() local
132 if( ListBox::GetEntryFlags(nItem) & LISTBOX_ENTRY_FLAG_DISABLE_SELECTION ) in UserDraw()
152 pDev->DrawText (aOutRect, GetEntry(nItem), TEXT_DRAW_CENTER ); in UserDraw()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx798 for (sal_uInt32 nItem=0; nItem<nCount; ++nItem) in ScanDocmenu() local
801 uno::Sequence<beans::PropertyValue> aPropertySet = aHistory[nItem]; in ScanDocmenu()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx224 for( sal_uInt32 nItem=0; nItem < nEntries; ++nItem ) in CreatePickListEntries() local
226 Sequence< PropertyValue > seqPropertySet = seqPicklist[ nItem ]; in CreatePickListEntries()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx890 sal_Int32 nItem = 0 ; in implc_convertStringlistToString() local
891 for( nItem=0; nItem<nCount; ++nItem ) in implc_convertStringlistToString()
897 sString.append( lList[nItem] ); in implc_convertStringlistToString()
898 if( nItem+1<nCount ) in implc_convertStringlistToString()
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx688 for (sal_Int32 nItem(__Begin),nEnd(__End); nItem!=nEnd; ++nItem) in getProperties() local
690 const ThemeItem eItem (static_cast<ThemeItem>(nItem)); in getProperties()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx495 for( sal_uInt16 nItem = 0; nItem < nItemCount; ++nItem ) in ExecMisc_Impl() local
497 sal_uInt16 nItemId = pTextToolbox->GetItemId( nItem ); in ExecMisc_Impl()

Completed in 259 milliseconds

123