Home
last modified time | relevance | path

Searched refs:nIdx (Results 326 – 350 of 402) sorted by relevance

1...<<11121314151617

/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1074 xub_StrLen nIdx; in GetFrmInPage() local
1076 nIdx = ((SwTxtFrm*)pCnt)->GetOfst(); in GetFrmInPage()
1078 nIdx = pCnt->GetFollow() ? in GetFrmInPage()
1080 pPam->GetPoint()->nContent.Assign( pCNd, nIdx ); in GetFrmInPage()
/trunk/main/svx/source/inc/
H A Dfmobj.hxx72 const sal_Int32 nIdx,
H A Dfmundo.hxx109 sal_Int32 nIdx = -1);
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx295 sal_Int32 nIdx = 0; in GetPropertyNames() local
300 pNames[ nIdx++ ] = A2OU( pFullPropName ); in GetPropertyNames()
302 aNames.realloc( nIdx ); in GetPropertyNames()
H A Dpathoptions.cxx991 sal_uInt16 j, nIdx = 0, nTokenCount = aPath.GetTokenCount( SEARCHPATH_DELIMITER ); in SearchFile() local
995 String aPathToken = aPath.GetToken( 0, SEARCHPATH_DELIMITER, nIdx ); in SearchFile()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1283 long nIdx = 0; in GetTopWindow() local
1290 if( nIdx == nIndex ) in GetTopWindow()
1293 nIdx++; in GetTopWindow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java824 int nIdx = aLine.indexOf("mso-application"); in getOfficeType() local
825 if (nIdx > 0) in getOfficeType()
/trunk/main/sw/inc/
H A Dindex.hxx62 explicit SwIndex(SwIndexReg *const pReg, xub_StrLen const nIdx = 0);
H A Dauthfld.hxx146 const SwTOXSortKey* GetSortKey(sal_uInt16 nIdx) const ;
H A Ddocstyle.hxx180 virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx);
/trunk/main/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx129 …void SetLine( sal_uInt16 nIdx,const ::com::sun::star::beans::PropertyValue& _rItem,sal_Bool _bOr…
/trunk/main/cui/source/options/
H A Doptjava.cxx1068 xub_StrLen i, nIdx = 0; in SetClassPath() local
1072 String sToken = _rPath.GetToken( 0, CLASSPATH_DELIMITER, nIdx ); in SetClassPath()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java914 int nIdx = aLine.indexOf("mso-application"); in getOfficeType() local
915 if (nIdx > 0) in getOfficeType()
/trunk/main/svx/inc/svx/
H A Druler.hxx102 sal_uInt16 GetObjectBordersOff(sal_uInt16 nIdx) const;
H A Dsvddrgv.hxx101 …sal_Bool ImpBegInsObjPoint(sal_Bool bIdxZwang, sal_uInt32 nIdx, const Point& rPnt, sal_Bool bNewOb…
H A Dtbcontrl.hxx225 SVX_DLLPRIVATE void SetFamilyState ( sal_uInt16 nIdx, const SfxTemplateItem* pItem );
H A Dnumfmtsh.hxx205 short GetListPos4Entry(sal_uInt32 nIdx);
/trunk/main/tools/inc/tools/
H A Dpstm.hxx231 SvPersistBase * GetObject( sal_uIntPtr nIdx ) const;
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2342 for( sal_Int32 nIdx = 0 ; nIdx < nClassCount; nIdx++ ) in implInspect() local
2344 Reference<XIdlClass> xImplClass2 = SupportedClassSeq.getConstArray()[nIdx]; in implInspect()
/trunk/main/i18npool/inc/
H A DcalendarImpl.hxx78 …virtual rtl::OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal…
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1033 sal_Int32 nIdx = nLower; in getUnoTypeForSbxValue() local
1034 for( sal_Int32 i = 0 ; i < nSize ; i++,nIdx++ ) in getUnoTypeForSbxValue()
1036 SbxVariableRef xVar = pArray->Get32( &nIdx ); in getUnoTypeForSbxValue()
1490 sal_Int32 nIdx = nLower; in sbxToUnoValue() local
1491 for( sal_Int32 i = 0 ; i < nSeqSize ; i++,nIdx++ ) in sbxToUnoValue()
1493 SbxVariableRef xVar = pArray->Get32( &nIdx ); in sbxToUnoValue()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4438 sal_uInt16 nIdx(pUnknown->GetFirstNamespaceIndex()); in CollectUserDefinedNamespaces() local
4439 while( USHRT_MAX != nIdx ) in CollectUserDefinedNamespaces()
4441 if( (XML_NAMESPACE_UNKNOWN_FLAG & nIdx) != 0 ) in CollectUserDefinedNamespaces()
4443 const OUString& rPrefix = pUnknown->GetPrefix( nIdx ); in CollectUserDefinedNamespaces()
4448 pUnknown->GetNamespace( nIdx ), in CollectUserDefinedNamespaces()
4451 nIdx = pUnknown->GetNextNamespaceIndex( nIdx ); in CollectUserDefinedNamespaces()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx492 const xub_StrLen nIdx = *pHt->GetStart(); in HideFootnotes() local
493 if ( nEnd < nIdx ) in HideFootnotes()
495 if( nStart <= nIdx ) in HideFootnotes()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx318 void AbstarctSwSelGlossaryDlg_Impl::SelectEntryPos(sal_uInt16 nIdx) in SelectEntryPos() argument
320 pDlg->SelectEntryPos( nIdx ); in SelectEntryPos()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx474 xub_StrLen nIdx, in DrawPortionInfo() argument
490 mnIndex(nIdx), in DrawPortionInfo()

Completed in 182 milliseconds

1...<<11121314151617