Home
last modified time | relevance | path

Searched refs:sal_Bool (Results 201 – 225 of 8340) sorted by relevance

12345678910>>...334

/trunk/main/basic/source/inc/
H A Dsymtbl.hxx60 short Add( const String&, sal_Bool=sal_True );
160 void SetByVal( sal_Bool bByVal_ = sal_True ) in SetByVal()
165 void SetGlobal(sal_Bool b){ bGlobal = b; } in SetGlobal()
168 sal_Bool IsOptional() const{ return bOpt; } in IsOptional()
172 sal_Bool IsByVal() const { return bByVal; } in IsByVal()
173 sal_Bool IsStatic() const { return bStatic; } in IsStatic()
174 sal_Bool IsNew() const { return bNew; } in IsNew()
175 sal_Bool IsDefinedAs() const { return bAs; } in IsDefinedAs()
176 sal_Bool IsGlobal() const { return bGlobal; } in IsGlobal()
211 sal_Bool IsPublic() const { return bPublic; } in IsPublic()
[all …]
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx101 void ShowCursor( sal_Bool bGotoCursor = sal_True, sal_Bool bForceVisCursor = sal_True );
107 void SetReadOnly( sal_Bool bReadOnly );
108 sal_Bool IsReadOnly() const;
110 sal_Bool HasSelection() const;
118 sal_Bool IsInsertMode() const;
161 void EnablePaste( sal_Bool bEnable );
162 sal_Bool IsPasteEnabled() const;
206 sal_Bool MatchGroup();
220 sal_Bool IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong = sal_False );
221 sal_Bool IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong = sal_False );
[all …]
/trunk/main/sc/inc/
H A Dinputopt.hxx38 sal_Bool bMoveSelection;
39 sal_Bool bEnterEdit;
40 sal_Bool bExtendFormat;
41 sal_Bool bRangeFinder;
42 sal_Bool bExpandRefs;
43 sal_Bool bMarkHeader;
44 sal_Bool bUseTabCol;
45 sal_Bool bTextWysiwyg;
46 sal_Bool bReplCellsWarn;
57 void SetMoveSelection(sal_Bool bSet) { bMoveSelection = bSet; } in SetMoveSelection()
[all …]
H A Drefdata.hxx63 sal_Bool bFlags;
66 sal_Bool bColRel :1;
67 sal_Bool bColDeleted :1;
68 sal_Bool bRowRel :1;
69 sal_Bool bRowDeleted :1;
70 sal_Bool bTabRel :1;
71 sal_Bool bTabDeleted :1;
108 inline sal_Bool Valid() const;
142 inline sal_Bool ScSingleRefData::Valid() const in Valid()
194 inline sal_Bool IsDeleted() const in IsDeleted()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.hxx152 sal_Bool m_bUpdated ;
159 sal_Bool moveWindow();
199 sal_Bool& _bNew,
238 sal_Bool next( );
241 sal_Bool isFirst( );
242 sal_Bool isLast( );
244 sal_Bool afterLast( );
245 sal_Bool first( );
246 sal_Bool last( );
250 sal_Bool previous( );
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx104 sal_Bool m_bStopTimer;
105 sal_Bool m_bWasEditing;
106 sal_Bool m_bDisableErrorBox;
107 sal_Bool m_bInUndoMode;
132 sal_Bool Save();
153 sal_Bool isPasteAllowed();
154 sal_Bool isCutAllowed();
155 sal_Bool isCopyAllowed();
264 void adjustSelectionMode( sal_Bool _bClickedOntoHeader, sal_Bool _bClickedOntoHandleCol );
303 sal_Bool& _bListAction);
[all …]
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx76 sal_Bool m_bHasMin : 1;
77 sal_Bool m_bHasMax : 1;
79 sal_Bool m_bStrictFormat : 1;
81 sal_Bool m_bValueDirty : 1;
82 sal_Bool m_bEnableEmptyField : 1;
83 sal_Bool m_bAutoColor : 1;
84 sal_Bool m_bEnableNaN : 1;
99 sal_Bool m_bTreatAsNumber;
154 sal_Bool GetThousandsSep() const;
326 sal_Bool m_bPrependCurrSym;
[all …]
H A Dtreelist.hxx97 sal_Bool HasChilds() { return (sal_Bool)(pChilds!=0); } in HasChilds()
98 sal_Bool HasChildListPos() const in HasChildListPos()
128 sal_Bool IsSelected() const { return (sal_Bool)(nFlags&SVLISTENTRYFLAG_SELECTED)!=0; } in IsSelected()
129 sal_Bool IsExpanded() const { return (sal_Bool)(nFlags&SVLISTENTRYFLAG_EXPANDED)!=0; } in IsExpanded()
130 sal_Bool HasFocus() const { return (sal_Bool)(nFlags&SVLISTENTRYFLAG_FOCUSED)!=0; } in HasFocus()
131 void SetFocus( sal_Bool bFocus) in SetFocus()
138 sal_Bool IsCursored() const { return (sal_Bool)(nFlags&SVLISTENTRYFLAG_CURSORED)!=0; } in IsCursored()
139 void SetCursored( sal_Bool bCursored ) in SetCursored()
191 sal_Bool bAbsPositionsValid;
211 sal_Bool Select( SvListView*,SvListEntry* pEntry, sal_Bool bSelect=sal_True );
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx538 sal_Bool bRecord, sal_Bool bApi ) in DeleteContents()
679 sal_Bool bRecord, sal_Bool bApi ) in TransliterateText()
1037 sal_Bool bInterpret, sal_Bool bEnglish, sal_Bool bApi, in SetCellText()
1189 sal_Bool bRecord, sal_Bool bApi ) in ApplyAttributes()
1252 sal_Bool bRecord, sal_Bool bApi ) in ApplyStyle()
1327 sal_Bool bRecord, sal_Bool bApi, sal_Bool bPartOfPaste ) in InsertCells()
2237 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi ) in MoveBlock()
3118 sal_Bool bRecord, sal_Bool bApi ) in SetWidthOrHeight()
4063 sal_Bool bRecord, sal_Bool bApi ) in FillSeries()
4305 sal_Bool ScDocFunc::MergeCells( const ScRange& rRange, sal_Bool bContents, sal_Bool bRecord, sal_Bo… in MergeCells()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.hxx50 sal_Bool bDirty; // dirty directory entry
51 sal_Bool bCreated; // newly created entry
52 sal_Bool bRemoved; // removed per Invalidate()
53 sal_Bool bRenamed; // renamed
66 sal_Bool bDirect; // sal_True: direct mode
68 sal_Bool bInvalid; // sal_True: invalid entry
80 sal_Bool IsDirty();
83 sal_Bool Commit();
84 sal_Bool Revert();
89 sal_Bool SetSize( sal_Int32 );
[all …]
H A Ducbstorage.cxx1477 sal_Bool UCBStorageStream::Validate( sal_Bool bWrite ) const
1673 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot )
2117 sal_Bool bFound = sal_False;
2272 sal_Bool bRet = sal_False;
2608 sal_Bool UCBStorage_Impl::Revert()
2611 sal_Bool bRet = sal_True;
2855 sal_Bool bRet = sal_True;
2893 sal_Bool UCBStorage::Commit()
2904 sal_Bool UCBStorage::Revert()
3263 sal_Bool UCBStorage::ValidateFAT()
[all …]
/trunk/main/sw/inc/
H A Dgrfatr.hxx51 sal_Bool bGrfToggle; // auf geraden Seiten Grafiken spiegeln
76 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal,
86 inline sal_Bool IsGrfToggle() const { return bGrfToggle; } in IsGrfToggle()
87 inline void SetGrfToggle( sal_Bool bNew ) { bGrfToggle = bNew; } in SetGrfToggle()
128 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal,
248 SwInvertGrf( sal_Bool bVal = sal_False ) in SwInvertGrf()
277 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal,
340 inline const SwMirrorGrf &SwFmt::GetMirrorGrf(sal_Bool bInP) const in GetMirrorGrf()
342 inline const SwCropGrf &SwFmt::GetCropGrf(sal_Bool bInP) const in GetCropGrf()
356 inline const SwGammaGrf &SwFmt::GetGammaGrf(sal_Bool bInP) const in GetGammaGrf()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx185 sal_Bool IsOpenEvent() const;
186 sal_Bool IsPrintEvent() const;
204 inline sal_Bool ApplicationEvent::IsOpenEvent() const in IsOpenEvent()
246 virtual sal_Bool QueryExit();
287 static sal_Bool IsInMain();
288 static sal_Bool IsInExecute();
289 static sal_Bool IsShutDown();
290 static sal_Bool IsInModalMode();
296 static sal_Bool IsUICaptured();
508 VCL_DLLPUBLIC sal_Bool InitAccessBridge( sal_Bool bAllowCancel, sal_Bool &rCancelled );
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.hxx49 sal_Bool bSkipDuplicates;
50 sal_Bool bCopyOutputData;
52 sal_Bool bIsCaseSensitive;
53 sal_Bool bEnabledUserList;
54 sal_Bool bConnectionOr;
55 sal_Bool bNextConnectionOr;
81 void OpenConnection(const sal_Bool bTemp) { sal_Bool* pTemp = new sal_Bool; *pTemp = bConnectionOr; in OpenConnection()
183 sal_Bool bSkipDuplicates;
184 sal_Bool bCopyOutputData;
188 sal_Bool bConnectionOr;
[all …]
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx129 void SvxBaseAutoCorrCfg::Load(sal_Bool bInit) in Load()
148 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
152 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
156 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
160 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
164 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
168 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
172 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
253 sal_Bool bVal; in Commit()
399 void SvxSwAutoCorrCfg::Load(sal_Bool bInit) in Load()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx62 sal_Bool dumpFile(CppuOptions* pOptions,
140 sal_Bool m_cppuTypeLeak;
141 sal_Bool m_cppuTypeDynamic;
191 sal_Bool m_hasAttributes;
192 sal_Bool m_hasMethods;
228 sal_Bool hasConstants();
263 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType);
295 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType);
336 virtual sal_Bool dumpHFile(
353 virtual sal_Bool dumpHxxFile(
[all …]
/trunk/main/editeng/source/editeng/
H A Deditstt2.hxx48 sal_Bool UseCharAttribs() const in UseCharAttribs()
63 sal_Bool DoUndoAttribs() const in DoUndoAttribs()
69 sal_Bool IsOutliner() const in IsOutliner()
72 sal_Bool IsOutliner2() const in IsOutliner2()
75 sal_Bool IsAnyOutliner() const in IsAnyOutliner()
87 sal_Bool DoStretch() const in DoStretch()
90 sal_Bool AutoPageSize() const in AutoPageSize()
92 sal_Bool AutoPageWidth() const in AutoPageWidth()
97 sal_Bool MarkFields() const in MarkFields()
100 sal_Bool DoRestoreFont() const in DoRestoreFont()
[all …]
/trunk/main/idl/inc/
H A Dtypes.hxx47 sal_Bool bNewAttr;
52 SvStream & rOutStm, sal_Bool bSet );
67 void SetNewAttribute( sal_Bool bNew ) in SetNewAttribute()
69 sal_Bool IsNewAttribute() const in IsNewAttribute()
77 void SetExport( sal_Bool bSet ) in SetExport()
81 void SetHidden( sal_Bool bSet ) in SetHidden()
91 sal_Bool GetIsCollection() const;
99 virtual sal_Bool IsMethod() const;
100 virtual sal_Bool IsVariable() const;
151 sal_Bool bIsItem;
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx159 …BitmapEx ImpGetBitmapEx(BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd, sal_Bool bFine, sal_Bool
221 void SetSelected(sal_Bool bJa=sal_True);
223 void Set1PixMore(sal_Bool bJa=sal_True);
248 virtual sal_Bool IsFocusHdl() const;
347 void FromIAOToItem(SdrObject* pObj, sal_Bool bSetItemOnObject, sal_Bool bUndo);
420 sal_Bool IsHorzDrag() const;
481 void TravelFocusHdl(sal_Bool bForward);
498 void SetMoveOutside(sal_Bool bOn);
500 void SetRotateShear(sal_Bool bOn);
502 void SetDistortShear(sal_Bool bOn);
[all …]
H A Dsvdcrtv.hxx93 sal_Bool CheckEdgeMode();
101 virtual sal_Bool IsAction() const;
123 sal_Bool IsTextTool() const;
126 sal_Bool IsEdgeTool() const;
129 sal_Bool IsMeasureTool() const;
140 sal_Bool EndCreateObj(SdrCreateCmd eCmd);
143 sal_Bool IsCreateObj() const { return pAktCreate!=NULL; } in IsCreateObj()
170 sal_Bool IsAutoClosePolys() const { return bAutoClosePolys; } in IsAutoClosePolys()
197 sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
199 sal_Bool SetAttributes(const SfxItemSet& rSet, sal_Bool bReplaceAll);
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx93 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight );
95 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight );
147 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight ) in HasTabBackground()
152 sal_Bool bRet = sal_False; in HasTabBackground()
171 sal_Bool bT = bTop && 0 == i; in HasTabBackground()
182 sal_Bool bTop, sal_Bool bBottom, sal_Bool bLeft, sal_Bool bRight ) in HasTabBackground()
187 sal_Bool bRet = sal_False; in HasTabBackground()
216 sal_Bool *pBorders = (sal_Bool *)pPara; in lcl_WrtHTMLTbl_HasTabBorders()
239 sal_Bool *pBorders = (sal_Bool *)pPara; in lcl_WrtHTMLTbl_HasTabBorders()
289 sal_Bool bHead = sal_False; in OutTableCell()
[all …]
/trunk/main/chart2/source/inc/
H A DLifeTime.hxx58 virtual sal_Bool impl_canStartApiCall();
72 sal_Bool volatile m_bDisposed;
73 sal_Bool volatile m_bInDispose;
87 sal_Bool volatile m_bClosed;
88 sal_Bool volatile m_bInTryClose;
92 sal_Bool volatile m_bOwnership;
105 OOO_DLLPUBLIC_CHARTTOOLS sal_Bool g_close_startTryClose(sal_Bool bDeliverOwnership)
109 OOO_DLLPUBLIC_CHARTTOOLS void g_close_endTryClose(sal_Bool bDeliverOwnership, sal_Bool bMyVeto );
119 void impl_setOwnership( sal_Bool bDeliverOwnership, sal_Bool bMyVeto );
209 sal_Bool startApiCall(sal_Bool bLongLastingCall=sal_False);
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfly.hxx83 const sal_Bool bRight );
125 sal_Bool bOn : 1;
126 sal_Bool bLeftSide : 1;
127 sal_Bool bTopRule: 1;
128 sal_Bool mbIgnoreCurrentFrame: 1;
129 sal_Bool mbIgnoreContour: 1;
132 sal_Bool mbIgnoreObjsInHeaderFooter: 1;
144 sal_Bool ForEach( const SwRect &rRect, SwRect* pRect, sal_Bool bAvoid ) const;
190 inline sal_Bool Relax();
218 sal_Bool IsAnyFrm() const;
[all …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx69 sal_Bool bPrcWidthOpt;
93 void SetWidthOpt( sal_uInt16 nWidth, sal_Bool bPrc ) in SetWidthOpt()
114 sal_Bool mbUseLayoutHeights;
131 sal_Bool bBottomBorder : 1;
183 sal_Bool bRelWidthOpt : 1;
188 sal_Bool bRightBorder : 1;
259 sal_Bool bGetLineHeightCalled : 1;
262 sal_Bool bColsOption : 1;
263 sal_Bool bColTags : 1;
264 sal_Bool bLayoutExport : 1;
[all …]
/trunk/main/sot/inc/sot/
H A Dstorage.hxx92 sal_Bool CopyTo( SotStorageStream * pDestStm );
93 virtual sal_Bool Commit();
94 virtual sal_Bool Revert();
126 sal_Bool m_bIsRoot:1, // z.B.: File-Storage
160 virtual sal_Bool Validate();
197 virtual sal_Bool ShouldConvert();
202 virtual sal_Bool CopyTo( SotStorage * pDestStg );
203 virtual sal_Bool Commit();
204 virtual sal_Bool Revert();
231 virtual sal_Bool Rename( const String & rEleName,
[all …]

Completed in 165 milliseconds

12345678910>>...334