Home
last modified time | relevance | path

Searched refs:BOOL (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/aoo41x/main/xml2cmp/source/x2cclass/
H A Dxml_cdff.cxx50 inline BOOL
54 BOOL ret = TRUE; in LoadXmlFile()
91 BOOL
105 BOOL bWithinElement = FALSE; in Parse()
H A Dxml_cdim.hxx50 BOOL MatchesEndTag(
70 static BOOL CheckEndOfDescription(
96 inline BOOL
/aoo41x/main/tools/inc/tools/
H A Dpostwin.h37 #undef BOOL
246 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
247 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
248 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
H A Dpostsys.h231 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
232 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
233 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
/aoo41x/main/setup_native/source/win32/customactions/indexingfilter/
H A Drestartindexingservice.cxx47 typedef BOOL (__stdcall * CloseServiceHandle_t)(SC_HANDLE);
48 typedef BOOL (__stdcall * ControlService_t)(SC_HANDLE, DWORD, LPSERVICE_STATUS);
51 typedef BOOL (__stdcall * QueryServiceStatus_t)(SC_HANDLE, LPSERVICE_STATUS);
52 typedef BOOL (__stdcall * StartService_t)(SC_HANDLE, DWORD, LPCSTR*);
/aoo41x/main/sc/sdi/
H A Dscslots.sdi36 BOOL Locked MID_1;
37 BOOL FormulasHidden MID_2;
38 BOOL Hidden MID_3;
39 BOOL HiddenInPrintout MID_4
/aoo41x/main/sal/osl/w32/
H A Dsignal.cxx68 typedef BOOL (WINAPI *pfn_ADDEREXCLUDEDAPPLICATIONW)(LPCWSTR); in InitSignal()
111 static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) in ReportCrash()
113 BOOL fSuccess = FALSE; in ReportCrash()
114 BOOL fAutoReport = FALSE; in ReportCrash()
227 static BOOL WINAPI IsWin95A(void) in IsWin95A()
H A Dsalinit.cxx47 reinterpret_cast< BOOL (WINAPI *)(DWORD) >(p)(0x00000001); in sal_detail_initialize()
51 reinterpret_cast< BOOL (WINAPI *)(LPCWSTR) >(p)(L""); in sal_detail_initialize()
55 reinterpret_cast< BOOL (WINAPI *)(DWORD) >(p)(0x8001); in sal_detail_initialize()
H A Dsockimpl.h69 typedef BOOL (WINAPI *INTERNETAUTODIAL) (
71 typedef BOOL (WINAPI *INTERNETAUTODIALHANGUP) (
73 typedef BOOL (WINAPI *INTERNETGETCONNECTEDSTATE) (
H A Dfile_url.cxx63 static BOOL IsValidFilePathComponent( in IsValidFilePathComponent()
68 BOOL fValid = TRUE; /* Assume success */ in IsValidFilePathComponent()
239 BOOL fValid = TRUE; in IsValidFilePath()
462 BOOL bCheckExistence ) in GetCaseCorrectPathNameEx()
476 BOOL bSkipThis = FALSE; in GetCaseCorrectPathNameEx()
548 BOOL bCheckExistence in GetCaseCorrectPathName()
/aoo41x/main/svx/workben/
H A Dedittest.cxx273 BOOL Drop( const DropEvent& rEvt );
274 BOOL QueryDrop( DropEvent& rEvt );
344 BOOL __EXPORT MyView::Drop( const DropEvent& rEvt ) in Drop()
349 BOOL __EXPORT MyView::QueryDrop( DropEvent& rEvt ) in QueryDrop()
382 BOOL Drop( const DropEvent& rEvt );
383 BOOL QueryDrop( DropEvent& rEvt );
599 aToolBox.EnableItem( TB_BINOBJ2b, (BOOL)(long)pBinObj ); in UpdateToolBox()
718 BOOL bChecked = aToolBox.IsItemChecked( nId ); in IMPL_LINK()
1699 BOOL bDone = pEditView->PostKeyEvent( rKEvt ); in KeyInput()
1759 BOOL __EXPORT EditViewWindow::Drop( const DropEvent& rEvt ) in Drop()
[all …]
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx94 static BOOL CheckExtensionInRegistry( LPCSTR lpSubKey ) in CheckExtensionInRegistry()
96 BOOL bRet = false; in CheckExtensionInRegistry()
216 static BOOL RemoveExtensionInRegistry( LPCSTR lpSubKey ) in RemoveExtensionInRegistry()
309 static void registerForExtensions( MSIHANDLE handle, BOOL bRegisterAll ) in registerForExtensions()
314 BOOL bRegister = bRegisterAll || CheckExtensionInRegistry( g_Extensions[nIndex] ); in registerForExtensions()
/aoo41x/main/desktop/win32/source/guistdio/
H A Dguistdio.inc50 BOOL fSuccess;
120 BOOL fSuccess;
148 BOOL fSuccess;
223 BOOL fSuccess;
242 BOOL fSuccess;
275 BOOL WINAPI CtrlBreakHandler(
363 BOOL fSuccess = CreateProcess(
/aoo41x/main/vcl/aqua/source/dtrans/
H A DDropTarget.hxx76 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
77 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
135 virtual BOOL prepareForDragOperation(id sender);
136 virtual BOOL performDragOperation();
/aoo41x/main/vcl/win/source/gdi/
H A Dwntgdi.cxx39 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 ) in WIN_Rectangle()
49 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt ) in WIN_Polygon()
59 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt ) in WIN_PolyPolygon()
/aoo41x/main/vcl/inc/unx/
H A Dsalmenu.h38 virtual BOOL VisibleMenuBar(); // must return TRUE to actually DISPLAY native menu bars
45 virtual void CheckItem( unsigned nPos, BOOL bCheck );
46 virtual void EnableItem( unsigned nPos, BOOL bEnable );
/aoo41x/main/vcl/inc/os2/
H A Dsalsound.h54 BOOL mbLoop;
55 BOOL mbPaused;
64 BOOL Create();
/aoo41x/main/vcl/inc/aqua/
H A Daqua11yfactory.h37 …n::star::accessibility::XAccessibleContext >) rxAccessibleContext createIfNotExists:(BOOL) bCreate; argument
38 …AccessibleContext >) rxAccessibleContext createIfNotExists:(BOOL) bCreate asRadioGroup:(BOOL) asRa… argument
/aoo41x/main/xmerge/source/activesync/
H A DXMergeFilter.h108 BOOL m_bHaveExcel;
109 BOOL m_bHaveWord;
149 volatile BOOL *pbCancel, CF_ERROR *perr);
/aoo41x/main/sal/systools/win32/uwinapi/
H A DMoveFileExA.cpp29 IMPLEMENT_THUNK( kernel32, WINDOWS, BOOL, WINAPI, MoveFileExA, ( LPCSTR lpExistingFileNameA, LPCSTR…
31 BOOL fSuccess = FALSE; // assume failure
75 BOOL bFailIfExist = 0 == (dwFlags & MOVEFILE_REPLACE_EXISTING);
/aoo41x/main/extensions/test/stm/
H A Dpipetest.cxx101 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
120 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
150 BOOL OPipeTest::queryInterface( Uik uik , XInterfaceRef &rOut ) in queryInterface()
219 BOOL OPipeTest::testPassed(void) THROWS( (UsrSystemException) ) in testPassed()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DDTransHelper.hxx159 BOOL Lock( ) in Lock()
175 BOOL Unlock( ) in Unlock()
206 BOOL m_bIsLocked;
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dpostuninstall.cxx67 static BOOL ExecuteCommand( LPCTSTR lpCommand, BOOL bSync ) in ExecuteCommand()
69 BOOL fSuccess = FALSE; in ExecuteCommand()
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm79 +(BOOL)isStrikethrough:(PropertyValue)property {
80 BOOL strikethrough = NO;
90 +(BOOL)convertBoolean:(PropertyValue)property {
91 BOOL myBoolean = NO;
151 BOOL underlineHasColor = NO;
/aoo41x/main/odk/examples/OLE/activex/
H A DSOActiveX.h67 BOOL mbLoad;
68 BOOL mbViewOnly;
149 HRESULT CallDispatch1PBool( OLECHAR* sUrl, OLECHAR* sArgName, BOOL sArgVal );

Completed in 119 milliseconds

12345678910>>...14