Home
last modified time | relevance | path

Searched refs:bTmp (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1546 sal_Bool bMainEntry = sal_False, bTmp; in ProcessAttribute() local
1548 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
1549 bMainEntry = bTmp; in ProcessAttribute()
H A Dtxtparae.cxx2973 sal_Bool bTmp = *(sal_Bool *)rPropSet->getPropertyValue( in exportContour() local
2976 XML_RECREATE_ON_EDIT, bTmp ? XML_TRUE : XML_FALSE ); in exportContour()
H A Dtxtprhdl.cxx775 sal_Bool bTmp = nHoriMirror != 0; in importXML() local
776 rValue.setValue( &bTmp, ::getBooleanCppuType() ); in importXML()
H A Dtxtstyli.cxx227 sal_Bool bTmp = bAutoUpdate; in CreateAndInsert() local
228 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in CreateAndInsert()
H A Dtxtvfldi.cxx259 sal_Bool bTmp = ! (bDisplayNone && bDisplayOK); in PrepareField() local
260 aAny.setValue( &bTmp, ::getBooleanCppuType()); in PrepareField()
277 sal_Bool bTmp = bDisplayFormula && bDisplayOK; in PrepareField() local
278 aAny.setValue( &bTmp, ::getBooleanCppuType()); in PrepareField()
939 sal_Bool bTmp = !aValueHelper.IsStringValue(); in XMLVariableDeclImportContext() local
940 aAny.setValue(&bTmp, ::getBooleanCppuType()); in XMLVariableDeclImportContext()
1200 sal_Bool bTmp = !aValueHelper.IsFormatOK(); in EndElement() local
1201 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in EndElement()
1372 sal_Bool bTmp; in ProcessAttribute() local
1373 sal_Bool bRet = SvXMLUnitConverter::convertBool(bTmp,sAttrValue); in ProcessAttribute()
[all …]
H A Dtxtfldi.cxx1133 sal_Bool bTmp; in ProcessAttribute() local
1136 bFixed = bTmp; in ProcessAttribute()
1684 sal_Bool bTmp; in ProcessAttribute() local
1687 bFixed = bTmp; in ProcessAttribute()
2077 sal_Bool bTmp; in ProcessAttribute() local
2151 sal_Bool bTmp; in ProcessAttribute() local
2232 sal_Bool bTmp; in ProcessAttribute() local
2299 sal_Bool bTmp; in ProcessAttribute() local
2302 bFixed = bTmp; in ProcessAttribute()
2681 sal_Bool bTmp; in ProcessAttribute() local
[all …]
H A Dtxtimp.cxx1680 sal_Bool bTmp = sal_True; in SetStyleAndAttrs() local
1682 makeAny(bTmp) ); in SetStyleAndAttrs()
H A DXMLTextShapeStyleContext.cxx232 sal_Bool bTmp = bAutoUpdate; in CreateAndInsert() local
233 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in CreateAndInsert()
H A DXMLTrackedChangesImportContext.cxx76 sal_Bool bTmp; in StartElement() local
78 bTmp, xAttrList->getValueByIndex(i)) ) in StartElement()
80 bTrackChanges = bTmp; in StartElement()
H A DXMLLineNumberingImportContext.cxx137 sal_Bool bTmp; in ProcessAttribute() local
147 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
149 bNumberLines = bTmp; in ProcessAttribute()
154 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
156 bCountEmptyLines = bTmp; in ProcessAttribute()
161 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
163 bCountInFloatingFrames = bTmp; in ProcessAttribute()
168 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
170 bRestartNumbering = bTmp; in ProcessAttribute()
H A DXMLSectionExport.cxx1624 sal_Bool bTmp = *(sal_Bool*)aAny.getValue(); in ExportBoolean() local
1629 if ((!(bTmp ^ bInvert)) != (!bDefault)) in ExportBoolean()
1758 sal_Bool bTmp = *(sal_Bool*)rValue.Value.getValue(); in ExportBibliographyConfiguration() local
1761 bTmp ? XML_TRUE : XML_FALSE); in ExportBibliographyConfiguration()
H A DXMLSectionImportContext.cxx311 sal_Bool bTmp; in ProcessAttributes() local
312 if (SvXMLUnitConverter::convertBool(bTmp, sAttr)) in ProcessAttributes()
314 bIsCurrentlyVisible = !bTmp; in ProcessAttributes()
325 sal_Bool bTmp; in ProcessAttributes() local
326 if (SvXMLUnitConverter::convertBool(bTmp, sAttr)) in ProcessAttributes()
328 bProtect = bTmp; in ProcessAttributes()
H A DXMLSectionSourceDDEImportContext.cxx127 sal_Bool bTmp; in StartElement() local
129 bTmp, xAttrList->getValueByIndex(nAttr))) in StartElement()
131 bAutomaticUpdate = bTmp; in StartElement()
H A DXMLTextFrameContext.cxx707 sal_Bool bTmp = bSyncWidth; in Create() local
708 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Create()
733 sal_Bool bTmp = bSyncHeight; in Create() local
734 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Create()
H A DXMLTextFrameHyperlinkContext.cxx87 sal_Bool bTmp; in XMLTextFrameHyperlinkContext() local
88 if( rImport.GetMM100UnitConverter().convertBool( bTmp, in XMLTextFrameHyperlinkContext()
91 bMap = bTmp; in XMLTextFrameHyperlinkContext()
H A DXMLIndexAlphabeticalSourceContext.cxx107 sal_Bool bTmp; in ProcessAttribute() local
123 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
125 bCaseSensitive = !bTmp; in ProcessAttribute()
130 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
132 bSeparators = bTmp; in ProcessAttribute()
139 bCombineEntries = bTmp; in ProcessAttribute()
146 bCombineDash = bTmp; in ProcessAttribute()
152 bEntry = bTmp; in ProcessAttribute()
159 bCombinePP = bTmp; in ProcessAttribute()
166 bUpperCase = bTmp; in ProcessAttribute()
[all …]
H A DXMLIndexBibliographyConfigurationContext.cxx122 sal_Bool bTmp; in ProcessAttribute() local
123 if( SvXMLUnitConverter::convertBool(bTmp, sValue) ) in ProcessAttribute()
125 bNumberedEntries = bTmp; in ProcessAttribute()
130 sal_Bool bTmp; in ProcessAttribute() local
131 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
133 bSortByPosition = bTmp; in ProcessAttribute()
183 sal_Bool bTmp; in CreateChildContext() local
185 bTmp, xAttrList->getValueByIndex(nAttr))) in CreateChildContext()
187 bSort = bTmp; in CreateChildContext()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2958 sal_Bool bTmp = GetTextBoundary( aBound, rText, nIndex, nTextType ); in getTextBeforeIndex() local
2960 if ( ! bTmp ) in getTextBeforeIndex()
/trunk/main/vcl/source/window/
H A Dwindow.cxx630 sal_Bool bTmp = sal_False, bAutoHCMode = sal_True; in ImplUpdateGlobalSettings() local
637 if( aValue >>= bTmp ) in ImplUpdateGlobalSettings()
638 bAutoHCMode = bTmp; in ImplUpdateGlobalSettings()
/trunk/main/vcl/source/app/
H A Dsettings.cxx1904 sal_Bool bTmp = sal_Bool(); in GetLayoutRTL() local
1906 if( aValue >>= bTmp ) in GetLayoutRTL()
1909 nUIMirroring = bTmp ? 1 : 2; in GetLayoutRTL()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx243 sal_Bool bTmp = sal_True; in _Write() local
245 aAny2.setValue( &bTmp, ::getBooleanCppuType() ); in _Write()
H A Dswxml.cxx756 sal_Bool bTmp = !aOpt.IsMerge(); in Read() local
758 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
780 sal_Bool bTmp = sal_True; in Read() local
782 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
789 sal_Bool bTmp = sal_True; in Read() local
791 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
833 sal_Bool bTmp; in Read() local
835 bTmp = IDocumentRedlineAccess::IsShowChanges( rDoc.GetRedlineMode() ); in Read()
836 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
839 bTmp = IDocumentRedlineAccess::IsRedlineOn(rDoc.GetRedlineMode()); in Read()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1470 const bool bTmp = in gotoNextWord() local
1474 if (!bTmp) in gotoNextWord()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2713 const sal_Bool bTmp = !rSh.IsDrawCreate() && !pApplyTempl && !rSh.IsInSelect() && in MouseButtonDown() local
2715 if ( bTmp && in MouseButtonDown()
2763 else if (bTmp && in MouseButtonDown()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx243 void SetPaintable( sal_Bool bTmp ) { bPaintable = bTmp; } in SetPaintable() argument

Completed in 232 milliseconds

123