Home
last modified time | relevance | path

Searched refs:nEndCp (Results 1 – 5 of 5) sorted by path

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx258 void Finish( WW8_CP nEndCp ) { aCps.Insert( nEndCp, aCps.Count() ); } in Finish() argument
H A Dww8graf.cxx630 while (nStart < nEndCp) in InsertAttrsAsDrawingAttrs()
719 nEnd = ( nNext < nEndCp ) ? nNext : nEndCp; in InsertAttrsAsDrawingAttrs()
907 ASSERT(nStartCp <= nEndCp, "+Wo ist der Grafik-Text (7) ?"); in GetRangeAsDrawingString()
908 if (nStartCp == nEndCp) in GetRangeAsDrawingString()
910 else if (nStartCp < nEndCp) in GetRangeAsDrawingString()
938 InsertAttrsAsDrawingAttrs(nStartCp, nEndCp, eType); in ImportAsOutliner()
987 WW8_CP nStartCp, nEndCp; in InsertTxbxText() local
1150 *pnEndCp = nEndCp; in InsertTxbxText()
1159 InsertAttrsAsDrawingAttrs(nStartCp, nEndCp, eType); in InsertTxbxText()
3002 long nEndCp; in ConvertDrawTextToFly() local
[all …]
H A Dww8par.cxx5565 WW8_CP nStartCp, nEndCp; in GetOLEStorageName() local
5566 if ( rReader.GetTxbxTextSttEndCp(nStartCp, nEndCp, in GetOLEStorageName()
5575 nEndCp += rReader.nDrawCpO; in GetOLEStorageName()
5578 while (nStartCp <= nEndCp && !nPictureId) in GetOLEStorageName()
H A Dww8par.hxx1445 …void InsertAttrsAsDrawingAttrs(long nStartCp, long nEndCp, ManTypes eType, bool bONLYnPicLocFc=fal…
1449 bool GetRangeAsDrawingString(String& rString, long StartCp, long nEndCp, ManTypes eType);
1450 …OutlinerParaObject* ImportAsOutliner(String &rString, WW8_CP nStartCp, WW8_CP nEndCp, ManTypes eTy…
H A Dww8par3.cxx2205 WW8_CP nEndCp = nStart+1; // Only interested in the single 0x01 character in ImportFormulaControl() local
2211 while(nStart <= nEndCp) in ImportFormulaControl()

Completed in 67 milliseconds