/aoo41x/main/sw/source/core/text/ |
H A D | txtfld.cxx | 124 if( bName ) in NewFldPortion() 139 String const str( (bName) in NewFldPortion() 153 String const str( (bName) in NewFldPortion() 166 String const str( (bName) in NewFldPortion() 194 String const str( (bName) in NewFldPortion() 221 String const str( (bName) in NewFldPortion() 230 if( !bName ) in NewFldPortion() 250 String const str( (bName) in NewFldPortion() 271 if( !bName ) in NewFldPortion() 320 if( !bName ) in NewFldPortion() [all …]
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PalmDB.java | 77 private byte[] bName = null; field in PalmDB 141 bName = new byte[NAME_LENGTH]; in store() 158 bName[i] = bytes[i]; in store() 162 sName = new String(bName, 0, i, PDBUtil.ENCODING); in store() 222 return bName; in getPDBNameBytes() 238 out.write(bName); in write() 309 if (bName.length != pdb.bName.length) { in equals() 314 for (int i = 0; i < bName.length; i++) { in equals() 316 if (bName[i] != pdb.bName[i]) { in equals()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/ |
H A D | PalmDB.java | 84 private byte[] bName = null; field in PalmDB 211 bName = new byte[NAME_LENGTH]; in store() 228 bName[i] = bytes[i]; in store() 232 sName = new String(bName, 0, i, PdbUtil.ENCODING); in store() 338 return bName; in getPDBNameBytes() 356 out.write(bName); in write() 429 if (bName.length != pdb.bName.length) { in equals() 434 for (int i = 0; i < bName.length; i++) { in equals() 436 if (bName[i] != pdb.bName[i]) { in equals()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 257 sal_Bool bValue = sal_False, bName = sal_False, bMacro = sal_False, bInsert = sal_True; in IMPL_LINK() local 341 bName = sal_True; in IMPL_LINK() 354 bName = bValue = sal_True; in IMPL_LINK() 369 bName = bValue = sal_True; in IMPL_LINK() 377 bName = bValue = sal_True; in IMPL_LINK() 394 bName = sal_True; in IMPL_LINK() 426 aNameFT.Enable(bName); in IMPL_LINK() 427 aNameED.Enable(bName); in IMPL_LINK()
|
H A D | fldvar.cxx | 272 sal_Bool bValue = sal_False, bName = sal_False, bNumFmt = sal_False, in IMPL_LINK() local 313 bValue = bName = bNumFmt = bInvisible = sal_True; in IMPL_LINK() 325 bName = sal_True; in IMPL_LINK() 488 bName = bValue = sal_True; in IMPL_LINK() 494 bName = bValue = bSeparator = bChapterLevel = sal_True; in IMPL_LINK() 555 bName = sal_False; in IMPL_LINK() 559 aNameFT.Enable( bName ); in IMPL_LINK() 560 aNameED.Enable( bName ); in IMPL_LINK()
|
H A D | fldref.cxx | 399 sal_Bool bName = sal_False; nFldDlgFmtSel = 0; in IMPL_LINK() local 414 bName = sal_True; in IMPL_LINK() 418 bName = sal_True; in IMPL_LINK() 422 bName = sal_True; in IMPL_LINK() 435 aNameED.Enable(bName); in IMPL_LINK() 436 aNameFT.Enable(bName); in IMPL_LINK()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | navigatr.hxx | 72 sal_Bool HasName() { return( (sal_Bool) bName ); } in HasName() 75 void SetName( sal_Bool bOn = sal_True ) { bName = bOn; } in SetName() 80 sal_Bool bName : 1; member in NavDocInfo
|
/aoo41x/main/soltools/ldump/ |
H A D | ldump.cxx | 275 bool LibDump::PrintSym(char *pName, bool bName ) in PrintSym() argument 299 if ( bName ) in PrintSym() 314 if ( bName ) in PrintSym()
|
H A D | ldump.hxx | 60 bool PrintSym(char *, bool bName = true );
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | excform.hxx | 52 void ExcRelToScRel( sal_uInt16 nRow, sal_uInt8 nCol, ScSingleRefData&, const sal_Bool bName ); 124 const sal_Bool bName );
|
/aoo41x/main/sfx2/qa/complex/sfx2/tools/ |
H A D | WriterHelper.java | 150 String bName) { in DocByAutopilot() argument 195 …on.class, AccessibilityTools.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, bName)); in DocByAutopilot()
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 863 bool bName, in createUrlRecord() argument 869 if ( bName ) in createUrlRecord() 894 bool bName, // only needed to support empty user names in find() argument 916 if ( createUrlRecord( rPairUrlRecord, bName, aName, aHandler, aRec ) ) in find() 930 if ( createUrlRecord( rPairUrlRecord, bName, aName, aHandler, aRec ) ) in find()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtvfldi.cxx | 114 sal_Bool bName, sal_Bool bFormula, sal_Bool bFormulaDefault, in XMLVarFieldImportContext() argument 136 bSetName(bName), in XMLVarFieldImportContext() 309 sal_Bool bName, sal_Bool bFormula, sal_Bool bFormulaDefault, in XMLSetVarFieldImportContext() argument 314 bName, bFormula, bFormulaDefault, in XMLSetVarFieldImportContext()
|
/aoo41x/main/xmloff/inc/ |
H A D | txtvfldi.hxx | 189 sal_Bool bName, /// set sName with ???-property 317 sal_Bool bName, /// see XMLTextFieldImportContext
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 454 , bool bName in getTextLabelMultiPropertyLists() argument 471 if( bName ) in getTextLabelMultiPropertyLists()
|
/aoo41x/main/svl/source/inc/ |
H A D | passwordcontainer.hxx | 274 bool bName, 283 bool bName, // only needed to support empty user names
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | PropertyMapper.hxx | 112 , bool bName=true
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 829 CharSet /*nCharSet*/, sal_Bool bName ) in WriteSrc() argument 836 if( bName ) in WriteSrc()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 1371 …oSc8::ExcRelToScRel8( sal_uInt16 nRow, sal_uInt16 nC, ScSingleRefData &rSRD, const sal_Bool bName ) in ExcRelToScRel8() argument 1380 if( bName ) in ExcRelToScRel8()
|
H A D | excform.cxx | 1654 …ToSc::ExcRelToScRel( sal_uInt16 nRow, sal_uInt8 nCol, ScSingleRefData &rSRD, const sal_Bool bName ) in ExcRelToScRel() argument 1656 if( bName ) in ExcRelToScRel()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2377 sal_Bool bName = sal_False; in ImportTables() local 2415 bName = sal_True; in ImportTables() 2418 bRefs = bName = sal_True; in ImportTables() 2501 if (bName) in ImportTables()
|
/aoo41x/main/rsc/inc/ |
H A D | rscdb.hxx | 343 CharSet nCharSet, sal_Bool bName = sal_True );
|