Home
last modified time | relevance | path

Searched refs:FALSE (Results 101 – 125 of 931) sorted by relevance

12345678910>>...38

/aoo41x/main/sw/sdi/
H A D_annotsh.sdi25 [ Automation = FALSE; ]
372 Export = FALSE;
395 // ab hier Export = FALSE;
399 Export = FALSE;
404 Export = FALSE;
H A D_tabsh.sdi26 Automation = FALSE;
159 Export = FALSE ;
173 Export = FALSE ;
301 Export = FALSE; //#44439#
382 Export = FALSE ;
/aoo41x/main/sal/osl/w32/
H A Dsignal.cxx113 BOOL fSuccess = FALSE; in ReportCrash()
114 BOOL fAutoReport = FALSE; in ReportCrash()
123 return FALSE; in ReportCrash()
133 return FALSE; in ReportCrash()
201 FALSE, in ReportCrash()
H A Dfile_dirvol.cxx60 BOOL fSuccess = FALSE; in TimeValueToFileTime()
91 BOOL fSuccess = FALSE; /* Assume failure */ in FileTimeToTimeValue()
348 BOOL fSuccess = FALSE; in EnumLogicalDrives()
373 BOOL fSuccess = FALSE; in CloseLogicalDrivesEnum()
445 BOOL fSuccess = FALSE; in EnumDirectory()
464 fSuccess = FALSE; in EnumDirectory()
481 BOOL fSuccess = FALSE; in CloseDirectory()
664 BOOL bCreated = FALSE; in create_dir_with_callback()
764 BOOL bCreated = FALSE; in osl_createDirectory()
969 pItemImpl->bFullPathNormalized = FALSE; in osl_getNextFileItem()
[all …]
H A Dconditn.c69 return (sal_Bool)(SetEvent((HANDLE)Condition) != FALSE); in osl_setCondition()
79 return (sal_Bool)(ResetEvent((HANDLE)Condition) != FALSE); in osl_resetCondition()
103 … switch( MsgWaitForMultipleObjects( 1, (HANDLE *)(&Condition), FALSE, timeout, QS_SENDMESSAGE ) ) in osl_waitCondition()
/aoo41x/main/xmerge/source/activesync/
H A DXMergeFilter.cpp66 m_bHaveExcel = FALSE; in CXMergeFilter()
67 m_bHaveWord = FALSE; in CXMergeFilter()
333 FALSE, // Don't want this process getting handles in NextConvertFile()
488 m_bHaveWord = FALSE; in GetXMergeClassPath()
503 m_bHaveExcel = FALSE; in GetXMergeClassPath()
/aoo41x/main/sc/source/ui/src/
H A Dcondfrmt.src89 TabStop = FALSE ;
112 TabStop = FALSE ;
200 TabStop = FALSE ;
223 TabStop = FALSE ;
311 TabStop = FALSE ;
334 TabStop = FALSE ;
H A Dtabopdlg.src34 Closeable = FALSE ;
53 TabStop = FALSE ;
74 TabStop = FALSE ;
95 TabStop = FALSE ;
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datktext.cxx450 return FALSE; in text_wrapper_set_caret_offset()
771 g_return_val_if_fail( selection_num == 0, FALSE ); in text_wrapper_get_selection()
807 return FALSE; in text_wrapper_add_selection()
814 g_return_val_if_fail( selection_num == 0, FALSE ); in text_wrapper_remove_selection()
825 return FALSE; in text_wrapper_remove_selection()
834 g_return_val_if_fail( selection_num == 0, FALSE ); in text_wrapper_set_selection()
845 return FALSE; in text_wrapper_set_selection()
/aoo41x/main/extensions/source/dbpilots/
H A Dgridpages.src57 Sort = FALSE;
58 DropDown = FALSE;
102 Sort = FALSE;
103 DropDown = FALSE;
/aoo41x/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx55 return FALSE; in UnicodeEquals()
162 return FALSE; in GetMsiProp()
193 return FALSE; in GetActiveXControlPath()
308 BOOL bResult = FALSE; in MakeInstallForAllUsers()
322 BOOL bResult = FALSE; in MakeInstallFor64Bit()
/aoo41x/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java234 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
264 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
280 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
285 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
337 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
/aoo41x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx67 if(!IsValidSid(pSid)) return FALSE; in ConvertSidToStringSid()
207 BOOL fSuccess = FALSE; in WinMain()
304 fSuccess = FALSE; in WinMain()
351 BOOL bHeadlessMode( FALSE ); in WinMain()
400 …dwWaitResult = MsgWaitForMultipleObjects( 1, &aProcessInfo.hProcess, FALSE, INFINITE, QS_ALLEVENTS… in WinMain()
/aoo41x/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl62 <member>StockDiagram::Volume</member> is <FALSE/><br>
63 <member>StockDiagram::UpDown</member> is <FALSE/>
72 <member>StockDiagram::UpDown</member> is <FALSE/>
80 <member>StockDiagram::Volume</member> is <FALSE/><br>
127 <p>If this property is <FALSE/>, the values of the first
/aoo41x/main/vcl/win/source/gdi/
H A Dsalbmp.cxx537 mhDDB = (HBITMAP) ( bCopyHandle ? ImplCopyDIBOrDDB( hBitmap, FALSE ) : hBitmap ); in Create()
570 bRet = FALSE; in Create()
574 bRet = FALSE; in Create()
583 bool bRet = FALSE; in Create()
601 bool bRet = FALSE; in Create()
630 bool bRet = FALSE; in Create()
676 bool bRet = FALSE; in Create()
995 bool bEndDecoding = FALSE; in ImplDecodeRLEBuffer()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx42 PM_BOOL bFastTransparent = FALSE;
461 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rTransparentBitmap, FALSE, ROP_SRCAND ); in drawBitmap()
462 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rSalBitmap, FALSE, ROP_SRCPAINT ); in drawBitmap()
499 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rTransparentBitmap, FALSE, ROP_SRCCOPY ); in drawBitmap()
505 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rSalBitmap, FALSE, ROP_SRCERASE ); in drawBitmap()
598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask()
653 if( !pSalBitmap->Create( hMemBmp, FALSE, FALSE ) ) in getBitmap()
/aoo41x/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl67 This has no effect if 'FieldAutoUpdate' is <FALSE/>.
96 right. If <FALSE/>, only the text to the right of the last
134 If <FALSE/> (default for documents since OpenOffice.org 2.0),
151 If <FALSE/> (typically for documents till OpenOffice.org 1.1),
168 If <FALSE/> (default for documents since OpenOffice.org 2.0),
187 If <FALSE/> (default value), the former object positioning
H A DXTextCursor.idl72 <FALSE/> otherwise.
76 5 characters but it is only possible to move 3 <FALSE/> will
95 <FALSE/> otherwise.
99 5 characters but it is only possible to move 3 <FALSE/> will
/aoo41x/main/linguistic/workben/
H A Dsspellimp.cxx69 bDisposing = FALSE; in SpellChecker()
118 BOOL bRes = FALSE; in hasLocale()
317 BOOL bRes = FALSE; in addLinguServiceEventListener()
333 BOOL bRes = FALSE; in removeLinguServiceEventListener()
440 return FALSE; in supportsService()
/aoo41x/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl87 triggered. This method returns <FALSE>, if there is no show
106 triggered. This method returns <FALSE/>, if there is no show
174 When <FALSE/>, the default, then no main sequence effect is
182 When <FALSE/>, the default, then the slide transition
200 When <TRUE>, the show is paused. When <FALSE>, and the show
256 added. Otherwise, <FALSE> is returned (e.g. if the view is
270 @return <TRUE>, if the view was successfully removed, <FALSE>
292 <FALSE> is returned, no further update calls are necessary,
/aoo41x/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp120 , mbLoad( FALSE ) in CSOActiveX()
123 , mbViewOnly( FALSE ) in CSOActiveX()
153 mbViewOnly = FALSE; in Cleanup()
250 mbViewOnly = FALSE; in Load()
472 HRESULT hr = CallDispatch1PBool( pSlotUrl[ind], pSlotName[ind], FALSE ); in HideAllBars()
564 mbLoad = FALSE; in OnDrawAdvanced()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DFillProperties.idl186 percent of the size of the original bitmap. If this is <FALSE/>, the
214 FillBitmapStretch is set to <FALSE/>, and the property FillBitmapTile
219 is set to <FALSE/>.</p>
222 FillBitmapStretch and FillBitmapTile are set to <FALSE/>.</p>
237 <p>If set to <FALSE/>, the value of the FillBitmapMode property
255 <p>If set to <FALSE/>, the value of the FillBitmapMode property
/aoo41x/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterPropertiesAsian.java63 testProperty("ParaIsCharacterDistance", Boolean.TRUE, Boolean.FALSE); in _ParaIsCharacterDistance()
67 testProperty("ParaIsForbiddenRules", Boolean.TRUE, Boolean.FALSE); in _ParaIsForbiddenRules()
71 testProperty("ParaIsHangingPunctuation", Boolean.TRUE, Boolean.FALSE); in _ParaIsHangingPunctuation()
/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DImageListDialog.java158 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 4), resources[RES_CANCEL], "btnCancel", i… in build()
164 …Boolean.FALSE, INTEGER_14, PropertyNames.EMPTY_STRING, resources[RES_HELP], "CommandButton3", iBut… in build()
176 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 1), resources[RES_OTHER], "btnOther", iBu… in build()
189 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 2), resources[RES_DESELECT], "btnNoImage"… in build()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldvar.src48 Sort = FALSE ;
81 DropDown = FALSE ;
90 DropDown = FALSE ;
181 Border = FALSE ;

Completed in 153 milliseconds

12345678910>>...38