Home
last modified time | relevance | path

Searched defs:nIndex (Results 151 – 175 of 1365) sorted by relevance

12345678910>>...55

/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx1043 ::rtl::OUString SAL_CALL SfxDocumentInfoObject::getUserFieldName(sal_Int16 nIndex) throw( ::com::s… in getUserFieldName()
1054 ::rtl::OUString SAL_CALL SfxDocumentInfoObject::getUserFieldValue(sal_Int16 nIndex) throw( ::com::… in getUserFieldValue()
1076 void SAL_CALL SfxDocumentInfoObject::setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aNa… in setUserFieldName()
1126 void SAL_CALL SfxDocumentInfoObject::setUserFieldValue( sal_Int16 nIndex, const ::rtl::OUString& a… in setUserFieldValue()
1223 ::rtl::OUString SAL_CALL SfxStandaloneDocumentInfoObject::getUserFieldName(sal_Int16 nIndex) throw… in getUserFieldName()
1230 ::rtl::OUString SAL_CALL SfxStandaloneDocumentInfoObject::getUserFieldValue(sal_Int16 nIndex) thro… in getUserFieldValue()
1237 void SAL_CALL SfxStandaloneDocumentInfoObject::setUserFieldName(sal_Int16 nIndex, const ::rtl::OUS… in setUserFieldName()
1244 void SAL_CALL SfxStandaloneDocumentInfoObject::setUserFieldValue( sal_Int16 nIndex, const ::rtl::O… in setUserFieldValue()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadialogbase.hxx39 … xContext, const css::uno::Reference< css::frame::XModel >& xModel, sal_Int32 nIndex ):VbaDialogBa… in VbaDialogBase()
H A Dvbaeventshelperbase.hxx75 …id checkArgument( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) throw (css:… in checkArgument()
80 …heckArgumentType( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) throw (css:… in checkArgumentType()
/trunk/main/vcl/unx/kde4/
H A Dmain.cxx62 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblefixedhyperlink.cxx56 void VCLXAccessibleFixedHyperlink::implGetLineBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex in implGetLineBoundary()
H A Dvclxaccessiblefixedtext.cxx68 void VCLXAccessibleFixedText::implGetLineBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetLineBoundary()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx389 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in GetButtonAt() local
459 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in Paint() local
566 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons() local
568 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons() local
575 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons() local
585 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons() local
607 for (sal_Int32 nIndex=maRegularButtons.size()-1; nIndex>=0; --nIndex) in LayoutButtons() local
622 for (sal_uInt32 nIndex=0; nIndex<maExcludedButtons.size(); ++nIndex) in LayoutButtons() local
625 for (sal_uInt32 nIndex=0; nIndex<maRegularButtons.size(); ++nIndex) in LayoutButtons() local
830 for (sal_uInt32 nIndex=0; nIndex<rButtons.size(); ++nIndex) in UpdateMinimumIconSizes() local
/trunk/main/svx/source/table/
H A Dtablemodel.cxx67 template< class Vec, class Iter > void remove_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nCou… in remove_range()
101 …ec, class Iter, class Entry > sal_Int32 insert_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nC… in insert_range()
240 void TableModel::UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount ) in UndoInsertRows()
252 void TableModel::UndoRemoveRows( sal_Int32 nIndex, RowVector& aRows ) in UndoRemoveRows()
269 void TableModel::UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount ) in UndoInsertColumns()
285 void TableModel::UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aCols, CellVector& aCells ) in UndoRemoveColumns()
729 void TableModel::insertColumns( sal_Int32 nIndex, sal_Int32 nCount ) in insertColumns()
810 void TableModel::removeColumns( sal_Int32 nIndex, sal_Int32 nCount ) in removeColumns()
920 void TableModel::insertRows( sal_Int32 nIndex, sal_Int32 nCount ) in insertRows()
983 void TableModel::removeRows( sal_Int32 nIndex, sal_Int32 nCount ) in removeRows()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx167 SfxPickList::PickListEntry* SfxPickList::GetPickListEntry( sal_uInt32 nIndex ) in GetPickListEntry()
298 void SfxPickList::ExecuteEntry( sal_uInt32 nIndex ) in ExecuteEntry()
332 String SfxPickList::GetMenuEntryTitle( sal_uInt32 nIndex ) in GetMenuEntryTitle()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx309 sal_Int32 nIndex = 0; in translateToOOo() local
349 sal_Int32 nIndex = 0; in translateToOOo() local
363 sal_Int32 nIndex = 0; in translateToOOo() local
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx55 sal_Int32 nIndex = -1 ) in lcl_fillRanges()
117 sal_Int32 nIndex = ObjectIdentifier::getIndexFromParticleOrCID( aCID ); in determineRanges() local
265 …ghter::fillRangesForDataPoint( const Reference< uno::XInterface > & xDataSeries, sal_Int32 nIndex ) in fillRangesForDataPoint()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java256 int nIndex = 0; in GetCharacterArray() local
299 int nIndex = mxText.getIndexAtPoint (aMiddle); in GetTextBoundsString() local
361 private TextSegment GetTextSegment (int nIndex, short nTextType, int nWhere) in GetTextSegment()
/trunk/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx80 AccessibleRelation AccessibleRelationSetHelperImpl::getRelation( sal_Int32 nIndex ) in getRelation()
184 AccessibleRelationSetHelper::getRelation( sal_Int32 nIndex ) in getRelation()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx188 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
206 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
/trunk/main/sfx2/source/bastyp/
H A Dmieclip.cxx49 sal_uInt16 nIndex = 0; in IsValid() local
/trunk/main/toolkit/test/accessibility/
H A DAccessibleEditableTextHandler.java57 public AccessibleTreeNode createChild (AccessibleTreeNode aParent, int nIndex) in createChild()
H A DAccessibilityTreeModel.java134 public Object getChild (Object aParent, int nIndex) in getChild()
147 public Object getChildNoCreate (Object aParent, int nIndex) in getChildNoCreate()
179 int nIndex = aParent.indexOf(aNode); in removeChild() local
415 int nIndex = ((Integer)aChildIndices.elementAt(i)).intValue(); in createChangeEvent() local
/trunk/main/basic/source/classes/
H A Dpropacc.cxx132 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in setPropertyValue() local
146 sal_Int32 nIndex = GetIndex_Impl( aPropertyName ); in getPropertyValue() local
247 sal_Int32 nIndex = GetIndex_Impl( Name ); in getPropertyByName() local
255 sal_Int32 nIndex = GetIndex_Impl( Name ); in hasPropertyByName() local
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx214 sal_uInt32 nIndex, in getTextWidth()
223 sal_uInt32 nIndex, in getTextOutlines()
272 sal_uInt32 nIndex, in getTextBoundRect()
330 sal_uInt32 nIndex, in getTextArray()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx213 bool ludcmp(sal_uInt16 nIndex[], sal_Int16& nParity) in ludcmp()
321 void lubksb(const sal_uInt16 nIndex[], double fRow[]) const in lubksb() argument
392 sal_uInt16 nIndex[RowSize]; in isInvertible() local
420 void doInvert(const ImplHomMatrixTemplate& rWork, const sal_uInt16 nIndex[]) in doInvert()
469 sal_uInt16 nIndex[RowSize]; in doDeterminant() local
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx167 sal_Int32 nIndex = rMapper->FindEntryIndex( CTF_SD_NUMBERINGRULES_NAME ); in FillPropertySet() local
253 sal_Int32 nIndex = aContextIDs[i].nIndex; in FillPropertySet() local
/trunk/main/idl/source/cmptools/
H A Dhash.cxx90 sal_uInt32 nIndex; in Test_Insert() local
256 sal_uInt32 nIndex; in Insert() local
/trunk/main/sc/source/core/tool/
H A Dunitconv.cxx121 long nIndex = 0; in ScUnitConverter() local
164 sal_uInt16 nIndex; in GetValue() local
H A Dautoform.cxx493 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ScAutoFormatData() local
509 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ScAutoFormatData() local
515 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ~ScAutoFormatData() local
520 ScAutoFormatDataField& ScAutoFormatData::GetField( sal_uInt16 nIndex ) in GetField()
534 const SfxPoolItem* ScAutoFormatData::GetItem( sal_uInt16 nIndex, sal_uInt16 nWhich ) const in GetItem()
572 void ScAutoFormatData::PutItem( sal_uInt16 nIndex, const SfxPoolItem& rItem ) in PutItem()
680 void ScAutoFormatData::FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, ScDocument& rDoc ) c… in FillToItemSet()
755 void ScAutoFormatData::GetFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFo… in GetFromItemSet()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimppr.hxx61 sal_Int32 nIndex; member

Completed in 106 milliseconds

12345678910>>...55