Home
last modified time | relevance | path

Searched refs:nIndex (Results 1801 – 1825 of 1876) sorted by relevance

1...<<717273747576

/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1730 sal_Int32 nIndex = sValue.indexOf('.'); in impl_convertValue_throw() local
1731 if ( nIndex != -1 ) in impl_convertValue_throw()
1733 …aValue = sValue.copy(0,::std::min(sValue.getLength(),nIndex + (i_aMetaData.nScale > 0 ? i_aMetaDat… in impl_convertValue_throw()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx63 sal_uInt16 nIndex; member
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx358 static Window* GetTopWindow( long nIndex );
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx957 for( sal_Int32 nIndex=0; nIndex < getCount(); nIndex++ ) in FillSuccessfulList() local
959 getByIndex( nIndex ) >>= xComponentSet; in FillSuccessfulList()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.hxx139 …::com::sun::star::drawing::XLayer > SAL_CALL insertNewByIndex( sal_Int32 nIndex ) throw(::com::sun…
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx253 SdrPaintWindow* GetPaintWindow(sal_uInt32 nIndex) const;
H A Ddlgctrl.hxx256 Point IndexToPoint(long nIndex) const ;
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx610 void TryConcatPrev( sal_uLong nIndex );
H A Dxestyle.hxx90 static sal_uInt32 GetColorIdFromIndex( sal_uInt16 nIndex );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx158 SAL_CALL getTopWindow(::sal_Int32 nIndex)
/trunk/main/sw/source/core/access/
H A Dacctable.hxx325 getAccessibleChild (sal_Int32 nIndex)
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx229 nIndex = n; in SetName()
417 return new FormulaIndexToken( eOp, nIndex ); in CreateToken()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1741 sal_uInt16 nIndex = 0; in DoEnter() local
1742 if ( pNames && !pNames->SearchName( aText, nIndex ) && in DoEnter()
H A Duiitems.cxx149 nIndex( nIdx ) in ScIndexHint()
/trunk/main/sw/inc/
H A Dunotextrange.hxx326 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex)
/trunk/main/vcl/inc/
H A Dsalgdi.hxx346 … filterText( const String& rOrigText, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen,…
/trunk/main/tools/inc/tools/
H A Dfsys.hxx490 DirEntry& operator []( sal_uInt16 nIndex ) const;
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx299 void addCacheTableToReferenced( sal_uInt16 nFileId, size_t nIndex );
H A Dcompiler.hxx163 sal_uInt16 nIndex; // index into name collection member
/trunk/main/l10ntools/inc/
H A Dexport.hxx311 static ByteString GetIsoLangByIndex( sal_uInt16 nIndex );
/trunk/main/chart2/source/inc/
H A DDiagramHelper.hxx259 ::com::sun::star::chart2::XDiagram >& xDiagram, sal_Int32 nIndex );
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx2510 for( SCCOL nIndex = nScCol; nIndex <= nLastScCol; ++nIndex ) in XclExpCellTable() local
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx430 xub_StrLen nIndex = nNameLength - nLinkTabNameLength; in AfterXMLLoading() local
432 if( aName.Equals(aLinkTabName, nIndex, nLinkTabNameLength) && in AfterXMLLoading()
433 (aName.GetChar(nIndex - 1) == '#') && // before the table name should be the # char in AfterXMLLoading()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx409 pHyperlink->nIndex = 0; in Import()
548 rStCtrl >> ((SdHyperlinkEntry*)pPtr)->nIndex; in Import()
2151 if ( pPtr->nIndex == pIAtom->nExHyperlinkId ) in FillSdAnimationInfo()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1281 Window* Application::GetTopWindow( long nIndex ) in GetTopWindow() argument
1290 if( nIdx == nIndex ) in GetTopWindow()

Completed in 161 milliseconds

1...<<717273747576