Searched refs:nEndCp (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 633 while (nStart < nEndCp) in InsertAttrsAsDrawingAttrs() 722 nEnd = ( nNext < nEndCp ) ? nNext : nEndCp; in InsertAttrsAsDrawingAttrs() 910 ASSERT(nStartCp <= nEndCp, "+Wo ist der Grafik-Text (7) ?"); in GetRangeAsDrawingString() 911 if (nStartCp == nEndCp) in GetRangeAsDrawingString() 913 else if (nStartCp < nEndCp) in GetRangeAsDrawingString() 941 InsertAttrsAsDrawingAttrs(nStartCp, nEndCp, eType); in ImportAsOutliner() 990 WW8_CP nStartCp, nEndCp; in InsertTxbxText() local 1153 *pnEndCp = nEndCp; in InsertTxbxText() 1162 InsertAttrsAsDrawingAttrs(nStartCp, nEndCp, eType); in InsertTxbxText() 3010 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 | 5564 WW8_CP nStartCp, nEndCp; in GetOLEStorageName() local 5565 if ( rReader.GetTxbxTextSttEndCp(nStartCp, nEndCp, in GetOLEStorageName() 5574 nEndCp += rReader.nDrawCpO; in GetOLEStorageName() 5577 while (nStartCp <= nEndCp && !nPictureId) in GetOLEStorageName()
|
H A D | ww8par3.cxx | 2184 WW8_CP nEndCp = nStart+1; //Only interested in the single 0x01 character in ImportFormulaControl() local 2190 while(nStart <= nEndCp) in ImportFormulaControl()
|
Completed in 89 milliseconds