/aoo41x/main/automation/source/server/ |
H A D | scmdstrm.cxx | 87 comm_USHORT nNr; in Read() local 88 Read (nNr ); in Read() 89 pItem = new SfxUInt16Item(nId,nNr); in Read() 98 comm_ULONG nNr; in Read() local 99 Read (nNr ); in Read() 158 comm_USHORT nNr; in Read() local 159 Read (nNr ); in Read() 160 rItem.Value <<= nNr; in Read() 169 comm_ULONG nNr; in Read() local 170 Read (nNr ); in Read() [all …]
|
H A D | cmdbasestream.cxx | 72 Write(nNr); in GenReturn() 108 Write(nNr); in GenReturn() 119 Write(nNr); in GenReturn() 146 Write(nNr); in GenReturn() 198 Write(nNr); in GenReturn() 203 void CmdBaseStream::Read (comm_USHORT &nNr) in Read() argument 211 *pCommStream >> nNr; in Read() 214 void CmdBaseStream::Read (comm_ULONG &nNr) in Read() argument 222 *pCommStream >> nNr; in Read() 267 *pCommStream << nNr; in Write() [all …]
|
H A D | retstrm.hxx | 43 void GenReturn( comm_USHORT nRet, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, nNr );} in GenReturn() argument 44 …rn( comm_USHORT nRet, rtl::OString aUId, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, &aUId, n… in GenReturn() argument 50 …::OString aUId, comm_USHORT nMethod, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, &aUId, nMeth… in GenReturn() argument 54 …void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_ULONG nNr, String aString, sal_Bool bBool… 70 void Write( comm_USHORT nNr ){CmdBaseStream::Write( nNr );} in Write() argument 71 void Write( comm_ULONG nNr ){CmdBaseStream::Write( nNr );} in Write() argument
|
H A D | scmdstrm.hxx | 45 void Read ( comm_USHORT &nNr ){CmdBaseStream::Read ( nNr );} in Read() argument 46 void Read ( comm_ULONG &nNr ){CmdBaseStream::Read ( nNr );} in Read() argument
|
H A D | profiler.cxx | 240 String TTProfiler::Dec( sal_uLong nNr ) in Dec() argument 242 String aRet(UniString::CreateFromInt32(nNr)); in Dec() 243 if ( nNr < 100 ) in Dec()
|
H A D | retstrm.cxx | 57 void RetStream::GenReturn ( sal_uInt16 nRet, rtl::OString aUId, comm_ULONG nNr, String aString, sal… in GenReturn() argument 59 CmdBaseStream::GenReturn ( nRet, &aUId, nNr, &aString, bBool ); in GenReturn()
|
H A D | sta_list.cxx | 241 Window* StatementList::GetDocWin( sal_uInt16 nNr ) in GetDocWin() argument 249 if ( !nNr ) in GetDocWin() 251 nNr--; in GetDocWin()
|
H A D | profiler.hxx | 109 String Dec( sal_uLong nNr ); // Ergebnis = nNr / 100 mit 2 Dezimalen
|
H A D | statemnt.hxx | 248 Window* GetDocWin( sal_uInt16 nNr );
|
/aoo41x/main/automation/source/inc/ |
H A D | cmdbasestream.hxx | 49 void GenReturn( comm_USHORT nRet, comm_ULONG nNr ); 50 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr ); 53 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr, comm_String *pString, comm_B… 55 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_ULONG nNr ); 58 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_USHORT nNr ); 65 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_ULONG nNr ); 67 void Read ( comm_USHORT &nNr ); 68 void Read ( comm_ULONG &nNr ); 73 void Write( comm_USHORT nNr ); 74 void Write( comm_ULONG nNr );
|
H A D | testapp.hxx | 53 …ErrorEntry(sal_uLong nNr, String aStr = String()) : nError(nNr),aText(aStr),nLine(0),nCol1(0),nCol… in ErrorEntry() argument 54 ErrorEntry(sal_uLong nNr, String aStr, xub_StrLen l, xub_StrLen c1, xub_StrLen c2 ) in ErrorEntry() argument 55 : nError(nNr),aText(aStr),nLine(l),nCol1(c1),nCol2(c2) {} in ErrorEntry()
|
/aoo41x/main/basic/inc/basic/ |
H A D | testtool.hxx | 42 #define ADD_ERROR_QUIET(nNr, aStr) \ argument 51 pErr = new ErrorEntry(nNr, aStr, \ 56 pErr = new ErrorEntry(nNr, aStr); \ 61 #define ADD_ERROR(nNr, aStr) { \ argument 63 SbxBase::SetError( nNr ); \ 64 ADD_ERROR_QUIET(nNr, aStr); \
|
/aoo41x/main/tools/source/fsys/ |
H A D | tdir.cxx | 732 for ( sal_uInt16 nNr = 0; nNr < rDir.Count(); nNr++ ) in operator +=() local 737 stat = new FileStat( *rDir.pStatLst->GetObject(nNr) ); in operator +=() 739 stat = new FileStat( rDir[nNr] ); in operator +=() 741 ImpSortedInsert( new DirEntry( rDir[nNr] ), stat ); in operator +=()
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 144 PDFObjectRef( unsigned int nNr, unsigned int nGen ) in PDFObjectRef() 145 : PDFValue(), m_nNumber( nNr ), m_nGeneration( nGen ) {} in PDFObjectRef() 270 PDFObject( unsigned int nNr, unsigned int nGen ) in PDFObject() 271 : m_pObject( NULL ), m_pStream( NULL ), m_nNumber( nNr ), m_nGeneration( nGen ) {} in PDFObject()
|
/aoo41x/main/unotools/source/config/ |
H A D | dynamicmenuoptions.cxx | 225 sal_Int32 nNr = 0; in impl_getNextUserEntryNr() local 234 if( nCheckNr > nNr ) in impl_getNextUserEntryNr() 235 nNr = nCheckNr; in impl_getNextUserEntryNr() 241 …DBG_ASSERT( !(nNr>0x7fffffff), "Menu::impl_getNextUserEntryNr()\nUser count can be out of range ne… in impl_getNextUserEntryNr() 242 return nNr; in impl_getNextUserEntryNr()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par2.hxx | 303 void Import1Style(sal_uInt16 nNr); 304 void RecursiveReg(sal_uInt16 nNr);
|
H A D | ww8par2.cxx | 4125 void WW8RStyle::Import1Style( sal_uInt16 nNr ) in Import1Style() argument 4127 SwWW8StyInf &rSI = pIo->pCollA[nNr]; in Import1Style() 4158 bool bOldNoImp = PrepareStyle(rSI, static_cast<ww::sti>(pStd->sti), nNr, pStd->istdNext); in Import1Style() 4178 void WW8RStyle::RecursiveReg(sal_uInt16 nNr) in RecursiveReg() argument 4180 SwWW8StyInf &rSI = pIo->pCollA[nNr]; in RecursiveReg() 4189 pIo->RegisterNumFmtOnStyle(nNr); in RecursiveReg()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtio.cxx | 474 MSHORT nNr = 0; in DebugPortions() local 487 ++nNr; in DebugPortions() 490 rOs << "\tNr:" << nNr in DebugPortions()
|
/aoo41x/main/cosv/source/strings/ |
H A D | streamstr.cxx | 770 for ( position_type nNr = i_nNr; in token() local 771 nNr > 0; in token() 772 --nNr ) in token()
|
/aoo41x/main/automation/inc/automation/ |
H A D | simplecm.hxx | 246 virtual CommunicationLinkRef GetCommunicationLink( sal_uInt16 nNr )=0; 302 virtual CommunicationLinkRef GetCommunicationLink( sal_uInt16 nNr );
|
H A D | communi.hxx | 48 virtual CommunicationLinkRef GetCommunicationLink( sal_uInt16 nNr );
|
/aoo41x/main/automation/source/communi/ |
H A D | communi.cxx | 351 CommunicationLinkRef MultiCommunicationManager::GetCommunicationLink( sal_uInt16 nNr ) in GetCommunicationLink() argument 353 return ActiveLinks->GetObject( nNr ); in GetCommunicationLink()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 766 void Dump1Style( sal_uInt16 nNr ); 2496 void DStyle::Dump1Style( sal_uInt16 nNr ) in Dump1Style() argument 2513 *pOut << c << "-Style Nr:" << nNr << ' '; in Dump1Style() 2524 *pOut << "empty Slot Nr:" << nNr << endl1; in Dump1Style()
|
H A D | ww8scan.cxx | 3432 sal_uLong nNr = pRef->GetIdx(); in GetNoSprms() local 3440 pTxt->SetIdx( nNr ); in GetNoSprms()
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1529 void PPDParser::getResolution( int nNr, int& rXRes, int& rYRes ) const in getResolution() argument 1531 …if( ( ! m_pResolutions || m_pResolutions->countValues() == 0 ) && m_pDefaultResolution && nNr == 0… in getResolution() 1539 getResolutionFromString( m_pResolutions->getValue( nNr )->m_aOption, in getResolution()
|