From fdda178d888127c4b4dafd4b53800989929e9b6b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Jul 2012 13:00:50 +0100 Subject: targetted improvement of UNO API includes / usage --- fileaccess/Library_fileacc.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fileaccess') diff --git a/fileaccess/Library_fileacc.mk b/fileaccess/Library_fileacc.mk index 01300bb5e279..88ca91d609dc 100644 --- a/fileaccess/Library_fileacc.mk +++ b/fileaccess/Library_fileacc.mk @@ -31,10 +31,7 @@ $(eval $(call gb_Library_set_include,fileacc,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_api,fileacc,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,fileacc)) $(eval $(call gb_Library_use_libraries,fileacc,\ cppu \ -- cgit /trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/salframeview.mm
AgeCommit message (Expand)Author
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-12-02prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist
2014-09-25fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis
2014-09-23fix OSX buildNoel Grandin
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj
2014-06-18fix 'NSWindow' may not respond to '+windowNumbersWithOptions'Douglas Mencken
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr
2014-05-05Correct keycode mappings for KEY_QUOTE{LEFT,RIGHT}Tor Lillqvist
2014-05-05Untabify and remove trailing spacesTor Lillqvist
2014-05-05Align table entries into equal-size columnsTor Lillqvist
2014-03-30vcl-osx fix: 'NSEvent' may not respond to '-magnification'Douglas Mencken
2014-03-05Switch to -magnification instead of -deltaZ for mac osx pinch-to-zoomJoren De Cuyper
2014-02-24Resolves: #i123840# prefer NSZero* constants over open coded alternativesHerbert Dürr
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl
2014-02-06Related: #i123795# add a windowForParent() method for AquaA11yWrapperHerbert Dürr
2014-02-05Add informative commentTor Lillqvist
2014-02-04fdo#74121 - Accessibility broken on Mac OS X (master)Niklas Johansson
2014-01-12mnDeltaStart is unusedCaolán McNamara
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist