[poppler] poppler/poppler: TextOutputDev.h,1.8,1.9

Albert Astals Cid aacid at freedesktop.org
Sat Dec 3 14:20:56 PST 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv8057/poppler

Modified Files:
	TextOutputDev.h 
Log Message:
 * qt4/src/poppler-qt4.h:
 * qt4/src/poppler-fontinfo.cc:
 * qt4/src/poppler-textbox.cc: Remove implementation of that classes from the header, use pimpl


Index: TextOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/TextOutputDev.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- TextOutputDev.h	30 Oct 2005 20:29:05 -0000	1.8
+++ TextOutputDev.h	3 Dec 2005 22:20:54 -0000	1.9
@@ -114,7 +114,7 @@
   int getCharLen() { return charLen; }
 #endif
 
-private:
+//private:
 
   int rot;			// rotation, multiple of 90 degrees
 				//   (0, 1, 2, or 3)
@@ -219,7 +219,7 @@
   void visitSelection(TextSelectionVisitor *visitor,
 		      PDFRectangle *selection);
 
-private:
+//private:
 
   TextBlock *blk;		// parent block
   int rot;			// text rotation
@@ -281,7 +281,7 @@
   void visitSelection(TextSelectionVisitor *visitor,
 		      PDFRectangle *selection);
 
-private:
+//private:
 
   TextPage *page;		// the parent page
   int rot;			// text rotation
@@ -328,7 +328,7 @@
   // primary axis.
   GBool blockFits(TextBlock *blk, TextBlock *prevBlk);
 
-private:
+//private:
 
   TextPage *page;		// the parent page
   double xMin, xMax;		// bounding box x coordinates
@@ -461,7 +461,7 @@
   TextWordList *makeWordList(GBool physLayout);
 #endif
 
-private:
+//private:
 
   void clear();
   void assignColumns(TextLineFrag *frags, int nFrags, int rot);



More information about the poppler mailing list