Kaydet (Commit) f4278176 authored tarafından Pranav Kant's avatar Pranav Kant Kaydeden (comit) Miklos Vajna

lokdocview: fixed rectangle format in documentation/comments

Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6
üst c074cfa4
......@@ -186,9 +186,9 @@ struct LOKDocView_Impl
* the tiles that intersect with pPartial.
*/
void renderDocument(GdkRectangle* pPartial);
/// Returns the GdkRectangle of a width,height,x,y string.
/// Returns the GdkRectangle of a x,y,width,height string.
static GdkRectangle payloadToRectangle(const char* pPayload);
/// Returns the GdkRectangles of a w,h,x,y;w2,h2,x2,y2;... string.
/// Returns the GdkRectangles of a x1,y1,w1,h1;x2,y2,w2,h2;... string.
static std::vector<GdkRectangle> payloadToRectangles(const char* pPayload);
/// Returns the string representation of a LibreOfficeKitCallbackType enumeration element.
static const char* callbackTypeToString(int nType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment