Searched refs:nEndCp (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 630 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 D | ww8par.hxx | 1445 …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 D | wrtww8.hxx | 258 void Finish( WW8_CP nEndCp ) { aCps.Insert( nEndCp, aCps.Count() ); } in Finish() argument
|
H A D | ww8par.cxx | 5565 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 D | ww8par3.cxx | 2205 WW8_CP nEndCp = nStart+1; // Only interested in the single 0x01 character in ImportFormulaControl() local 2211 while(nStart <= nEndCp) in ImportFormulaControl()
|
Completed in 110 milliseconds