Pass on to VirtualDevice where used to set the MapMode of the device
appropriately. Adapt DocumentLoader, use to scale the page rendering
to exactly fit the virtual device.
Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
operator() gets called in a Java GC thread. A JNIEnv* saved in the
constructor (which is called from the UI thread) is not valid in other
threads (although for now, Dalvik notices, warns, and works around
it). So don't bother keeping the JNIEnv*. Instead fetch one when
needed. Move the method implementations from inline in the header to
libotouch's android.cxx.
Change-Id: I7de6fc54bb8d9a59146576d6e8c325fe917393ee
1) Set FormatsSupplier property only if underlying object has one.
Else, exception is thrown and the format is not set
2) getTyperelatedFieldData uses the format keys, so initialize them
before call, not after.
Change-Id: I68c4c96a9da9a6afdc3ab8964e973588f53ee814
The About dialog now houses these functions.
Change-Id: I7f751027564897a063d2910644c69680d471b6d9
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
there's no way j was intended to be used as a rtl_TextEncoding
here. From context it's clearly meant to create a UniString from
a subset of the input ByteString
Change-Id: Ic0a0773f90686d73ec4eb8b8e03a454585758578
Seems very awkward to create an entire temporary O[U]String just to compare it
to another when we want to know if that other contains just one char of a given
value
Change-Id: Iacd4e0d87dc5c5211fa06c61c55e1ed85b1e91f3
These warning arise because of the additional of varargs parameters
in Java1.6. Casting the parameter eliminates the compiler
confusion.
Change-Id: I4906bcfa2700ef80a67b79c61c6848a18e8a7168
...where the restart is directly from the old soffice instance, via exec, so the
restarted soffice would inherit all open fds from the old one. The easiest
approach appears to close fds upon startup.
Change-Id: I89bb1c78f3adf2da1cd3cbd58c22df276133a883
The only impact aTmpQHD.Move() has on pQuickHlpData is clearing
m_aHelpStrings but this is done anyway in the pQuickHlpData->Stop()
Change-Id: Ie730ddb1860461c81558275d54e32846c1495abe
This can be triggered by using a style in the docx document, then
manually removing that style from styles.xml.
Change-Id: I4aad54d088d9fa56371ff49220316fb14fce6c37
Changes Calc validate text from "between" to "valid range" and "not between" to "invalid range". This is to minimize confusion as to inclusion of minimum and maximum values as between implies non inclusive but is in fact inclusive of min and max values.
Committer: Joel Madero <joel@joel-Studio-1737.(none)>
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: sc/source/ui/dbgui/validate.cxx
modified: sc/source/ui/dbgui/validate.src
modified: sc/source/ui/inc/validate.hrc
Change-Id: I2259c22da2e976b25c71e11806df13636bdbc757
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
This adds a way to test whether mpCompositeSurface contains the front
buffer image, so it can be used as a source in painting operations.
It means the mpCompositeSurface changed status from 'temporary' to
'persistent' (which it was anyway, from implementation POV :-)
Change-Id: Iee4fc7a97cd60e47d0abb148e7337f0b50cabb40
This avoids the need for $(wildcard), which seemed to cause problems in
some cases (in gentoo ebuild) and I never found any missing dependency
that might account for it.
Change-Id: Ia03d630bb85309fbb7da3068c396834fb56cffb1
when adding columns, GetNumCols() reflect the new number of columns
before the actual columns available are updated.
Due to the way and order in which properties are updated
the code that adjust the columns can be run before the new columns
are avialable.. and was using GetNumCols().
This patch avoid using that api and rely on the column iterator
to determine the acutal number of column available.
Change-Id: I52e75ec82c1ace65b05b8df9e54f4689f2aec8d3
-Test now ensures only the expected validation entries are tested against.
-Error output for cell validity check is improved. The error message now
displays each cell address that failed instead of just the first one that
fails.
Change-Id: Ic93de0dc3e465e914470634ffab2bfb5ccbe2da7
The unit test checks for the proper importation of the test document's
1) data validation entries
2) data validity of associate cells
3) content
Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93