Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8graf.cxx633 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 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 Dwrtww8.hxx258 void Finish( WW8_CP nEndCp ) { aCps.Insert( nEndCp, aCps.Count() ); } in Finish() argument
H A Dww8par.cxx5564 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 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 126 milliseconds